home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / text / man379.lha / man / whatis
Encoding:
Text File  |  1995-02-04  |  17.8 KB  |  404 lines

  1. abort (3)        - Abort the current process
  2. abs (3)            - Absolute value
  3. access (3)        - Check file accessibility
  4. acos (3)        - Arccosine function
  5. argopt (3)        - Get options from an argument list
  6. asctime (3)        - Generate an ASCII time string
  7. asin (3)        - Arcsine function
  8. assert (3)        - Assert program validity
  9. astcsma (3)        - AmigaDOS string pattern match (anchored)
  10. atan (3)        - Arctangent function
  11. atan2 (3)        - Arctangent of x/y
  12. atexit (3)        - Set an exit trap
  13. atof (3)        - Convert an ASCII string to a floating-point number
  14. atoi (3)        - Convert an ASCII string to an integer
  15. atol (3)        - Convert an ASCII string to a long integer
  16. bldmem (3)        - Build a memory pool of a specified size
  17. bsearch (3)        - Perform a binary search
  18. calloc (3)        - Allocate and clear memory
  19. ceil (3)        - Get floating-point limits
  20. chdir (3)        - Change the current directory
  21. chgclk (3)        - Change the system clock
  22. chkml (3)        - Check for the largest memory block
  23. chkufb (3)        - Check a level 1 file handle
  24. Chk_Abort, (3)        - kabort - Check for a break character
  25. chmod (3)        - Change a file's protection mode
  26. clearerr (3)        - Clear a level 2 I/O error flag
  27. clock (3)        - Measure program processor time
  28. close (3)        - Close a level 1 file
  29. closedir (3)        - Terminate the directory operation
  30. clrerr (3)        - Clear a level 2 I/O error flag
  31. cos (3)            - Cosine function
  32. cosh (3)        - Hyperbolic cosine function
  33. cot (3)            - Cotangent function
  34. creat (3)        - Create a level 1 file
  35. ctime (3)        - Convert a time value to a string
  36. datecmp (3)        - Compare two AmigaDOS dates
  37. dfind (3)        - Find a directory entry
  38. difftime (3)        - Compute the difference between two time_t values
  39. DiskfontBase (3)    - Disk font library vector
  40. div (3)            - Compute the quotient and the remainder
  41. dnext (3)        - Find the next directory entry
  42. DOSBase (3)        - AmigaDOS library vector
  43. dos_packet (3)        - Sends AmigaDOS output packet
  44. dqsort (3)        - Sort an array of double-precision floating-point numbers
  45. drand48 (3)        - Generate a random double-precision floating-point number (internal
  46. ecvt (3)        - Convert a double-precision floating-point number to a string
  47. erand48 (3)        - Generate a random double-precision floating-point number (external
  48. errno (3)        - UNIX error number
  49. except (3)        - Call the math error handler function
  50. exit (3)        - Terminate program execution
  51. exp (3)            - Exponential function
  52. fabs (3)        - Floating-point or double-precision floating-point absolute value
  53. fclose (3)        - Close a level 2 file
  54. fcloseall (3)        - Close all level 2 files
  55. fcvt (3)        - Convert a floating-point number to a string
  56. fdopen (3)        - Attach a level 1 file to level 2
  57. feof (3)        - Check for a level 2 end-of-file
  58. ferror (3)        - Check for a level 2 error
  59. fflush (3)        - Flush a level 2 output buffer
  60. fgetc (3)        - Get a character from a file
  61. fgetchar (3)        - Get a character from stdin
  62. fgetpos (3)        - Get the current file position
  63. fgets (3)        - Get a string from a level 2 file
  64. fileno (3)        - Get the file number for a level 2 file
  65. findpath (3)        - Locate a file in the current path
  66. floor (3)        - Get the floor of a real number
  67. flushall (3)        - Flush all level 2 output buffers
  68. fmod (3)        - Floating-point modulus operations
  69. fmode (3)        - Change the mode of a level 2 file
  70. fopen (3)        - Open a level 2 file
  71. forkl (3)        - Create a child process with an argument list
  72. forkv (3)        - Create a child process with an argument vector
  73. fprintf (3)        - Formatted print
  74. fputc (3)        - Put a character to a level 2 file
  75. fputchar (3)        - Put a character to stdout
  76. fputs (3)        - Put a string to a level 2 file
  77. fqsort (3)        - Sort an array of floating-point numbers
  78. fread (3)        - Read and write blocks
  79. free (3)        - Free memory
  80. freopen (3)        - Reopen a level 2 file
  81. frexp (3)        - Split floating-point value
  82. fscanf (3)        - Formatted input conversions
  83. fseek (3)        - Set a level 2 file position
  84. fsetpos (3)        - Reposition a file
  85. fstat (3)        - Get file status
  86. ftell (3)        - Get a level 2 file position
  87. fwrite (3)        - Write blocks to a level 2 file
  88. gcvt (3)        - Convert a floating-point number to a string
  89. geta4 (3)        - Establish addressability to the global data area
  90. getasn (3)        - Get assigned device
  91. getc (3)        - Get a character from a file
  92. getcd (3)        - Get the current directory
  93. getch (3)        - Get a character from stdin immediately
  94. getchar (3)        - Get a character from stdin
  95. getclk (3)        - Get or change system clock
  96. getcwd (3)        - Get the current working directory
  97. getdfs (3)        - Get disk free space
  98. getenv (3)        - Get environment variable
  99. getfa (3)        - Get the file attribute
  100. getfnl (3)        - Get a filename list
  101. getft (3)        - Get the file time
  102. getmem (3)        - Get a memory block (short)
  103. getml (3)        - Get a memory block (long)
  104. getpath (3)        - Get the path for a specific directory/file
  105. getreg (3)        - Get 680x0-specific registers
  106. gets (3)        - Get a string from stdin
  107. GfxBase (3)        - Graphics library vector
  108. gmtime (3)        - Unpack Greenwich Mean Time (GMT)
  109. halloc (3)        - Allocate a huge memory block
  110. iabs (3)        - Integer absolute value
  111. IntuitionBase (3)    - Intuition library vector
  112. iomode (3)        - Change the mode of a level 1 file
  113. isalnum (3)        - Test if alphanumeric character
  114. isalpha (3)        - Test if alphabetic character
  115. isascii (3)        - Test if ASCII character
  116. isatty (3)        - Test a file descriptor for a terminal device
  117. iscntrl (3)        - Test if control character
  118. iscsym (3)        - Test if C symbol character
  119. iscsymf (3)        - Test if C symbol lead character
  120. isdigit (3)        - Test if decimal digit character (0 to 9)
  121. isgraph (3)        - Test if graphic character
  122. islower (3)        - Test if lower case character
  123. isprint (3)        - Test if printable character
  124. ispunct (3)        - Test if punctuation character
  125. isspace (3)        - Test if space character
  126. isupper (3)        - Test if upper case character
  127. isxdigit (3)        - Test if hex digit character
  128. jrand48 (3)        - Generate a random long integer (external seed)
  129. labs (3)        - Long integer absolute value
  130. lcong48 (3)        - Set linear congruence parameters
  131. ldexp (3)        - Combine floating-point value
  132. ldiv (3)        - Return the long integer quotient and the remainder
  133. localeconv (3)        - Return information on locale formatting conventions
  134. localtime (3)        - Unpack local time
  135. log (3)            - Natural logarithm function
  136. log10 (3)        - Base 10 logarithm function
  137. longjmp (3)        - Perform a long jump
  138. lqsort (3)        - Sort an array of long integers
  139. lrand48 (3)        - Generate a random positive long integer (internal seed)
  140. lsbrk (3)        - Allocate memory
  141. lseek (3)        - Set a level 1 file position
  142. lstat (3)        - Get file status
  143. main (3)        - Your main or principal function
  144. malloc (3)        - Allocate memory
  145. MathBase (3)        - FFP library vector
  146. MathTransBase (3)    - FFP transcendental library vector
  147. max (3)            - Compute the maximum of two values
  148. mblen (3)        - Determine the length of a multibyte character
  149. mbstowcs (3)        - Convert a multibyte string to a wide character string
  150. mbtowc (3)        - Map a multibyte character to a wide character
  151. memccpy (3)        - Copy a memory block
  152. memchr (3)        - Find a character in a memory block
  153. memcmp (3)        - Compare two memory blocks
  154. memcpy (3)        - Copy a memory block
  155. memmove (3)        - Copy bytes in memory
  156. memset (3)        - Set a memory block to a value
  157. min (3)            - Compute the minimum of two values
  158. mkdir (3)        - Make a new directory
  159. mkstemp (3)        - Make a unique filename and open the file
  160. mktemp (3)        - Make a unique filename
  161. mktime (3)        - Convert the broken-down time to a time_t value
  162. modf (3)        - Split a floating-point value
  163. movmem (3)        - Move a memory block
  164. mrand48 (3)        - Generate a random long integer (internal seed)
  165. nrand48 (3)        - Generate a random positive long integer (external seed)
  166. offsetof (3)        - Get the byte offset of a structure member
  167. onbreak (3)        - Plant a break trap
  168. onexit (3)        - Set an exit trap
  169. open (3)        - Open a level 1 file
  170. opendir (3)        - Initiate a directory operation
  171. ovlyMgr (3)        - Overlay manager call point
  172. perror (3)        - Print error message
  173. poserr (3)        - Print AmigaDOS error message
  174. pow (3)            - Raise a number to a power
  175. pow2 (3)        - Raise 2 to a power
  176. printf (3)        - Formatted print to stdout
  177. putc (3)        - Put a character to a level 2 file
  178. putchar (3)        - Put a character to stdout
  179. putenv (3)        - Put a string into the environment
  180. putreg (3)        - Set up 680x0-specific registers
  181. puts (3)        - Put string to stdout
  182. qsort (3)        - Sort a data array
  183. raise (3)        - Generate a signal
  184. rand (3)        - Generate a random number
  185. rawcon (3)        - Set or unset raw console input
  186. rbrk (3)        - Release memory
  187. read (3)        - Read from a level 1 file
  188. readdir (3)        - Read a directory element
  189. readlocale (3)        - Read and initialize a new locale
  190. realloc (3)        - Reallocate memory
  191. remove (3)        - Remove a file
  192. rename (3)        - Rename a file
  193. repmem (3)        - Replicate values through a block
  194. rewind (3)        - Reset a level 2 file position to its first byte
  195. rewinddir (3)        - Reset to the start of the directory
  196. rlsmem (3)        - Release a memory block
  197. rlsml (3)        - Release a memory block
  198. rmdir (3)        - Remove a directory
  199. rstmem (3)        - Reset the memory pool
  200. sbrk (3)        - Allocate memory (unsigned)
  201. scanf (3)        - Formatted input conversions
  202. scdir (3)        - Return the name of the next file matching pattern
  203. scr_beep (3)        - Call Intuition DisplayBeep
  204. scr_bs (3)        - Move cursor left one position
  205. scr_cdelete (3)        - Delete character under cursor
  206. scr_cinsert (3)        - Insert blank at cursor
  207. scr_clear (3)        - Clear console window
  208. scr_cr (3)        - Cause a carriage return
  209. scr_curs (3)        - Move cursor to specified line/column
  210. scr_cursrt (3)        - Move cursor right one character
  211. scr_cursup (3)        - Move cursor up one line
  212. scr_eol (3)        - Erase from cursor to end-of-line
  213. scr_home (3)        - Move cursor to upper left of window
  214. scr_ldelete (3)        - Delete line at cursor
  215. scr_lf (3)        - Move cursor down one line
  216. scr_linsert (3)        - Insert blank line at cursor
  217. scr_tab (3)        - Move cursor right one tab stop
  218. seed48 (3)        - Set all 48 bits of an internal seed
  219. seekdir (3)        - Reposition a directory operation
  220. setbuf (3)        - Set the buffer mode for a level 2 file
  221. setjmp (3)        - Set long jump parameters
  222. setlocale (3)        - Set locale information for a program
  223. setmem (3)        - Set a memory block to a value
  224. setnbf (3)        - Turn off I/O buffering for level 2 file
  225. setvbuf (3)        - Set the buffer mode for a level 2 file
  226. signal (3)        - Establish event traps
  227. sin (3)            - Sine function
  228. sinh (3)        - Hyperbolic sine function
  229. sizmem (3)        - Get memory pool size
  230. sprintf (3)        - Formatted print to a string
  231. sqrt (3)        - Square root function
  232. sqsort (3)        - Sort an array of short integers
  233. srand (3)        - Set the seed for the rand function
  234. srand48 (3)        - Set high 32 bits of an internal seed
  235. sscanf (3)        - Formatted input conversions
  236. stackavail (3)        - Get current available stack size
  237. stacksize (3)        - Get the current stack size
  238. stackused (3)        - Get the amount of stack in use
  239. stat (3)        - Get information on a file
  240. stcarg (3)        - Get an argument
  241. stccpy (3)        - Copy one string to another
  242. stcd_i (3)        - Convert a decimal string to an integer
  243. stcd_l (3)        - Convert a decimal string to a long integer
  244. stcgfe (3)        - Get the filename extension
  245. stcgfn (3)        - Get a filename from a path
  246. stcgfp (3)        - Get the file path
  247. stch_i (3)        - Convert a hexadecimal string to an integer
  248. stch_l (3)        - Convert a hexadecimal string to a long integer
  249. stcis (3)        - Count the number of string characters in the set
  250. stcisn (3)        - Count the number of string characters
  251. stci_d (3)        - Convert an integer to a decimal string
  252. stci_h (3)        - Convert an integer to a hexadecimal string
  253. stci_o (3)        - Convert an integer to an octal string
  254. stclen (3)        - Measure the length of a string
  255. stcl_d (3)        - Convert a long integer to a decimal string
  256. stcl_h (3)        - Convert a long integer to a hexadecimal string
  257. stcl_o (3)        - Convert a long integer to an octal string
  258. stco_i (3)        - Convert an octal string to an integer
  259. stco_l (3)        - Convert an octal string to a long integer
  260. stcpm (3)        - Unanchored pattern match
  261. stcpma (3)        - Anchored pattern match
  262. stcsma (3)        - UNIX string pattern match (anchored)
  263. stcul_d (3)        - Convert an unsigned long integer to a decimal string
  264. stcu_d (3)        - Convert an unsigned integer to a decimal string
  265. stpblk (3)        - Skip blanks
  266. stpbrk (3)        - Find a break character in a string
  267. stpchr (3)        - Find a character in a string
  268. stpchrn (3)        - Find a character not in a string
  269. stpcpy (3)        - Copy one string to another
  270. stpdate (3)        - Convert a date array to a string
  271. stpsym (3)        - Get the next symbol from a string
  272. stptime (3)        - Convert a time array to a string
  273. stptok (3)        - Get the next token from a string
  274. strbpl (3)        - Build a string pointer list
  275. strcat (3)        - Concatenate strings
  276. strchr (3)        - Find a character in a string
  277. strcmp (3)        - Compare strings, case sensitive
  278. strcmpi (3)        - Compare strings, case insensitive
  279. strcoll (3)        - Compare strings based on locale
  280. strcpy (3)        - Copy one string to another
  281. strcspn (3)        - Count the number of string characters not in the set
  282. strdup (3)        - Duplicate a string
  283. strerror (3)        - Print the text for a given error number
  284. strftime (3)        - Format a time string
  285. stricmp (3)        - Compare strings, case insensitive
  286. strins (3)        - Insert a string
  287. strlen (3)        - Measure the length of a string
  288. strlwr (3)        - Convert a string to lowercase
  289. strmfe (3)        - Make a filename with an extension
  290. strmfn (3)        - Make a filename from components
  291. strmfp (3)        - Make a filename from the path or node
  292. strmid (3)        - Return a substring from a string
  293. strncat (3)        - Concatenate strings, length limited
  294. strncmp (3)        - Compare strings, length limited
  295. strncpy (3)        - Copy a string, length limited
  296. strnicmp (3)        - Compare strings, case insensitive, length limited
  297. strnset (3)        - Set a string to a value, length limited
  298. strpbrk (3)        - Find a break character in a string
  299. strrchr (3)        - Find the last occurrence of a character in a string
  300. strrev (3)        - Reverse a character string
  301. strset (3)        - Set a string to a value
  302. strsfn (3)        - Split the filename
  303. strspn (3)        - Count the number of string characters in the set
  304. strsrt (3)        - Sort a string pointer list
  305. strstr (3)        - Find a substring inside of a string
  306. strtod (3)        - Convert a string to a double-precision floating-point number
  307. strtok (3)        - Get a token
  308. strtol (3)        - Convert a string to a long integer
  309. strtoul (3)        - Convert a string to an unsigned long integer
  310. strupr (3)        - Convert a string to uppercase
  311. strxfrm (3)        - Transform a string
  312. stspfp (3)        - Parse a file path
  313. swmem (3)        - Swap two memory blocks
  314. SysBase (3)        - Base of the Exec library
  315. system (3)        - Call the system command processor
  316. tan (3)            - Tangent function
  317. tanh (3)        - Hyperbolic tangent function
  318. tell (3)        - Get the level 1 file position
  319. telldir (3)        - Get the directory position
  320. time (3)        - Get the system time in seconds
  321. timer (3)        - Get the system clock with microseconds
  322. tmpfile (3)        - Open a temporary file stream
  323. tmpnam (3)        - Create a temporary filename
  324. toascii (3)        - Convert a character to ASCII
  325. tolower (3)        - Convert a character to lowercase
  326. toupper (3)        - Convert a character to uppercase
  327. tqsort (3)        - Sort an array of text pointers
  328. ungetc (3)        - Push input character back
  329. unlink (3)        - Remove a file
  330. utpack (3)        - Pack UNIX time
  331. utunpk (3)        - Unpack UNIX time
  332. va_arg (3)        - Get an argument from a varying-length argument list
  333. va_end (3)        - End varying-length argument list processing
  334. va_start (3)        - Begin varying-length argument list processing
  335. vfprintf (3)        - Formatted write of a varying-length argument list to a file
  336. vprintf (3)        - Formatted write of a varying-length argument list to standard
  337. vsprintf (3)        - Formatted write of a varying-length argument list to a string
  338. wait (3)        - Wait for single child process to complete
  339. waitm (3)        - Wait for multiple child processes to complete
  340. wcstombs (3)        - Convert a wide-character string to a multibyte string
  341. wctomb (3)        - Map a wide character to a multibyte character
  342. write (3)        - Write to a level 1 file
  343. _BackGroundIO (3)    - Route I/O to the console window
  344. _Backstdout (3)        - Pointer to the console window file handle
  345. _CXBRK (3)        - Print message and exit for Control-C processing
  346. _CXFERR (3)        - Low-level floating-point error
  347. _CXOVF (3)        - Default stack-overflow handler
  348. _dclose (3)        - Close an AmigaDOS file
  349. _dcreat (3)        - Create an AmigaDOS file
  350. _dcreatx (3)        - Create a new AmigaDOS file
  351. _dopen (3)        - Open an AmigaDOS file
  352. _dread (3)        - Read an AmigaDOS file
  353. _dseek (3)        - Reposition an AmigaDOS file
  354. _dwrite (3)        - Write to an AmigaDOS file
  355. _EPILOG (3)        - Profiler _EPILOG hook
  356. _FPERR (3)        - Floating-point error code
  357. _MemCleanup (3)        - Deallocate all allocated memory
  358. _MemType (3)        - Type of memory desired
  359. _MSTEP (3)        - Memory pool increment size
  360. _OSERR (3)        - DOS error information
  361. _PROLOG (3)        - Profiler _PROLOG hook
  362. _SLASH (3)        - Directory separator character
  363. _STRICT_ANSI (3)    - Define to disable non-ANSI features
  364. _stub (3)        - Default routine for undefined routines
  365. _TZ (3)            - Default time zone name
  366. _WBenchMsg (3)        - Workbench startup message
  367. _XCEXIT (3)        - Terminate the program
  368. __autoopenfail (3)    - Terminate program if OpenLibrary fails
  369. __buffsize (3)        - Level 2 I/O buffer size
  370. __ctype (3)        - Character class table
  371. __datecvt (3)        - Convert an AmigaDOS DateStamp to a time_t
  372. __daylight (3)        - Daylight savings time flag
  373. __daytbl (3)        - Array of days by name
  374. __emit (3)        - Emit 680x0 instruction word
  375. __exit (3)        - Terminate program execution with no clean-up
  376. __fmask (3)        - Default protection bits for opening a file
  377. __fmode (3)        - Default level 2 I/O mode
  378. __main (3)        - Standard preprocessing for the main module
  379. __matherr (3)        - Math error handler
  380. __montbl (3)        - Array of months by name
  381. __months (3)        - Array of month lengths
  382. __msflag (3)        - MS-DOS file pattern flag
  383. __nufbs (3)        - Count of level 1 file handle slots
  384. __oslibversion (3)    - Kickstart version number
  385. __os_errlist (3)    - Array of operating system error messages
  386. __os_nerr (3)        - Highest valid error number in the __os_errlist array
  387. __priority (3)        - Default priority for a background program
  388. __procname (3)        - Process name for a spawned program
  389. __sigfunc (3)        - Signal function table
  390. __stack (3)        - Minimum program stack size
  391. __stdiov37 (3)        - Standard I/O window behavior array
  392. __stdiowin (3)        - Standard I/O window attributes array
  393. __STKNEED (3)        - Minimum function stack size
  394. __sys_errlist (3)    - Errno text strings
  395. __sys_nerr (3)        - Number of entries in __sys_errlist
  396. __timecvt (3)        - Convert a time_t value to an AmigaDOS DateStamp
  397. __timezone (3)        - timezone bias from GMT
  398. __tinymain (3)        - Special version of the __main function
  399. __tzdtn (3)        - Daylight time name
  400. __tzname (3)        - timezone names
  401. __tzset (3)        - Set the time zone variables
  402. __tzstn (3)        - Standard time name
  403. __ufbs (3)        - Array of open level 1 file handles
  404.