home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / BASEman / root.10 / usr / lib / scohelp / en_US.ISO8859-1 / man / html.3S / man.3S.node
Encoding:
Text File  |  1998-08-19  |  8.1 KB  |  237 lines

  1.  
  2. Intro.3S.html:
  3.     Title = Intro(3S)
  4.     Version = 1.0
  5.     Name = Intro - standard buffered input/output package
  6.     IndexEntry = intro - standard buffered input/output package
  7.     SubName = stdin - standard input file
  8.     SubName = stdout - standard output file
  9.     SubName = stderr - standard error file
  10.     SubName = stdio - standard I/0
  11.  
  12. ctermid.3S.html:
  13.     Title = ctermid(3S)
  14.     Version = 1.0
  15.     Name = ctermid - generate file name for terminal
  16.  
  17. cuserid.3S.html:
  18.     Title = cuserid(3S)
  19.     Version = 1.0
  20.     Name = cuserid - get character login name of the user
  21.  
  22. fclose.3S.html:
  23.     Title = fclose(3S)
  24.     Version = 1.0
  25.     Name = fclose, fflush - close or flush a stream
  26.     SubName = fclose - close a stream
  27.     SubName = fflush - flush a stream
  28.  
  29. ferror.3S.html:
  30.     Title = ferror(3S)
  31.     Version = 1.0
  32.     Name = ferror, feof, clearerr, fileno - stream status inquiries
  33.     SubName = feof - stream status inquiries
  34.     SubName = clearerr - status inquiries
  35.     SubName = fileno - stream status inquiries
  36.  
  37. flock.3S.html:
  38.     Title = flock(3S)
  39.     Version = 1.0
  40.     Name = flock: flockfile, ftrylockfile, funlockfile - standard I/O synchronization functions
  41.  
  42. flockfile.3S.html:
  43.     Title = flockfile(3S)
  44.     Version = 1.0
  45.     Name = flockfile - grant thread ownership of a file
  46.  
  47. fopen.3S.html:
  48.     Title = fopen(3S)
  49.     Version = 1.0
  50.     Name = fopen, fopen64, freopen, freopen64, fdopen - open a stream
  51.     SubName = fopen - open a stream
  52.     SubName = fopen64 - open a stream (supports large files)
  53.     SubName = freopen - open a named file in place of the open stream
  54.     SubName = freopen64 - open a named file in place of the open stream (supports large files)
  55.     SubName = fdopen - associate a stream with a file descriptor
  56.  
  57. fprintf.3S.html:
  58.     Title = fprintf(3S)
  59.     Version = 1.0
  60.     Name = fprintf, printf, snprintf, sprintf, vfprintf, vprintf, vsnprinf, vsprintf - place print output on stream
  61.     SubName = printf - place print output on standard output
  62.     SubName = snprintf - place print output up to n chars in character array
  63.     SubName = sprintf - place print output in character array
  64.     SubName = vfprintf - place print output on strm
  65.     SubName = vprintf - place print output on standard output
  66.     SubName = vsnprintf - place print output up to n chars in character array
  67.     SubName = vsprintf - place print output in character array
  68.  
  69. fread.3S.html:
  70.     Title = fread(3S)
  71.     Version = 1.0
  72.     Name = fread, fwrite - binary input/output
  73.     SubName = fread - binary input to an array
  74.     SubName = fwrite - binary output to a named stream
  75.  
  76. fscanf.3S.html:
  77.     Title = fscanf(3S)
  78.     Version = 1.0
  79.     Name = fscanf, scanf, sscanf, vfscanf, vscanf, vsscanf - convert formatted input
  80.     SubName = fscanf - convert formatted input read from a named stream
  81.     SubName = scanf - convert formatted input read from the standard input stream
  82.     SubName = sscanf - convert formatted input read from a character string
  83.     SubName = vfscanf - convert formatted input read from a named stream
  84.     SubName = vscanf - convert formatted input read from the standard input stream
  85.     SubName = vsscanf - convert formatted input read from a character string
  86.  
  87. fseek.3S.html:
  88.     Title = fseek(3S)
  89.     Version = 1.0
  90.     Name = fseek, rewind, ftell - reposition a file pointer in a stream
  91.     SubName = fseek - reposition a file pointer in a stream
  92.     SubName = rewind - reposition a file pointer in a stream and clear error indicator
  93.     SubName = ftell - return offset of current byte
  94.  
  95. fseeko.3S.html:
  96.     Title = fseeko(3S)
  97.     Version = 1.0
  98.     Name = fseeko, fseeko64, ftello, ftello64 - reposition a file pointer in a stream
  99.     SubName = fseeko - reposition a file pointer in a stream
  100.     SubName = fseeko64 - reposition a file pointer in a stream (supports large files)
  101.     SubName = ftello - returns the offset of the current byte
  102.     SubName = ftello64 - returns the offset of the current byte (supports large files)
  103.  
  104. ftrylockfile.3S.html:
  105.     Title = ftrylockfile(3S)
  106.     Version = 1.0
  107.     Name = ftrylockfile - grant thread ownership of a file
  108.  
  109. funflush.3S.html:
  110.     Title = funflush(3S)
  111.     Version = 1.0
  112.     Name = funflush - discard buffered data
  113.  
  114. funlockfile.3S.html:
  115.     Title = funlockfile(3S)
  116.     Version = 1.0
  117.     Name = funlockfile - relinquish thread ownership of a file
  118.  
  119. fwprintf.3S.html:
  120.     Title = fwprintf(3S)
  121.     Version = 1.0
  122.     Name = fwprintf, swprintf, wprintf, vfwprintf, vswprintf, vwprintf - print wide/multibyte character formatted output
  123.     SubName = fwprintf - place wide/multibyte character output on strm
  124.     SubName = swprintf - place wide/multibyte character output in character array
  125.     SubName = wprintf - place wide/multibyte character output on standard output
  126.     SubName = vfwprintf - place wide/multibyte character output on strm
  127.     SubName = vswprintf - place wide/multibyte character output in character array
  128.     SubName = vwprintf - place wide/multibyte character output on standard output
  129.  
  130. fwscanf.3S.html:
  131.     Title = fwscanf(3S)
  132.     Version = 1.0
  133.     Name = fwscanf, swscanf, wscanf, vfwscanf, vswcanf, vwscanf - convert formatted wide/multibyte character input
  134.     SubName = fwscanf - read multibyte characters from strm
  135.     SubName = swscanf - read from a wide character string
  136.     SubName = wscanf - read multibyte characters from standard input
  137.     SubName = vfwscanf - read multibyte characters from strm
  138.     SubName = vswscanf - read from a wide character string
  139.     SubName = vwscanf - read multibyte characters from standard input
  140.  
  141. getc.3S.html:
  142.     Title = getc(3S)
  143.     Version = 1.0
  144.     Name = getc, getc_unlocked, getchar, getchar_unlocked, fgetc, getw - get character or word from a stream
  145.     SubName = getc - get next character (byte) from a stream
  146.     SubName = getc_unlocked - get next character (byte) from a stream
  147.     SubName = getchar - get next character (byte) from standard input
  148.     SubName = getchar_unlocked - get next character (byte) from standard input
  149.     SubName = fgetc - get next character (byte) from a stream
  150.     SubName = getw - get next word (integer) from a stream
  151.  
  152. gets.3S.html:
  153.     Title = gets(3S)
  154.     Version = 1.0
  155.     Name = gets, fgets - get a string from a stream
  156.     SubName = gets - get a line from a stream
  157.     SubName = fgets - get a line of, at most, n characters from a stream
  158.  
  159. getwc.3S.html:
  160.     Title = getwc(3S)
  161.     Version = 1.0
  162.     Name = getwc, getwchar, fgetwc - get next wide character from a stream
  163.     SubName = getwc - get next wide character from a named stream
  164.     SubName = getwchar - get next wide character from standard input
  165.     SubName = fgetwc - get next wide character from a named stream
  166.  
  167. popen.3S.html:
  168.     Title = popen(3S)
  169.     Version = 1.0
  170.     Name = popen, pclose - initiate pipe to/from a process
  171.     SubName = pclose - initiate pipe from a process
  172.  
  173. putc.3S.html:
  174.     Title = putc(3S)
  175.     Version = 1.0
  176.     Name = putc, putc_unlocked, putchar, putchar_unlocked, fputc, putw - put character or word on a stream
  177.     SubName = putc - put a character on a stream
  178.     SubName = putc_unlocked - put a character on a stream
  179.     SubName = putchar - put a character on a stream
  180.     SubName = putchar_unlocked - put a character on a stream
  181.     SubName = fputc - put a character on a stream
  182.     SubName = putw - put a word on a stream
  183.  
  184. puts.3S.html:
  185.     Title = puts(3S)
  186.     Version = 1.0
  187.     Name = puts, fputs - put a string on a stream
  188.     SubName = puts - put a string on the standard ouput stream
  189.     SubName = fputs - put a string on a named stream
  190.  
  191. putwc.3S.html:
  192.     Title = putwc(3S)
  193.     Version = 1.0
  194.     Name = putwc, putwchar, fputwc - put wide character on a stream
  195.     SubName = putwc - put wide character on a named stream
  196.     SubName = putwchar - put wide character on standard output
  197.     SubName = fputwc - put wide character on a stream
  198.  
  199. setbuf.3S.html:
  200.     Title = setbuf(3S)
  201.     Version = 1.0
  202.     Name = setbuf, setvbuf - assign buffering to a stream
  203.     SubName = setvbuf - assign buffering to a stream
  204.  
  205. system.3S.html:
  206.     Title = system(3S)
  207.     Version = 1.0
  208.     Name = system - issue a shell command 
  209.  
  210. tmpfile.3S.html:
  211.     Title = tmpfile(3S)
  212.     Version = 1.0
  213.     Name = tmpfile, tmpfile64 - create a temporary file
  214.     SubName = tmpfile - create a temporary file
  215.     SubName = tmpfile64 - create a temporary file (supports large files)
  216.  
  217. tmpnam.3S.html:
  218.     Title = tmpnam(3S)
  219.     Version = 1.0
  220.     Name = tmpnam, tempnam - create a name for a temporary file
  221.     SubName = tempnam - create a name for a temporary file
  222.  
  223. ungetc.3S.html:
  224.     Title = ungetc(3S)
  225.     Version = 1.0
  226.     Name = ungetc - push character back onto input stream
  227.  
  228. ungetwc.3S.html:
  229.     Title = ungetwc(3S)
  230.     Version = 1.0
  231.     Name = ungetwc - push wchar_t character back into input stream
  232.  
  233. widec.3S.html:
  234.     Title = widec(3S)
  235.     Version = 1.0
  236.     Name = widec - multibyte character I/O routines
  237.