The functions, macros, and data structures in the C library are described here in alphabetical order.
A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ Q ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ Y ¦ Z
The following are described elsewhere:
| For information about: | See: | 
|---|---|
| ICMP6_FILTER_SETPASSALL() | ICMP6 | 
| ICMP6_FILTER_SETBLOCKALL() | ICMP6 | 
| ICMP6_FILTER_SETPASS() | ICMP6 | 
| ICMP6_FILTER_SETBLOCK() | ICMP6 | 
| ICMP6_FILTER_WILLPASS() | ICMP6 | 
| ICMP6_FILTER_WILLBLOCK() | ICMP6 | 
| _IO(), _IOR(), _IOW(), _IOWR() | ioctl() | 
| _IO_SET_CONNECT_RET() | iofunc_open() | 
| _IO_SET_PATHCONF_VALUE() | iofunc_pathconf() | 
| _IO_SET_READ_NBYTES() | iofunc_read_verify() | 
| _IO_SET_WRITE_NBYTES() | iofunc_write_verify() | 
| IOFUNC_NOTIFY_DISARM() | iofunc_notify() | 
| IOFUNC_NOTIFY_INIT() | iofunc_notify() | 
| IOFUNC_NOTIFY_INPUT_CHECK() | iofunc_notify_trigger() | 
| IOFUNC_NOTIFY_OBAND_CHECK() | iofunc_notify_trigger() | 
| IOFUNC_NOTIFY_OUTPUT_CHECK() | iofunc_notify_trigger() | 
The following have been deprecated:
| Instead of: | Use: | 
|---|---|
| InterruptHookIdle() | InterruptHookIdle2(). Note that the arguments are different for the handler function. | 
| intr_capture() | InterruptAttach() | 
| intr_lock() | InterruptMask() | 
| intr_release() | InterruptDetach() | 
| intr_timed_wait() | InterruptWait() and Timertimeout() | 
| intr_unlock() | InterruptUnmask() | 
| intr_wait() | InterruptWait() | 
| iofunc_client_info() | iofunc_client_info_ext() | 
| isinff() | isinf() | 
| isnanf() | isnan() | 
This chapter describes the API components whose names begin with "I".