home *** CD-ROM | disk | FTP | other *** search
-
- Intro.3S.html:
- Title = Intro(3S)
- Version = 1.0
- Name = Intro - standard buffered input/output package
- IndexEntry = intro - standard buffered input/output package
- SubName = stdin - standard input file
- SubName = stdout - standard output file
- SubName = stderr - standard error file
- SubName = stdio - standard I/0
-
- ctermid.3S.html:
- Title = ctermid(3S)
- Version = 1.0
- Name = ctermid - generate file name for terminal
-
- cuserid.3S.html:
- Title = cuserid(3S)
- Version = 1.0
- Name = cuserid - get character login name of the user
-
- fclose.3S.html:
- Title = fclose(3S)
- Version = 1.0
- Name = fclose, fflush - close or flush a stream
- SubName = fclose - close a stream
- SubName = fflush - flush a stream
-
- ferror.3S.html:
- Title = ferror(3S)
- Version = 1.0
- Name = ferror, feof, clearerr, fileno - stream status inquiries
- SubName = feof - stream status inquiries
- SubName = clearerr - status inquiries
- SubName = fileno - stream status inquiries
-
- flock.3S.html:
- Title = flock(3S)
- Version = 1.0
- Name = flock: flockfile, ftrylockfile, funlockfile - standard I/O synchronization functions
-
- flockfile.3S.html:
- Title = flockfile(3S)
- Version = 1.0
- Name = flockfile - grant thread ownership of a file
-
- fopen.3S.html:
- Title = fopen(3S)
- Version = 1.0
- Name = fopen, fopen64, freopen, freopen64, fdopen - open a stream
- SubName = fopen - open a stream
- SubName = fopen64 - open a stream (supports large files)
- SubName = freopen - open a named file in place of the open stream
- SubName = freopen64 - open a named file in place of the open stream (supports large files)
- SubName = fdopen - associate a stream with a file descriptor
-
- fprintf.3S.html:
- Title = fprintf(3S)
- Version = 1.0
- Name = fprintf, printf, snprintf, sprintf, vfprintf, vprintf, vsnprinf, vsprintf - place print output on stream
- SubName = printf - place print output on standard output
- SubName = snprintf - place print output up to n chars in character array
- SubName = sprintf - place print output in character array
- SubName = vfprintf - place print output on strm
- SubName = vprintf - place print output on standard output
- SubName = vsnprintf - place print output up to n chars in character array
- SubName = vsprintf - place print output in character array
-
- fread.3S.html:
- Title = fread(3S)
- Version = 1.0
- Name = fread, fwrite - binary input/output
- SubName = fread - binary input to an array
- SubName = fwrite - binary output to a named stream
-
- fscanf.3S.html:
- Title = fscanf(3S)
- Version = 1.0
- Name = fscanf, scanf, sscanf, vfscanf, vscanf, vsscanf - convert formatted input
- SubName = fscanf - convert formatted input read from a named stream
- SubName = scanf - convert formatted input read from the standard input stream
- SubName = sscanf - convert formatted input read from a character string
- SubName = vfscanf - convert formatted input read from a named stream
- SubName = vscanf - convert formatted input read from the standard input stream
- SubName = vsscanf - convert formatted input read from a character string
-
- fseek.3S.html:
- Title = fseek(3S)
- Version = 1.0
- Name = fseek, rewind, ftell - reposition a file pointer in a stream
- SubName = fseek - reposition a file pointer in a stream
- SubName = rewind - reposition a file pointer in a stream and clear error indicator
- SubName = ftell - return offset of current byte
-
- fseeko.3S.html:
- Title = fseeko(3S)
- Version = 1.0
- Name = fseeko, fseeko64, ftello, ftello64 - reposition a file pointer in a stream
- SubName = fseeko - reposition a file pointer in a stream
- SubName = fseeko64 - reposition a file pointer in a stream (supports large files)
- SubName = ftello - returns the offset of the current byte
- SubName = ftello64 - returns the offset of the current byte (supports large files)
-
- ftrylockfile.3S.html:
- Title = ftrylockfile(3S)
- Version = 1.0
- Name = ftrylockfile - grant thread ownership of a file
-
- funflush.3S.html:
- Title = funflush(3S)
- Version = 1.0
- Name = funflush - discard buffered data
-
- funlockfile.3S.html:
- Title = funlockfile(3S)
- Version = 1.0
- Name = funlockfile - relinquish thread ownership of a file
-
- fwprintf.3S.html:
- Title = fwprintf(3S)
- Version = 1.0
- Name = fwprintf, swprintf, wprintf, vfwprintf, vswprintf, vwprintf - print wide/multibyte character formatted output
- SubName = fwprintf - place wide/multibyte character output on strm
- SubName = swprintf - place wide/multibyte character output in character array
- SubName = wprintf - place wide/multibyte character output on standard output
- SubName = vfwprintf - place wide/multibyte character output on strm
- SubName = vswprintf - place wide/multibyte character output in character array
- SubName = vwprintf - place wide/multibyte character output on standard output
-
- fwscanf.3S.html:
- Title = fwscanf(3S)
- Version = 1.0
- Name = fwscanf, swscanf, wscanf, vfwscanf, vswcanf, vwscanf - convert formatted wide/multibyte character input
- SubName = fwscanf - read multibyte characters from strm
- SubName = swscanf - read from a wide character string
- SubName = wscanf - read multibyte characters from standard input
- SubName = vfwscanf - read multibyte characters from strm
- SubName = vswscanf - read from a wide character string
- SubName = vwscanf - read multibyte characters from standard input
-
- getc.3S.html:
- Title = getc(3S)
- Version = 1.0
- Name = getc, getc_unlocked, getchar, getchar_unlocked, fgetc, getw - get character or word from a stream
- SubName = getc - get next character (byte) from a stream
- SubName = getc_unlocked - get next character (byte) from a stream
- SubName = getchar - get next character (byte) from standard input
- SubName = getchar_unlocked - get next character (byte) from standard input
- SubName = fgetc - get next character (byte) from a stream
- SubName = getw - get next word (integer) from a stream
-
- gets.3S.html:
- Title = gets(3S)
- Version = 1.0
- Name = gets, fgets - get a string from a stream
- SubName = gets - get a line from a stream
- SubName = fgets - get a line of, at most, n characters from a stream
-
- getwc.3S.html:
- Title = getwc(3S)
- Version = 1.0
- Name = getwc, getwchar, fgetwc - get next wide character from a stream
- SubName = getwc - get next wide character from a named stream
- SubName = getwchar - get next wide character from standard input
- SubName = fgetwc - get next wide character from a named stream
-
- popen.3S.html:
- Title = popen(3S)
- Version = 1.0
- Name = popen, pclose - initiate pipe to/from a process
- SubName = pclose - initiate pipe from a process
-
- putc.3S.html:
- Title = putc(3S)
- Version = 1.0
- Name = putc, putc_unlocked, putchar, putchar_unlocked, fputc, putw - put character or word on a stream
- SubName = putc - put a character on a stream
- SubName = putc_unlocked - put a character on a stream
- SubName = putchar - put a character on a stream
- SubName = putchar_unlocked - put a character on a stream
- SubName = fputc - put a character on a stream
- SubName = putw - put a word on a stream
-
- puts.3S.html:
- Title = puts(3S)
- Version = 1.0
- Name = puts, fputs - put a string on a stream
- SubName = puts - put a string on the standard ouput stream
- SubName = fputs - put a string on a named stream
-
- putwc.3S.html:
- Title = putwc(3S)
- Version = 1.0
- Name = putwc, putwchar, fputwc - put wide character on a stream
- SubName = putwc - put wide character on a named stream
- SubName = putwchar - put wide character on standard output
- SubName = fputwc - put wide character on a stream
-
- setbuf.3S.html:
- Title = setbuf(3S)
- Version = 1.0
- Name = setbuf, setvbuf - assign buffering to a stream
- SubName = setvbuf - assign buffering to a stream
-
- system.3S.html:
- Title = system(3S)
- Version = 1.0
- Name = system - issue a shell command
-
- tmpfile.3S.html:
- Title = tmpfile(3S)
- Version = 1.0
- Name = tmpfile, tmpfile64 - create a temporary file
- SubName = tmpfile - create a temporary file
- SubName = tmpfile64 - create a temporary file (supports large files)
-
- tmpnam.3S.html:
- Title = tmpnam(3S)
- Version = 1.0
- Name = tmpnam, tempnam - create a name for a temporary file
- SubName = tempnam - create a name for a temporary file
-
- ungetc.3S.html:
- Title = ungetc(3S)
- Version = 1.0
- Name = ungetc - push character back onto input stream
-
- ungetwc.3S.html:
- Title = ungetwc(3S)
- Version = 1.0
- Name = ungetwc - push wchar_t character back into input stream
-
- widec.3S.html:
- Title = widec(3S)
- Version = 1.0
- Name = widec - multibyte character I/O routines
-