|
CIRCLEQ_INSERT_HEAD(3) -- implementations of
|
These macros define and operate on five types of data structures: singlylinked lists, simple queues, lists, tail queues, and circular queues. All five structures support the following functionality: 1... |
CIRCLEQ_INSERT_TAIL(3) -- implementations of
|
These macros define and operate on five types of data structures: singlylinked lists, simple queues, lists, tail queues, and circular queues. All five structures support the following functionality: 1... |
|
CIRCLEQ_LAST(3) -- implementations of
|
These macros define and operate on five types of data structures: singlylinked lists, simple queues, lists, tail queues, and circular queues. All five structures support the following functionality: 1... |
CIRCLEQ_NEXT(3) -- implementations of
|
These macros define and operate on five types of data structures: singlylinked lists, simple queues, lists, tail queues, and circular queues. All five structures support the following functionality: 1... |
CIRCLEQ_PREV(3) -- implementations of
|
These macros define and operate on five types of data structures: singlylinked lists, simple queues, lists, tail queues, and circular queues. All five structures support the following functionality: 1... |
CIRCLEQ_REMOVE(3) -- implementations of
|
These macros define and operate on five types of data structures: singlylinked lists, simple queues, lists, tail queues, and circular queues. All five structures support the following functionality: 1... |
clear(3) -- clear all or part of a curses window
|
The erase and werase routines copy blanks to every position in the window, clearing the screen. The clear and wclear routines are like erase and werase, but they also call clearok, so that the screen ... |
clearerr(3) -- check and reset stream status
|
The function clearerr() clears the end-of-file and error indicators for the stream pointed to by stream. The function feof() tests the end-of-file indicator for the stream pointed to by stream, return... |
clearok(3) -- curses output options
|
These routines set options that change the style of output within curses. All options are initially FALSE, unless otherwise stated. It is not necessary to turn these options off before calling endwin.... |
clntraw_create(3) -- library routines for remote procedure calls
|
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the server. Upon receipt of the packet, the s... |
clnttcp_create(3) -- library routines for remote procedure calls
|
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the server. Upon receipt of the packet, the s... |
clntudp_bufcreate(3) -- library routines for remote procedure calls
|
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the server. Upon receipt of the packet, the s... |
clntudp_create(3) -- library routines for remote procedure calls
|
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the server. Upon receipt of the packet, the s... |
clnt_broadcast(3) -- library routines for remote procedure calls
|
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the server. Upon receipt of the packet, the s... |
clnt_call(3) -- library routines for remote procedure calls
|
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the server. Upon receipt of the packet, the s... |