|
catgets(3) -- retrieve string from message catalog
|
The catgets() function attempts to retrieve message msg_id of set set_id from the message catalog referenced by the descriptor catd. The argument s points to a default message which is returned if the... |
catopen(3) -- open message catalog
|
The catopen() function opens the message catalog specified by name and returns a message catalog descriptor. If name contains a `/' then name specifies the full pathname for the message catalog, othe... |
cbreak(3) -- curses input options
|
Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill character-processing (interrupt and flow contro... |
cbrt(3) -- cube root and square root functions
|
The cbrt() and the cbrtf() functions compute the cube root of x. The sqrt() and the sqrtf() functions compute the non-negative square root of x. |
cbrtf(3) -- cube root and square root functions
|
The cbrt() and the cbrtf() functions compute the cube root of x. The sqrt() and the sqrtf() functions compute the non-negative square root of x. |
ceil(3) -- smallest integral value greater than or equal to x
|
The ceil() and the ceilf() functions return the smallest integral value greater than or equal to x, expressed as a floating-point number. |
ceilf(3) -- smallest integral value greater than or equal to x
|
The ceil() and the ceilf() functions return the smallest integral value greater than or equal to x, expressed as a floating-point number. |
cfgetispeed(3) -- manipulating the termios structure
|
The cfmakeraw(), tcgetattr() and tcsetattr() functions are provided for getting and setting the termios structure. The cfgetispeed(), cfsetispeed(), cfgetospeed(), cfsetospeed() and cfsetspeed() funct... |
cfgetospeed(3) -- manipulating the termios structure
|
The cfmakeraw(), tcgetattr() and tcsetattr() functions are provided for getting and setting the termios structure. The cfgetispeed(), cfsetispeed(), cfgetospeed(), cfsetospeed() and cfsetspeed() funct... |
cfmakeraw(3) -- manipulating the termios structure
|
The cfmakeraw(), tcgetattr() and tcsetattr() functions are provided for getting and setting the termios structure. The cfgetispeed(), cfsetispeed(), cfgetospeed(), cfsetospeed() and cfsetspeed() funct... |
cfree(3) -- free up allocated memory
|
The cfree function considered obsolete. The cfree function is a synonym for free(3). |
cfsetispeed(3) -- manipulating the termios structure
|
The cfmakeraw(), tcgetattr() and tcsetattr() functions are provided for getting and setting the termios structure. The cfgetispeed(), cfsetispeed(), cfgetospeed(), cfsetospeed() and cfsetspeed() funct... |
cfsetospeed(3) -- manipulating the termios structure
|
The cfmakeraw(), tcgetattr() and tcsetattr() functions are provided for getting and setting the termios structure. The cfgetispeed(), cfsetispeed(), cfgetospeed(), cfsetospeed() and cfsetspeed() funct... |