|
clnt_vc_create(3) -- library routines for dealing with creation and manipulation of CLIENT handles
|
RPC library routines allow C language programs to make procedure calls on other machines across the network. First a CLIENT handle is created and then the client calls a procedure to send a request to... |
clock(3) -- determine processor time used
|
The clock() function determines the amount of processor time used since the invocation of the calling process, measured in CLOCKS_PER_SECs. |
closedir(3) -- directory operations
|
The opendir() function opens the directory named by filename, associates a directory stream with it and returns a pointer to be used to identify the directory stream in subsequent operations. The poin... |
closelog(3) -- control system log
|
The syslog() function writes message to the system message logger. The message is then written to the system console, log files, logged-in users, or forwarded to other machines as appropriate (See sys... |
com_err(3) -- common error display library
|
The com_err library provides a common error-reporting mechanism for defining and accessing error codes and descriptions for application software packages. Error descriptions are defined in a table and... |
com_err_va(3) -- common error display library
|
The com_err library provides a common error-reporting mechanism for defining and accessing error codes and descriptions for application software packages. Error descriptions are defined in a table and... |
confstr(3) -- get string-valued configurable variables
|
This interface is obsoleted by sysctl(3). The confstr() function provides a method for applications to get configuration defined string values. The name argument specifies the system variable to be qu... |
copysign(3) -- Functions for IEEE arithmetic
|
These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. finite() returns the value 1 just when -infinity < x < +infinity; otherwise a zero... |
copysignf(3) -- Functions for IEEE arithmetic
|
These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. finite() returns the value 1 just when -infinity < x < +infinity; otherwise a zero... |
cos(3) -- cosine function
|
The cos() and cosf() functions compute the cosine of x (measured in radians). A large magnitude argument may yield a result with little or no significance. For a discussion of error due to roundoff, s... |
cosf(3) -- cosine function
|
The cos() and cosf() functions compute the cosine of x (measured in radians). A large magnitude argument may yield a result with little or no significance. For a discussion of error due to roundoff, s... |
cosh(3) -- hyperbolic cosine function
|
The cosh() and coshf() functions compute the hyperbolic cosine of x. |
coshf(3) -- hyperbolic cosine function
|
The cosh() and coshf() functions compute the hyperbolic cosine of x. |