Go to the first, previous, next, last section, table of contents.


Summary of Library Facilities

This appendix is a complete list of the facilities declared within the header files supplied with the GNU C library. Each entry also lists the standard or other source from which each facility is derived, and tells you where in the manual you can find more information about how to use it.

void abort (void)
`stdlib.h' (ISO): section Aborting a Program.
int abs (int number)
`stdlib.h' (ISO): section Absolute Value.
int accept (int socket, struct sockaddr *addr, socklen_t *length-ptr)
`sys/socket.h' (BSD): section Accepting Connections.
int access (const char *filename, int how)
`unistd.h' (POSIX.1): section Testing Permission to Access a File.
double acosh (double x)
`math.h' (BSD): section Hyperbolic Functions.
double acos (double x)
`math.h' (ISO): section Inverse Trigonometric Functions.
int adjtime (const struct timeval *delta, struct timeval *olddelta)
`sys/time.h' (BSD): section High-Resolution Calendar.
AF_FILE
`sys/socket.h' (GNU): section Address Formats.
AF_INET6
`sys/socket.h' (IPv6 Basic API): section Address Formats.
AF_INET
`sys/socket.h' (BSD): section Address Formats.
AF_UNIX
`sys/socket.h' (BSD): section Address Formats.
AF_UNSPEC
`sys/socket.h' (BSD): section Address Formats.
unsigned int alarm (unsigned int seconds)
`unistd.h' (POSIX.1): section Setting an Alarm.
void * alloca (size_t size);
`stdlib.h' (GNU, BSD): section Automatic Storage with Variable Size.
tcflag_t ALTWERASE
`termios.h' (BSD): section Local Modes.
int ARG_MAX
`limits.h' (POSIX.1): section General Capacity Limits.
char * asctime (const struct tm *brokentime)
`time.h' (ISO): section Formatting Date and Time.
double asinh (double x)
`math.h' (BSD): section Hyperbolic Functions.
double asin (double x)
`math.h' (ISO): section Inverse Trigonometric Functions.
int asprintf (char **ptr, const char *template, ...)
`stdio.h' (GNU): section Dynamically Allocating Formatted Output.
void assert (int expression)
`assert.h' (ISO): section Explicitly Checking Internal Consistency.
void assert_perror (int errnum)
`assert.h' (GNU): section Explicitly Checking Internal Consistency.
double atan2 (double y, double x)
`math.h' (ISO): section Inverse Trigonometric Functions.
double atanh (double x)
`math.h' (BSD): section Hyperbolic Functions.
double atan (double x)
`math.h' (ISO): section Inverse Trigonometric Functions.
int atexit (void (*function) (void))
`stdlib.h' (ISO): section Cleanups on Exit.
double atof (const char *string)
`stdlib.h' (ISO): section Parsing of Floats.
int atoi (const char *string)
`stdlib.h' (ISO): section Parsing of Integers.
long int atol (const char *string)
`stdlib.h' (ISO): section Parsing of Integers.
B0
`termios.h' (POSIX.1): section Line Speed.
B110
`termios.h' (POSIX.1): section Line Speed.
B1200
`termios.h' (POSIX.1): section Line Speed.
B134
`termios.h' (POSIX.1): section Line Speed.
B150
`termios.h' (POSIX.1): section Line Speed.
B1800
`termios.h' (POSIX.1): section Line Speed.
B19200
`termios.h' (POSIX.1): section Line Speed.
B200
`termios.h' (POSIX.1): section Line Speed.
B2400
`termios.h' (POSIX.1): section Line Speed.
B300
`termios.h' (POSIX.1): section Line Speed.
B38400
`termios.h' (POSIX.1): section Line Speed.
B4800
`termios.h' (POSIX.1): section Line Speed.
B50
`termios.h' (POSIX.1): section Line Speed.
B600
`termios.h' (POSIX.1): section Line Speed.
B75
`termios.h' (POSIX.1): section Line Speed.
B9600
`termios.h' (POSIX.1): section Line Speed.
int BC_BASE_MAX
`limits.h' (POSIX.2): section Utility Program Capacity Limits.
int BC_DIM_MAX
`limits.h' (POSIX.2): section Utility Program Capacity Limits.
int BC_DIM_MAX
`limits.h' (POSIX.2): section Utility Program Capacity Limits.
int bcmp (const void *a1, const void *a2, size_t size)
`string.h' (BSD): section String/Array Comparison.
void * bcopy (void *from, const void *to, size_t size)
`string.h' (BSD): section Copying and Concatenation.
int BC_SCALE_MAX
`limits.h' (POSIX.2): section Utility Program Capacity Limits.
int BC_STRING_MAX
`limits.h' (POSIX.2): section Utility Program Capacity Limits.
int bind (int socket, struct sockaddr *addr, socklen_t length)
`sys/socket.h' (BSD): section Setting the Address of a Socket.
tcflag_t BRKINT
`termios.h' (POSIX.1): section Input Modes.
_BSD_SOURCE
(GNU): section Feature Test Macros.
void * bsearch (const void *key, const void *array, size_t count, size_t size, comparison_fn_t compare)
`stdlib.h' (ISO): section Array Search Function.
int BUFSIZ
`stdio.h' (ISO): section Controlling Which Kind of Buffering.
void * bzero (void *block, size_t size)
`string.h' (BSD): section Copying and Concatenation.
double cabs (struct { double real, imag; } z)
`math.h' (BSD): section Absolute Value.
void * calloc (size_t count, size_t eltsize)
`malloc.h', `stdlib.h' (ISO): section Allocating Cleared Space.
double cbrt (double x)
`math.h' (BSD): section Exponentiation and Logarithms.
cc_t
`termios.h' (POSIX.1): section Terminal Mode Data Types.
tcflag_t CCTS_OFLOW
`termios.h' (BSD): section Control Modes.
double ceil (double x)
`math.h' (ISO): section Rounding and Remainder Functions.
speed_t cfgetispeed (const struct termios *termios-p)
`termios.h' (POSIX.1): section Line Speed.
speed_t cfgetospeed (const struct termios *termios-p)
`termios.h' (POSIX.1): section Line Speed.
int cfmakeraw (struct termios *termios-p)
`termios.h' (BSD): section Noncanonical Input.
void cfree (void *ptr)
`stdlib.h' (Sun): section Freeing Memory Allocated with malloc.
int cfsetispeed (struct termios *termios-p, speed_t speed)
`termios.h' (POSIX.1): section Line Speed.
int cfsetospeed (struct termios *termios-p, speed_t speed)
`termios.h' (POSIX.1): section Line Speed.
int cfsetspeed (struct termios *termios-p, speed_t speed)
`termios.h' (BSD): section Line Speed.
CHAR_BIT
`limits.h' (ISO): section Computing the Width of an Integer Data Type.
CHAR_MAX
`limits.h' (ISO): section Range of an Integer Type.
CHAR_MIN
`limits.h' (ISO): section Range of an Integer Type.
int chdir (const char *filename)
`unistd.h' (POSIX.1): section Working Directory.
int CHILD_MAX
`limits.h' (POSIX.1): section General Capacity Limits.
int chmod (const char *filename, mode_t mode)
`sys/stat.h' (POSIX.1): section Assigning File Permissions.
int chown (const char *filename, uid_t owner, gid_t group)
`unistd.h' (POSIX.1): section File Owner.
tcflag_t CIGNORE
`termios.h' (BSD): section Control Modes.
void clearerr (FILE *stream)
`stdio.h' (ISO): section End-Of-File and Errors.
int CLK_TCK
`time.h' (POSIX.1): section Basic CPU Time Inquiry.
tcflag_t CLOCAL
`termios.h' (POSIX.1): section Control Modes.
clock_t clock (void)
`time.h' (ISO): section Basic CPU Time Inquiry.
int CLOCKS_PER_SEC
`time.h' (ISO): section Basic CPU Time Inquiry.
clock_t
`time.h' (ISO): section Basic CPU Time Inquiry.
int closedir (DIR *dirstream)
`dirent.h' (POSIX.1): section Reading and Closing a Directory Stream.
int close (int filedes)
`unistd.h' (POSIX.1): section Opening and Closing Files.
int COLL_WEIGHTS_MAX
`limits.h' (POSIX.2): section Utility Program Capacity Limits.
size_t confstr (int parameter, char *buf, size_t len)
`unistd.h' (POSIX.2): section String-Valued Parameters.
int connect (int socket, struct sockaddr *addr, socklen_t length)
`sys/socket.h' (BSD): section Making a Connection.
cookie_close_function
`stdio.h' (GNU): section Custom Stream Hook Functions.
cookie_io_functions_t
`stdio.h' (GNU): section Custom Streams and Cookies.
cookie_read_function
`stdio.h' (GNU): section Custom Stream Hook Functions.
cookie_seek_function
`stdio.h' (GNU): section Custom Stream Hook Functions.
cookie_write_function
`stdio.h' (GNU): section Custom Stream Hook Functions.
double copysign (double value, double sign)
`math.h' (BSD): section Normalization Functions.
double cosh (double x)
`math.h' (ISO): section Hyperbolic Functions.
double cos (double x)
`math.h' (ISO): section Trigonometric Functions.
tcflag_t CREAD
`termios.h' (POSIX.1): section Control Modes.
int creat (const char *filename, mode_t mode)
`fcntl.h' (POSIX.1): section Opening and Closing Files.
tcflag_t CRTS_IFLOW
`termios.h' (BSD): section Control Modes.
tcflag_t CS5
`termios.h' (POSIX.1): section Control Modes.
tcflag_t CS6
`termios.h' (POSIX.1): section Control Modes.
tcflag_t CS7
`termios.h' (POSIX.1): section Control Modes.
tcflag_t CS8
`termios.h' (POSIX.1): section Control Modes.
tcflag_t CSIZE
`termios.h' (POSIX.1): section Control Modes.
_CS_PATH
`unistd.h' (POSIX.2): section String-Valued Parameters.
tcflag_t CSTOPB
`termios.h' (POSIX.1): section Control Modes.
char * ctermid (char *string)
`stdio.h' (POSIX.1): section Identifying the Controlling Terminal.
char * ctime (const time_t *time)
`time.h' (ISO): section Formatting Date and Time.
char * cuserid (char *string)
`stdio.h' (POSIX.1): section Identifying Who Logged In.
int daylight
`time.h' (SVID): section Functions and Variables for Time Zones.
DBL_DIG
`float.h' (ISO): section Floating Point Parameters.
DBL_EPSILON
`float.h' (ISO): section Floating Point Parameters.
DBL_MANT_DIG
`float.h' (ISO): section Floating Point Parameters.
DBL_MAX_10_EXP
`float.h' (ISO): section Floating Point Parameters.
DBL_MAX_EXP
`float.h' (ISO): section Floating Point Parameters.
DBL_MAX
`float.h' (ISO): section Floating Point Parameters.
DBL_MIN_10_EXP
`float.h' (ISO): section Floating Point Parameters.
DBL_MIN_EXP
`float.h' (ISO): section Floating Point Parameters.
DBL_MIN
`float.h' (ISO): section Floating Point Parameters.
dev_t
`sys/types.h' (POSIX.1): section What the File Attribute Values Mean.
double difftime (time_t time1, time_t time0)
`time.h' (ISO): section Simple Calendar Time.
DIR
`dirent.h' (POSIX.1): section Opening a Directory Stream.
div_t div (int numerator, int denominator)
`stdlib.h' (ISO): section Integer Division.
div_t
`stdlib.h' (ISO): section Integer Division.
double drem (double numerator, double denominator)
`math.h' (BSD): section Rounding and Remainder Functions.
int dup2 (int old, int new)
`unistd.h' (POSIX.1): section Duplicating Descriptors.
int dup (int old)
`unistd.h' (POSIX.1): section Duplicating Descriptors.
int E2BIG
`errno.h' (POSIX.1: Argument list too long): section Error Codes.
int EACCES
`errno.h' (POSIX.1: Permission denied): section Error Codes.
int EADDRINUSE
`errno.h' (BSD: Address already in use): section Error Codes.
int EADDRNOTAVAIL
`errno.h' (BSD: Cannot assign requested address): section Error Codes.
int EADV
`errno.h' (Linux???: Advertise error): section Error Codes.
int EAFNOSUPPORT
`errno.h' (BSD: Address family not supported by protocol): section Error Codes.
int EAGAIN
`errno.h' (POSIX.1: Resource temporarily unavailable): section Error Codes.
int EALREADY
`errno.h' (BSD: Operation already in progress): section Error Codes.
int EAUTH
`errno.h' (BSD: Authentication error): section Error Codes.
int EBACKGROUND
`errno.h' (GNU: Inappropriate operation for background process): section Error Codes.
int EBADE
`errno.h' (Linux???: Invalid exchange): section Error Codes.
int EBADFD
`errno.h' (Linux???: File descriptor in bad state): section Error Codes.
int EBADF
`errno.h' (POSIX.1: Bad file descriptor): section Error Codes.
int EBADMSG
`errno.h' (XOPEN: Bad message): section Error Codes.
int EBADR
`errno.h' (Linux???: Invalid request descriptor): section Error Codes.
int EBADRPC
`errno.h' (BSD: RPC struct is bad): section Error Codes.
int EBADRQC
`errno.h' (Linux???: Invalid request code): section Error Codes.
int EBADSLT
`errno.h' (Linux???: Invalid slot): section Error Codes.
int EBFONT
`errno.h' (Linux???: Bad font file format): section Error Codes.
int EBUSY
`errno.h' (POSIX.1: Device or resource busy): section Error Codes.
int ECHILD
`errno.h' (POSIX.1: No child processes): section Error Codes.
tcflag_t ECHOCTL
`termios.h' (BSD): section Local Modes.
tcflag_t ECHOE
`termios.h' (POSIX.1): section Local Modes.
tcflag_t ECHO
`termios.h' (POSIX.1): section Local Modes.
tcflag_t ECHOKE
`termios.h' (BSD): section Local Modes.
tcflag_t ECHOK
`termios.h' (POSIX.1): section Local Modes.
tcflag_t ECHONL
`termios.h' (POSIX.1): section Local Modes.
tcflag_t ECHOPRT
`termios.h' (BSD): section Local Modes.
int ECHRNG
`errno.h' (Linux???: Channel number out of range): section Error Codes.
int ECOMM
`errno.h' (Linux???: Communication error on send): section Error Codes.
int ECONNABORTED
`errno.h' (BSD: Software caused connection abort): section Error Codes.
int ECONNREFUSED
`errno.h' (BSD: Connection refused): section Error Codes.
int ECONNRESET
`errno.h' (BSD: Connection reset by peer): section Error Codes.
int EDEADLK
`errno.h' (POSIX.1: Resource deadlock avoided): section Error Codes.
int EDEADLOCK
`errno.h' (Linux???: File locking deadlock error): section Error Codes.
int EDESTADDRREQ
`errno.h' (BSD: Destination address required): section Error Codes.
int EDIED
`errno.h' (GNU: Translator died): section Error Codes.
int ED
`errno.h' (GNU: ?): section Error Codes.
int EDOM
`errno.h' (ISO: Numerical argument out of domain): section Error Codes.
int EDOTDOT
`errno.h' (Linux???: RFS specific error): section Error Codes.
int EDQUOT
`errno.h' (BSD: Disc quota exceeded): section Error Codes.
int EEXIST
`errno.h' (POSIX.1: File exists): section Error Codes.
int EFAULT
`errno.h' (POSIX.1: Bad address): section Error Codes.
int EFBIG
`errno.h' (POSIX.1: File too large): section Error Codes.
int EFTYPE
`errno.h' (BSD: Inappropriate file type or format): section Error Codes.
int EGRATUITOUS
`errno.h' (GNU: Gratuitous error): section Error Codes.
int EGREGIOUS
`errno.h' (GNU: You really blew it this time): section Error Codes.
int EHOSTDOWN
`errno.h' (BSD: Host is down): section Error Codes.
int EHOSTUNREACH
`errno.h' (BSD: No route to host): section Error Codes.
int EIDRM
`errno.h' (XOPEN: Identifier removed): section Error Codes.
int EIEIO
`errno.h' (GNU: Computer bought the farm): section Error Codes.
int EILSEQ
`errno.h' (ISO: Invalid or incomplete multibyte or wide character): section Error Codes.
int EINPROGRESS
`errno.h' (BSD: Operation now in progress): section Error Codes.
int EINTR
`errno.h' (POSIX.1: Interrupted system call): section Error Codes.
int EINVAL
`errno.h' (POSIX.1: Invalid argument): section Error Codes.
int EIO
`errno.h' (POSIX.1: Input/output error): section Error Codes.
int EISCONN
`errno.h' (BSD: Transport endpoint is already connected): section Error Codes.
int EISDIR
`errno.h' (POSIX.1: Is a directory): section Error Codes.
int EISNAM
`errno.h' (Linux???: Is a named type file): section Error Codes.
int EL2HLT
`errno.h' (Linux???: Level 2 halted): section Error Codes.
int EL2NSYNC
`errno.h' (Linux???: Level 2 not synchronized): section Error Codes.
int EL3HLT
`errno.h' (Linux???: Level 3 halted): section Error Codes.
int EL3RST
`errno.h' (Linux???: Level 3 reset): section Error Codes.
int ELIBACC
`errno.h' (Linux???: Can not access a needed shared library): section Error Codes.
int ELIBBAD
`errno.h' (Linux???: Accessing a corrupted shared library): section Error Codes.
int ELIBEXEC
`errno.h' (Linux???: Cannot exec a shared library directly): section Error Codes.
int ELIBMAX
`errno.h' (Linux???: Attempting to link in too many shared libraries): section Error Codes.
int ELIBSCN
`errno.h' (Linux???: .lib section in a.out corrupted): section Error Codes.
int ELNRNG
`errno.h' (Linux???: Link number out of range): section Error Codes.
int ELOOP
`errno.h' (BSD: Too many levels of symbolic links): section Error Codes.
int EMEDIUMTYPE
`errno.h' (Linux???: Wrong medium type): section Error Codes.
int EMFILE
`errno.h' (POSIX.1: Too many open files): section Error Codes.
int EMLINK
`errno.h' (POSIX.1: Too many links): section Error Codes.
int EMSGSIZE
`errno.h' (BSD: Message too long): section Error Codes.
int EMULTIHOP
`errno.h' (XOPEN: Multihop attempted): section Error Codes.
int ENAMETOOLONG
`errno.h' (POSIX.1: File name too long): section Error Codes.
int ENAVAIL
`errno.h' (Linux???: No XENIX semaphores available): section Error Codes.
void endgrent (void)
`grp.h' (SVID, BSD): section Scanning the List of All Groups.
void endhostent ()
`netdb.h' (BSD): section Host Names.
void endnetent (void)
`netdb.h' (BSD): section Networks Database.
void endnetgrent (void)
`netdb.h' (netdb.h): section Looking up one Netgroup.
void endprotoent (void)
`netdb.h' (BSD): section Protocols Database.
void endpwent (void)
`pwd.h' (SVID, BSD): section Scanning the List of All Users.
void endservent (void)
`netdb.h' (BSD): section The Services Database.
int ENEEDAUTH
`errno.h' (BSD: Need authenticator): section Error Codes.
int ENETDOWN
`errno.h' (BSD: Network is down): section Error Codes.
int ENETRESET
`errno.h' (BSD: Network dropped connection on reset): section Error Codes.
int ENETUNREACH
`errno.h' (BSD: Network is unreachable): section Error Codes.
int ENFILE
`errno.h' (POSIX.1: Too many open files in system): section Error Codes.
int ENOANO
`errno.h' (Linux???: No anode): section Error Codes.
int ENOBUFS
`errno.h' (BSD: No buffer space available): section Error Codes.
int ENOCSI
`errno.h' (Linux???: No CSI structure available): section Error Codes.
int ENODATA
`errno.h' (XOPEN: No data available): section Error Codes.
int ENODEV
`errno.h' (POSIX.1: Operation not supported by device): section Error Codes.
int ENOENT
`errno.h' (POSIX.1: No such file or directory): section Error Codes.
int ENOEXEC
`errno.h' (POSIX.1: Exec format error): section Error Codes.
int ENOLCK
`errno.h' (POSIX.1: No locks available): section Error Codes.
int ENOLINK
`errno.h' (XOPEN: Link has been severed): section Error Codes.
int ENOMEDIUM
`errno.h' (Linux???: No medium found): section Error Codes.
int ENOMEM
`errno.h' (POSIX.1: Cannot allocate memory): section Error Codes.
int ENOMSG
`errno.h' (XOPEN: No message of desired type): section Error Codes.
int ENONET
`errno.h' (Linux???: Machine is not on the network): section Error Codes.
int ENOPKG
`errno.h' (Linux???: Package not installed): section Error Codes.
int ENOPROTOOPT
`errno.h' (BSD: Protocol not available): section Error Codes.
int ENOSPC
`errno.h' (POSIX.1: No space left on device): section Error Codes.
int ENOSR
`errno.h' (XOPEN: Out of streams resources): section Error Codes.
int ENOSTR
`errno.h' (XOPEN: Device not a stream): section Error Codes.
int ENOSYS
`errno.h' (POSIX.1: Function not implemented): section Error Codes.
int ENOTBLK
`errno.h' (BSD: Block device required): section Error Codes.
int ENOTCONN
`errno.h' (BSD: Transport endpoint is not connected): section Error Codes.
int ENOTDIR
`errno.h' (POSIX.1: Not a directory): section Error Codes.
int ENOTEMPTY
`errno.h' (POSIX.1: Directory not empty): section Error Codes.
int ENOTNAM
`errno.h' (Linux???: Not a XENIX named type file): section Error Codes.
int ENOTSOCK
`errno.h' (BSD: Socket operation on non-socket): section Error Codes.
int ENOTTY
`errno.h' (POSIX.1: Inappropriate ioctl for device): section Error Codes.
int ENOTUNIQ
`errno.h' (Linux???: Name not unique on network): section Error Codes.
char ** environ
`unistd.h' (POSIX.1): section Environment Access.
int ENXIO
`errno.h' (POSIX.1: Device not configured): section Error Codes.
int EOF
`stdio.h' (ISO): section End-Of-File and Errors.
int EOPNOTSUPP
`errno.h' (BSD: Operation not supported): section Error Codes.
int EOVERFLOW
`errno.h' (XOPEN: Value too large for defined data type): section Error Codes.
int EPERM
`errno.h' (POSIX.1: Operation not permitted): section Error Codes.
int EPFNOSUPPORT
`errno.h' (BSD: Protocol family not supported): section Error Codes.
int EPIPE
`errno.h' (POSIX.1: Broken pipe): section Error Codes.
int EPROCLIM
`errno.h' (BSD: Too many processes): section Error Codes.
int EPROCUNAVAIL
`errno.h' (BSD: RPC bad procedure for program): section Error Codes.
int EPROGMISMATCH
`errno.h' (BSD: RPC program version wrong): section Error Codes.
int EPROGUNAVAIL
`errno.h' (BSD: RPC program not available): section Error Codes.
int EPROTO
`errno.h' (XOPEN: Protocol error): section Error Codes.
int EPROTONOSUPPORT
`errno.h' (BSD: Protocol not supported): section Error Codes.
int EPROTOTYPE
`errno.h' (BSD: Protocol wrong type for socket): section Error Codes.
int EQUIV_CLASS_MAX
`limits.h' (POSIX.2): section Utility Program Capacity Limits.
int ERANGE
`errno.h' (ISO: Numerical result out of range): section Error Codes.
int EREMCHG
`errno.h' (Linux???: Remote address changed): section Error Codes.
int EREMOTEIO
`errno.h' (Linux???: Remote I/O error): section Error Codes.
int EREMOTE
`errno.h' (BSD: Object is remote): section Error Codes.
int ERESTART
`errno.h' (Linux???: Interrupted system call should be restarted): section Error Codes.
int EROFS
`errno.h' (POSIX.1: Read-only file system): section Error Codes.
int ERPCMISMATCH
`errno.h' (BSD: RPC version wrong): section Error Codes.
volatile int errno
`errno.h' (ISO): section Checking for Errors.
int ESHUTDOWN
`errno.h' (BSD: Cannot send after transport endpoint shutdown): section Error Codes.
int ESOCKTNOSUPPORT
`errno.h' (BSD: Socket type not supported): section Error Codes.
int ESPIPE
`errno.h' (POSIX.1: Illegal seek): section Error Codes.
int ESRCH
`errno.h' (POSIX.1: No such process): section Error Codes.
int ESRMNT
`errno.h' (Linux???: Srmount error): section Error Codes.
int ESTALE
`errno.h' (BSD: Stale NFS file handle): section Error Codes.
int ESTRPIPE
`errno.h' (Linux???: Streams pipe error): section Error Codes.
int ETIMEDOUT
`errno.h' (BSD: Connection timed out): section Error Codes.
int ETIME
`errno.h' (XOPEN: Timer expired): section Error Codes.
int ETOOMANYREFS
`errno.h' (BSD: Too many references: cannot splice): section Error Codes.
int ETXTBSY
`errno.h' (BSD: Text file busy): section Error Codes.
int EUCLEAN
`errno.h' (Linux???: Structure needs cleaning): section Error Codes.
int EUNATCH
`errno.h' (Linux???: Protocol driver not attached): section Error Codes.
int EUSERS
`errno.h' (BSD: Too many users): section Error Codes.
int EWOULDBLOCK
`errno.h' (BSD: Operation would block): section Error Codes.
int EXDEV
`errno.h' (POSIX.1: Invalid cross-device link): section Error Codes.
int execle (const char *filename, const char *arg0, char *const env[], ...)
`unistd.h' (POSIX.1): section Executing a File.
int execl (const char *filename, const char *arg0, ...)
`unistd.h' (POSIX.1): section Executing a File.
int execlp (const char *filename, const char *arg0, ...)
`unistd.h' (POSIX.1): section Executing a File.
int execve (const char *filename, char *const argv[], char *const env[])
`unistd.h' (POSIX.1): section Executing a File.
int execv (const char *filename, char *const argv[])
`unistd.h' (POSIX.1): section Executing a File.
int execvp (const char *filename, char *const argv[])
`unistd.h' (POSIX.1): section Executing a File.
int EXFULL
`errno.h' (Linux???: Exchange full): section Error Codes.
int EXIT_FAILURE
`stdlib.h' (ISO): section Exit Status.
void _exit (int status)
`unistd.h' (POSIX.1): section Termination Internals.
void exit (int status)
`stdlib.h' (ISO): section Normal Termination.
int EXIT_SUCCESS
`stdlib.h' (ISO): section Exit Status.
double exp (double x)
`math.h' (ISO): section Exponentiation and Logarithms.
double expm1 (double x)
`math.h' (BSD): section Exponentiation and Logarithms.
int EXPR_NEST_MAX
`limits.h' (POSIX.2): section Utility Program Capacity Limits.
double fabs (double number)
`math.h' (ISO): section Absolute Value.
int fchmod (int filedes, int mode)
`sys/stat.h' (BSD): section Assigning File Permissions.
int fchown (int filedes, int owner, int group)
`unistd.h' (BSD): section File Owner.
int fclean (FILE *stream)
`stdio.h' (GNU): section Cleaning Streams.
int fcloseall (void)
`stdio.h' (GNU): section Closing Streams.
int fclose (FILE *stream)
`stdio.h' (ISO): section Closing Streams.
int fcntl (int filedes, int command, ...)
`fcntl.h' (POSIX.1): section Control Operations on Files.
int FD_CLOEXEC
`fcntl.h' (POSIX.1): section File Descriptor Flags.
void FD_CLR (int filedes, fd_set *set)
`sys/types.h' (BSD): section Waiting for Input or Output.
int FD_ISSET (int filedes, fd_set *set)
`sys/types.h' (BSD): section Waiting for Input or Output.
FILE * fdopen (int filedes, const char *opentype)
`stdio.h' (POSIX.1): section Descriptors and Streams.
void FD_SET (int filedes, fd_set *set)
`sys/types.h' (BSD): section Waiting for Input or Output.
fd_set
`sys/types.h' (BSD): section Waiting for Input or Output.
int FD_SETSIZE
`sys/types.h' (BSD): section Waiting for Input or Output.
int F_DUPFD
`fcntl.h' (POSIX.1): section Duplicating Descriptors.
void FD_ZERO (fd_set *set)
`sys/types.h' (BSD): section Waiting for Input or Output.
int feof (FILE *stream)
`stdio.h' (ISO): section End-Of-File and Errors.
int ferror (FILE *stream)
`stdio.h' (ISO): section End-Of-File and Errors.
int fflush (FILE *stream)
`stdio.h' (ISO): section Flushing Buffers.
int fgetc (FILE *stream)
`stdio.h' (ISO): section Character Input.
int F_GETFD
`fcntl.h' (POSIX.1): section File Descriptor Flags.
int F_GETFL
`fcntl.h' (POSIX.1): section Getting and Setting File Status Flags.
struct group * fgetgrent (FILE *stream)
`grp.h' (SVID): section Scanning the List of All Groups.
int fgetgrent_r (FILE *stream, struct group *result_buf, char *buffer, size_t buflen, struct group **result)
`grp.h' (GNU): section Scanning the List of All Groups.
int F_GETLK
`fcntl.h' (POSIX.1): section File Locks.
int F_GETOWN
`fcntl.h' (BSD): section Interrupt-Driven Input.
int fgetpos (FILE *stream, fpos_t *position)
`stdio.h' (ISO): section Portable File-Position Functions.
struct passwd * fgetpwent (FILE *stream)
`pwd.h' (SVID): section Scanning the List of All Users.
int fgetpwent_r (FILE *stream, struct passwd *result_buf, char *buffer, size_t buflen, struct passwd **result)
`pwd.h' (GNU): section Scanning the List of All Users.
char * fgets (char *s, int count, FILE *stream)
`stdio.h' (ISO): section Line-Oriented Input.
FILE
`stdio.h' (ISO): section Streams.
int FILENAME_MAX
`stdio.h' (ISO): section Limits on File System Capacity.
int fileno (FILE *stream)
`stdio.h' (POSIX.1): section Descriptors and Streams.
int finite (double x)
`math.h' (BSD): section Predicates on Floats.
double floor (double x)
`math.h' (ISO): section Rounding and Remainder Functions.
FLT_DIG
`float.h' (ISO): section Floating Point Parameters.
FLT_EPSILON
`float.h' (ISO): section Floating Point Parameters.
FLT_MANT_DIG
`float.h' (ISO): section Floating Point Parameters.
FLT_MAX_10_EXP
`float.h' (ISO): section Floating Point Parameters.
FLT_MAX_EXP
`float.h' (ISO): section Floating Point Parameters.
FLT_MAX
`float.h' (ISO): section Floating Point Parameters.
FLT_MIN_10_EXP
`float.h' (ISO): section Floating Point Parameters.
FLT_MIN_EXP
`float.h' (ISO): section Floating Point Parameters.
FLT_MIN
`float.h' (ISO): section Floating Point Parameters.
FLT_RADIX
`float.h' (ISO): section Floating Point Parameters.
FLT_ROUNDS
`float.h' (ISO): section Floating Point Parameters.
tcflag_t FLUSHO
`termios.h' (BSD): section Local Modes.
FILE * fmemopen (void *buf, size_t size, const char *opentype)
`stdio.h' (GNU): section String Streams.
double fmod (double numerator, double denominator)
`math.h' (ISO): section Rounding and Remainder Functions.
int fnmatch (const char *pattern, const char *string, int flags)
`fnmatch.h' (POSIX.2): section Wildcard Matching.
FNM_CASEFOLD
`fnmatch.h' (GNU): section Wildcard Matching.
FNM_FILE_NAME
`fnmatch.h' (GNU): section Wildcard Matching.
FNM_LEADING_DIR
`fnmatch.h' (GNU): section Wildcard Matching.
FNM_NOESCAPE
`fnmatch.h' (POSIX.2): section Wildcard Matching.
FNM_PATHNAME
`fnmatch.h' (POSIX.2): section Wildcard Matching.
FNM_PERIOD
`fnmatch.h' (POSIX.2): section Wildcard Matching.
int F_OK
`unistd.h' (POSIX.1): section Testing Permission to Access a File.
FILE * fopencookie (void *cookie, const char *opentype, cookie_io_functions_t io-functions)
`stdio.h' (GNU): section Custom Streams and Cookies.
FILE * fopen (const char *filename, const char *opentype)
`stdio.h' (ISO): section Opening Streams.
int FOPEN_MAX
`stdio.h' (ISO): section Opening Streams.
pid_t fork (void)
`unistd.h' (POSIX.1): section Creating a Process.
long int fpathconf (int filedes, int parameter)
`unistd.h' (POSIX.1): section Using pathconf.
FPE_DECOVF_TRAP
`signal.h' (BSD): section Program Error Signals.
FPE_FLTDIV_FAULT
`signal.h' (BSD): section Program Error Signals.
FPE_FLTDIV_TRAP
`signal.h' (BSD): section Program Error Signals.
FPE_FLTOVF_FAULT
`signal.h' (BSD): section Program Error Signals.
FPE_FLTOVF_TRAP
`signal.h' (BSD): section Program Error Signals.
FPE_FLTUND_FAULT
`signal.h' (BSD): section Program Error Signals.
FPE_FLTUND_TRAP
`signal.h' (BSD): section Program Error Signals.
FPE_INTDIV_TRAP
`signal.h' (BSD): section Program Error Signals.
FPE_INTOVF_TRAP
`signal.h' (BSD): section Program Error Signals.
FPE_SUBRNG_TRAP
`signal.h' (BSD): section Program Error Signals.
fpos_t
`stdio.h' (ISO): section Portable File-Position Functions.
int fprintf (FILE *stream, const char *template, ...)
`stdio.h' (ISO): section Formatted Output Functions.
int fputc (int c, FILE *stream)
`stdio.h' (ISO): section Simple Output by Characters or Lines.
int fputs (const char *s, FILE *stream)
`stdio.h' (ISO): section Simple Output by Characters or Lines.
F_RDLCK
`fcntl.h' (POSIX.1): section File Locks.
size_t fread (void *data, size_t size, size_t count, FILE *stream)
`stdio.h' (ISO): section Block Input/Output.
__free_hook
`malloc.h' (GNU): section Storage Allocation Hooks.
void free (void *ptr)
`malloc.h', `stdlib.h' (ISO): section Freeing Memory Allocated with malloc.
FILE * freopen (const char *filename, const char *opentype, FILE *stream)
`stdio.h' (ISO): section Opening Streams.
double frexp (double value, int *exponent)
`math.h' (ISO): section Normalization Functions.
int fscanf (FILE *stream, const char *template, ...)
`stdio.h' (ISO): section Formatted Input Functions.
int fseek (FILE *stream, long int offset, int whence)
`stdio.h' (ISO): section File Positioning.
int F_SETFD
`fcntl.h' (POSIX.1): section File Descriptor Flags.
int F_SETFL
`fcntl.h' (POSIX.1): section Getting and Setting File Status Flags.
int F_SETLK
`fcntl.h' (POSIX.1): section File Locks.
int F_SETLKW
`fcntl.h' (POSIX.1): section File Locks.
int F_SETOWN
`fcntl.h' (BSD): section Interrupt-Driven Input.
int fsetpos (FILE *stream, const fpos_t position)
`stdio.h' (ISO): section Portable File-Position Functions.
int fstat (int filedes, struct stat *buf)
`sys/stat.h' (POSIX.1): section Reading the Attributes of a File.
long int ftell (FILE *stream)
`stdio.h' (ISO): section File Positioning.
F_UNLCK
`fcntl.h' (POSIX.1): section File Locks.
size_t fwrite (const void *data, size_t size, size_t count, FILE *stream)
`stdio.h' (ISO): section Block Input/Output.
F_WRLCK
`fcntl.h' (POSIX.1): section File Locks.
int getchar (void)
`stdio.h' (ISO): section Character Input.
int getc (FILE *stream)
`stdio.h' (ISO): section Character Input.
char * getcwd (char *buffer, size_t size)
`unistd.h' (POSIX.1): section Working Directory.
ssize_t getdelim (char **lineptr, size_t *n, int delimiter, FILE *stream)
`stdio.h' (GNU): section Line-Oriented Input.
gid_t getegid (void)
`unistd.h' (POSIX.1): section Reading the Persona of a Process.
char * getenv (const char *name)
`stdlib.h' (ISO): section Environment Access.
uid_t geteuid (void)
`unistd.h' (POSIX.1): section Reading the Persona of a Process.
gid_t getgid (void)
`unistd.h' (POSIX.1): section Reading the Persona of a Process.
struct group * getgrent (void)
`grp.h' (SVID, BSD): section Scanning the List of All Groups.
int getgrent_r (struct group *result_buf, char *buffer, size_t buflen, struct group **result)
`grp.h' (GNU): section Scanning the List of All Groups.
struct group * getgrgid (gid_t gid)
`grp.h' (POSIX.1): section Looking Up One Group.
int getgrgid_r (gid_t gid, struct group *result_buf, char *buffer, size_t buflen, struct group **result)
`grp.h' (POSIX.1c): section Looking Up One Group.
struct group * getgrnam (const char *name)
`grp.h' (SVID, BSD): section Looking Up One Group.
int getgrnam_r (const char *name, struct group *result_buf, char *buffer, size_t buflen, struct group **result)
`grp.h' (POSIX.1c): section Looking Up One Group.
int getgroups (int count, gid_t *groups)
`unistd.h' (POSIX.1): section Reading the Persona of a Process.
struct hostent * gethostbyaddr (const char *addr, int length, int format)
`netdb.h' (BSD): section Host Names.
struct hostent * gethostbyname2 (const char *name, int af)
`netdb.h' (IPv6 Basic API): section Host Names.
struct hostent * gethostbyname (const char *name)
`netdb.h' (BSD): section Host Names.
struct hostent * gethostent ()
`netdb.h' (BSD): section Host Names.
long int gethostid (void)
`unistd.h' (BSD): section Host Identification.
int gethostname (char *name, size_t size)
`unistd.h' (BSD): section Host Identification.
int getitimer (int which, struct itimerval *old)
`sys/time.h' (BSD): section Setting an Alarm.
ssize_t getline (char **lineptr, size_t *n, FILE *stream)
`stdio.h' (GNU): section Line-Oriented Input.
char * getlogin (void)
`unistd.h' (POSIX.1): section Identifying Who Logged In.
struct netent * getnetbyaddr (long net, int type)
`netdb.h' (BSD): section Networks Database.
struct netent * getnetbyname (const char *name)
`netdb.h' (BSD): section Networks Database.
struct netent * getnetent (void)
`netdb.h' (BSD): section Networks Database.
int getnetgrent (char **hostp, char **userp, char **domainp)
`netdb.h' (netdb.h): section Looking up one Netgroup.
int getnetgrent_r (char **hostp, char **userp, char **domainp, char *buffer, int buflen)
`netdb.h' (netdb.h): section Looking up one Netgroup.
int getopt (int argc, char **argv, const char *options)
`unistd.h' (POSIX.2): section Parsing Program Options.
int getopt_long (int argc, char **argv, const char *shortopts, struct option *longopts, int *indexptr)
`getopt.h' (GNU): section Parsing Long Options.
int getpeername (int socket, struct sockaddr *addr, size_t *length-ptr)
`sys/socket.h' (BSD): section Who is Connected to Me?.
pid_t getpgrp (pid_t pid)
`unistd.h' (BSD): section Process Group Functions.
pid_t getpgrp (void)
`unistd.h' (POSIX.1): section Process Group Functions.
pid_t getpid (void)
`unistd.h' (POSIX.1): section Process Identification.
pid_t getppid (void)
`unistd.h' (POSIX.1): section Process Identification.
int getpriority (int class, int id)
`sys/resource.h' (BSD): section Process Priority.
struct protoent * getprotobyname (const char *name)
`netdb.h' (BSD): section Protocols Database.
struct protoent * getprotobynumber (int protocol)
`netdb.h' (BSD): section Protocols Database.
struct protoent * getprotoent (void)
`netdb.h' (BSD): section Protocols Database.
struct passwd * getpwent (void)
`pwd.h' (POSIX.1): section Scanning the List of All Users.
int getpwent_r (struct passwd *result_buf, char *buffer, int buflen, struct passwd **result)
`pwd.h' (GNU): section Scanning the List of All Users.
struct passwd * getpwnam (const char *name)
`pwd.h' (POSIX.1): section Looking Up One User.
int getpwnam_r (const char *name, struct passwd *result_buf, char *buffer, size_t buflen, struct passwd **result)
`pwd.h' (POSIX.1c): section Looking Up One User.
struct passwd * getpwuid (uid_t uid)
`pwd.h' (POSIX.1): section Looking Up One User.
int getpwuid_r (uid_t uid, struct passwd *result_buf, char *buffer, size_t buflen, struct passwd **result)
`pwd.h' (POSIX.1c): section Looking Up One User.
int getrlimit (int resource, struct rlimit *rlp)
`sys/resource.h' (BSD): section Limiting Resource Usage.
int getrusage (int processes, struct rusage *rusage)
`sys/resource.h' (BSD): section Resource Usage.
struct servent * getservbyname (const char *name, const char *proto)
`netdb.h' (BSD): section The Services Database.
struct servent * getservbyport (int port, const char *proto)
`netdb.h' (BSD): section The Services Database.
struct servent * getservent (void)
`netdb.h' (BSD): section The Services Database.
char * gets (char *s)
`stdio.h' (ISO): section Line-Oriented Input.
int getsockname (int socket, struct sockaddr *addr, socklen_t *length-ptr)
`sys/socket.h' (BSD): section Reading the Address of a Socket.
int getsockopt (int socket, int level, int optname, void *optval, socklen_t *optlen-ptr)
`sys/socket.h' (BSD): section Socket Option Functions.
int getsubopt (char **optionp, const char* const *tokens, char **valuep)
`stdlib.h' (stdlib.h): section Parsing of Suboptions.
int gettimeofday (struct timeval *tp, struct timezone *tzp)
`sys/time.h' (BSD): section High-Resolution Calendar.
uid_t getuid (void)
`unistd.h' (POSIX.1): section Reading the Persona of a Process.
mode_t getumask (void)
`sys/stat.h' (GNU): section Assigning File Permissions.
char * getwd (char *buffer)
`unistd.h' (BSD): section Working Directory.
int getw (FILE *stream)
`stdio.h' (SVID): section Character Input.
gid_t
`sys/types.h' (POSIX.1): section Reading the Persona of a Process.
GLOB_ABORTED
`glob.h' (POSIX.2): section Calling glob.
GLOB_APPEND
`glob.h' (POSIX.2): section Flags for Globbing.
GLOB_DOOFFS
`glob.h' (POSIX.2): section Flags for Globbing.
GLOB_ERR
`glob.h' (POSIX.2): section Flags for Globbing.
int glob (const char *pattern, int flags, int (*errfunc) (const char *filename, int error-code), glob_t *vector-ptr)
`glob.h' (POSIX.2): section Calling glob.
GLOB_MARK
`glob.h' (POSIX.2): section Flags for Globbing.
GLOB_NOCHECK
`glob.h' (POSIX.2): section Flags for Globbing.
GLOB_NOESCAPE
`glob.h' (POSIX.2): section Flags for Globbing.
GLOB_NOMATCH
`glob.h' (POSIX.2): section Calling glob.
GLOB_NOSORT
`glob.h' (POSIX.2): section Flags for Globbing.
GLOB_NOSPACE
`glob.h' (POSIX.2): section Calling glob.
glob_t
`glob.h' (POSIX.2): section Calling glob.
struct tm * gmtime (const time_t *time)
`time.h' (ISO): section Broken-down Time.
_GNU_SOURCE
(GNU): section Feature Test Macros.
int gsignal (int signum)
`signal.h' (SVID): section Signaling Yourself.
HOST_NOT_FOUND
`netdb.h' (BSD): section Host Names.
unsigned long int htonl (unsigned long int hostlong)
`netinet/in.h' (BSD): section Byte Order Conversion.
unsigned short int htons (unsigned short int hostshort)
`netinet/in.h' (BSD): section Byte Order Conversion.
float HUGE_VALf
`math.h' (GNU): section Domain and Range Errors.
double HUGE_VAL
`math.h' (ISO): section Domain and Range Errors.
long double HUGE_VALl
`math.h' (GNU): section Domain and Range Errors.
tcflag_t HUPCL
`termios.h' (POSIX.1): section Control Modes.
double hypot (double x, double y)
`math.h' (BSD): section Exponentiation and Logarithms.
tcflag_t ICANON
`termios.h' (POSIX.1): section Local Modes.
tcflag_t ICRNL
`termios.h' (POSIX.1): section Input Modes.
tcflag_t IEXTEN
`termios.h' (POSIX.1): section Local Modes.
tcflag_t IGNBRK
`termios.h' (POSIX.1): section Input Modes.
tcflag_t IGNCR
`termios.h' (POSIX.1): section Input Modes.
tcflag_t IGNPAR
`termios.h' (POSIX.1): section Input Modes.
tcflag_t IMAXBEL
`termios.h' (BSD): section Input Modes.
struct in6_addr in6addr_any
`netinet/in.h' (IPv6 basic API): section Host Address Data Type.
struct in6_addr in6addr_loopback.
`netinet/in.h' (IPv6 basic API): section Host Address Data Type.
unsigned int INADDR_ANY
`netinet/in.h' (BSD): section Host Address Data Type.
unsigned int INADDR_BROADCAST
`netinet/in.h' (BSD): section Host Address Data Type.
unsigned int INADDR_LOOPBACK
`netinet/in.h' (BSD): section Host Address Data Type.
unsigned int INADDR_NONE
`netinet/in.h' (BSD): section Host Address Data Type.
char * index (const char *string, int c)
`string.h' (BSD): section Search Functions.
unsigned long int inet_addr (const char *name)
`arpa/inet.h' (BSD): section Host Address Functions.
int inet_aton (const char *name, struct in_addr *addr)
`arpa/inet.h' (BSD): section Host Address Functions.
int inet_lnaof (struct in_addr addr)
`arpa/inet.h' (BSD): section Host Address Functions.
struct in_addr inet_makeaddr (int net, int local)
`arpa/inet.h' (BSD): section Host Address Functions.
int inet_netof (struct in_addr addr)
`arpa/inet.h' (BSD): section Host Address Functions.
unsigned long int inet_network (const char *name)
`arpa/inet.h' (BSD): section Host Address Functions.
char * inet_ntoa (struct in_addr addr)
`arpa/inet.h' (BSD): section Host Address Functions.
char * inet_ntop (int af, const void *cp, char *buf, size_t len)
`arpa/inet.h' (IPv6 basic API): section Host Address Functions.
int inet_pton (int af, const char *cp, void *buf)
`arpa/inet.h' (IPv6 basic API): section Host Address Functions.
double infnan (int error)
`math.h' (BSD): section Predicates on Floats.
int initgroups (const char *user, gid_t gid)
`grp.h' (BSD): section Setting the Group IDs.
void * initstate (unsigned int seed, void *state, size_t size)
`stdlib.h' (BSD): section BSD Random Number Functions.
tcflag_t INLCR
`termios.h' (POSIX.1): section Input Modes.
int innetgr (const char *netgroup, const char *host, const char *user, const char *domain)
`netdb.h' (netdb.h): section Testing for Netgroup Membership.
ino_t
`sys/types.h' (POSIX.1): section What the File Attribute Values Mean.
tcflag_t INPCK
`termios.h' (POSIX.1): section Input Modes.
int RLIM_INFINITY
`sys/resource.h' (BSD): section Limiting Resource Usage.
INT_MAX
`limits.h' (ISO): section Range of an Integer Type.
INT_MIN
`limits.h' (ISO): section Range of an Integer Type.
int _IOFBF
`stdio.h' (ISO): section Controlling Which Kind of Buffering.
int _IOLBF
`stdio.h' (ISO): section Controlling Which Kind of Buffering.
int _IONBF
`stdio.h' (ISO): section Controlling Which Kind of Buffering.
int IPPORT_RESERVED
`netinet/in.h' (BSD): section Internet Ports.
int IPPORT_USERRESERVED
`netinet/in.h' (BSD): section Internet Ports.
int isalnum (int c)
`ctype.h' (ISO): section Classification of Characters.
int isalpha (int c)
`ctype.h' (ISO): section Classification of Characters.
int isascii (int c)
`ctype.h' (SVID, BSD): section Classification of Characters.
int isatty (int filedes)
`unistd.h' (POSIX.1): section Identifying Terminals.
int isblank (int c)
`ctype.h' (GNU): section Classification of Characters.
int iscntrl (int c)
`ctype.h' (ISO): section Classification of Characters.
int isdigit (int c)
`ctype.h' (ISO): section Classification of Characters.
int isgraph (int c)
`ctype.h' (ISO): section Classification of Characters.
tcflag_t ISIG
`termios.h' (POSIX.1): section Local Modes.
int isinf (double x)
`math.h' (BSD): section Predicates on Floats.
int islower (int c)
`ctype.h' (ISO): section Classification of Characters.
int isnan (double x)
`math.h' (BSD): section Predicates on Floats.
int isprint (int c)
`ctype.h' (ISO): section Classification of Characters.
int ispunct (int c)
`ctype.h' (ISO): section Classification of Characters.
int isspace (int c)
`ctype.h' (ISO): section Classification of Characters.
tcflag_t ISTRIP
`termios.h' (POSIX.1): section Input Modes.
int isupper (int c)
`ctype.h' (ISO): section Classification of Characters.
int isxdigit (int c)
`ctype.h' (ISO): section Classification of Characters.
ITIMER_PROF
`sys/time.h' (BSD): section Setting an Alarm.
ITIMER_REAL
`sys/time.h' (BSD): section Setting an Alarm.
ITIMER_VIRTUAL
`sys/time.h' (BSD): section Setting an Alarm.
tcflag_t IXANY
`termios.h' (BSD): section Input Modes.
tcflag_t IXOFF
`termios.h' (POSIX.1): section Input Modes.
tcflag_t IXON
`termios.h' (POSIX.1): section Input Modes.
jmp_buf
`setjmp.h' (ISO): section Details of Non-Local Exits.
int kill (pid_t pid, int signum)
`signal.h' (POSIX.1): section Signaling Another Process.
int killpg (int pgid, int signum)
`signal.h' (BSD): section Signaling Another Process.
long int labs (long int number)
`stdlib.h' (ISO): section Absolute Value.
LANG
`locale.h' (ISO): section Categories of Activities that Locales Affect.
LC_ALL
`locale.h' (ISO): section Categories of Activities that Locales Affect.
LC_COLLATE
`locale.h' (ISO): section Categories of Activities that Locales Affect.
LC_CTYPE
`locale.h' (ISO): section Categories of Activities that Locales Affect.
LC_MESSAGES
`locale.h' (XOPEN): section Categories of Activities that Locales Affect.
LC_MONETARY
`locale.h' (ISO): section Categories of Activities that Locales Affect.
LC_NUMERIC
`locale.h' (ISO): section Categories of Activities that Locales Affect.
int L_ctermid
`stdio.h' (POSIX.1): section Identifying the Controlling Terminal.
LC_TIME
`locale.h' (ISO): section Categories of Activities that Locales Affect.
int L_cuserid
`stdio.h' (POSIX.1): section Identifying Who Logged In.
double ldexp (double value, int exponent)
`math.h' (ISO): section Normalization Functions.
ldiv_t ldiv (long int numerator, long int denominator)
`stdlib.h' (ISO): section Integer Division.
ldiv_t
`stdlib.h' (ISO): section Integer Division.
L_INCR
`sys/file.h' (BSD): section File Positioning.
int LINE_MAX
`limits.h' (POSIX.2): section Utility Program Capacity Limits.
int link (const char *oldname, const char *newname)
`unistd.h' (POSIX.1): section Hard Links.
int LINK_MAX
`limits.h' (POSIX.1): section Limits on File System Capacity.
int listen (int socket, unsigned int n)
`sys/socket.h' (BSD): section Listening for Connections.
struct lconv * localeconv (void)
`locale.h' (ISO): section Numeric Formatting.
struct tm * localtime (const time_t *time)
`time.h' (ISO): section Broken-down Time.
double log10 (double x)
`math.h' (ISO): section Exponentiation and Logarithms.
double log1p (double x)
`math.h' (BSD): section Exponentiation and Logarithms.
double logb (double x)
`math.h' (BSD): section Normalization Functions.
double log (double x)
`math.h' (ISO): section Exponentiation and Logarithms.
void longjmp (jmp_buf state, int value)
`setjmp.h' (ISO): section Details of Non-Local Exits.
LONG_LONG_MAX
`limits.h' (GNU): section Range of an Integer Type.
LONG_LONG_MIN
`limits.h' (GNU): section Range of an Integer Type.
LONG_MAX
`limits.h' (ISO): section Range of an Integer Type.
LONG_MIN
`limits.h' (ISO): section Range of an Integer Type.
off_t lseek (int filedes, off_t offset, int whence)
`unistd.h' (POSIX.1): section Setting the File Position of a Descriptor.
L_SET
`sys/file.h' (BSD): section File Positioning.
int lstat (const char *filename, struct stat *buf)
`sys/stat.h' (BSD): section Reading the Attributes of a File.
int L_tmpnam
`stdio.h' (ISO): section Temporary Files.
L_XTND
`sys/file.h' (BSD): section File Positioning.
struct mallinfo mallinfo (void)
`malloc.h' (SVID): section Statistics for Storage Allocation with malloc.
__malloc_hook
`malloc.h' (GNU): section Storage Allocation Hooks.
void * malloc (size_t size)
`malloc.h', `stdlib.h' (ISO): section Basic Storage Allocation.
int MAX_CANON
`limits.h' (POSIX.1): section Limits on File System Capacity.
int MAX_INPUT
`limits.h' (POSIX.1): section Limits on File System Capacity.
int MAXNAMLEN
`dirent.h' (BSD): section Limits on File System Capacity.
int MB_CUR_MAX
`stdlib.h' (ISO): section Multibyte Characters.
int mblen (const char *string, size_t size)
`stdlib.h' (ISO): section Multibyte Character Length.
int MB_LEN_MAX
`limits.h' (ISO): section Multibyte Characters.
size_t mbstowcs (wchar_t *wstring, const char *string, size_t size)
`stdlib.h' (ISO): section Conversion of Extended Strings.
int mbtowc (wchar_t *result, const char *string, size_t size)
`stdlib.h' (ISO): section Conversion of Extended Characters One by One.
int mcheck (void (*abortfn) (enum mcheck_status status))
`mcheck.h' (GNU): section Heap Consistency Checking.
tcflag_t MDMBUF
`termios.h' (BSD): section Control Modes.
void * memalign (size_t boundary, size_t size)
`malloc.h', `stdlib.h' (BSD): section Allocating Aligned Memory Blocks.
void * memccpy (void *to, const void *from, int c, size_t size)
`string.h' (SVID): section Copying and Concatenation.
void * memchr (const void *block, int c, size_t size)
`string.h' (ISO): section Search Functions.
int memcmp (const void *a1, const void *a2, size_t size)
`string.h' (ISO): section String/Array Comparison.
void * memcpy (void *to, const void *from, size_t size)
`string.h' (ISO): section Copying and Concatenation.
void * memmem (const void *haystack, size_t haystack-len,
const void *needle, size_t needle-len)
`string.h' (GNU): section Search Functions.
void * memmove (void *to, const void *from, size_t size)
`string.h' (ISO): section Copying and Concatenation.
void * memset (void *block, int c, size_t size)
`string.h' (ISO): section Copying and Concatenation.
int mkdir (const char *filename, mode_t mode)
`sys/stat.h' (POSIX.1): section Creating Directories.
int mkfifo (const char *filename, mode_t mode)
`sys/stat.h' (POSIX.1): section FIFO Special Files.
int mknod (const char *filename, int mode, int dev)
`sys/stat.h' (BSD): section Making Special Files.
int mkstemp (char *template)
`unistd.h' (BSD): section Temporary Files.
char * mktemp (char *template)
`unistd.h' (Unix): section Temporary Files.
time_t mktime (struct tm *brokentime)
`time.h' (ISO): section Broken-down Time.
mode_t
`sys/types.h' (POSIX.1): section What the File Attribute Values Mean.
double modf (double value, double *integer-part)
`math.h' (ISO): section Rounding and Remainder Functions.
int MSG_DONTROUTE
`sys/socket.h' (BSD): section Socket Data Options.
int MSG_OOB
`sys/socket.h' (BSD): section Socket Data Options.
int MSG_PEEK
`sys/socket.h' (BSD): section Socket Data Options.
int NAME_MAX
`limits.h' (POSIX.1): section Limits on File System Capacity.
double NAN
`math.h' (GNU): section "Not a Number" Values.
int NCCS
`termios.h' (POSIX.1): section Terminal Mode Data Types.
int NGROUPS_MAX
`limits.h' (POSIX.1): section General Capacity Limits.
int nice (int increment)
`dunno.h' (dunno.h): section Process Priority.
nlink_t
`sys/types.h' (POSIX.1): section What the File Attribute Values Mean.
NO_ADDRESS
`netdb.h' (BSD): section Host Names.
tcflag_t NOFLSH
`termios.h' (POSIX.1): section Local Modes.
tcflag_t NOKERNINFO
`termios.h' (BSD): section Local Modes.
NO_RECOVERY
`netdb.h' (BSD): section Host Names.
int NSIG
`signal.h' (BSD): section Standard Signals.
unsigned long int ntohl (unsigned long int netlong)
`netinet/in.h' (BSD): section Byte Order Conversion.
unsigned short int ntohs (unsigned short int netshort)
`netinet/in.h' (BSD): section Byte Order Conversion.
void * NULL
`stddef.h' (ISO): section Null Pointer Constant.
int O_ACCMODE
`fcntl.h' (POSIX.1): section File Access Modes.
int O_APPEND
`fcntl.h' (POSIX.1): section I/O Operating Modes.
int O_ASYNC
`fcntl.h' (BSD): section I/O Operating Modes.
void obstack_1grow_fast (struct obstack *obstack-ptr, char c)
`obstack.h' (GNU): section Extra Fast Growing Objects.
void obstack_1grow (struct obstack *obstack-ptr, char c)
`obstack.h' (GNU): section Growing Objects.
int obstack_alignment_mask (struct obstack *obstack-ptr)
`obstack.h' (GNU): section Alignment of Data in Obstacks.
obstack_alloc_failed_handler
`obstack.h' (GNU): section Preparing for Using Obstacks.
void * obstack_alloc (struct obstack *obstack-ptr, int size)
`obstack.h' (GNU): section Allocation in an Obstack.
void * obstack_base (struct obstack *obstack-ptr)
`obstack.h' (GNU): section Status of an Obstack.
void obstack_blank_fast (struct obstack *obstack-ptr, int size)
`obstack.h' (GNU): section Extra Fast Growing Objects.
void obstack_blank (struct obstack *obstack-ptr, int size)
`obstack.h' (GNU): section Growing Objects.
int obstack_chunk_size (struct obstack *obstack-ptr)
`obstack.h' (GNU): section Obstack Chunks.
void * obstack_copy0 (struct obstack *obstack-ptr, void *address, int size)
`obstack.h' (GNU): section Allocation in an Obstack.
void * obstack_copy (struct obstack *obstack-ptr, void *address, int size)
`obstack.h' (GNU): section Allocation in an Obstack.
void * obstack_finish (struct obstack *obstack-ptr)
`obstack.h' (GNU): section Growing Objects.
void obstack_free (struct obstack *obstack-ptr, void *object)
`obstack.h' (GNU): section Freeing Objects in an Obstack.
void obstack_grow0 (struct obstack *obstack-ptr, void *data, int size)
`obstack.h' (GNU): section Growing Objects.
void obstack_grow (struct obstack *obstack-ptr, void *data, int size)
`obstack.h' (GNU): section Growing Objects.
int obstack_init (struct obstack *obstack-ptr)
`obstack.h' (GNU): section Preparing for Using Obstacks.
void obstack_int_grow_fast (struct obstack *obstack-ptr, int data)
`obstack.h' (GNU): section Extra Fast Growing Objects.
void obstack_int_grow (struct obstack *obstack-ptr, int data)
`obstack.h' (GNU): section Growing Objects.
void * obstack_next_free (struct obstack *obstack-ptr)
`obstack.h' (GNU): section Status of an Obstack.
int obstack_object_size (struct obstack *obstack-ptr)
`obstack.h' (GNU): section Growing Objects.
int obstack_object_size (struct obstack *obstack-ptr)
`obstack.h' (GNU): section Status of an Obstack.
int obstack_printf (struct obstack *obstack, const char *template, ...)
`stdio.h' (GNU): section Dynamically Allocating Formatted Output.
void obstack_ptr_grow_fast (struct obstack *obstack-ptr, void *data)
`obstack.h' (GNU): section Extra Fast Growing Objects.
void obstack_ptr_grow (struct obstack *obstack-ptr, void *data)
`obstack.h' (GNU): section Growing Objects.
int obstack_room (struct obstack *obstack-ptr)
`obstack.h' (GNU): section Extra Fast Growing Objects.
int obstack_vprintf (struct obstack *obstack, const char *template, va_list ap)
`stdio.h' (GNU): section Variable Arguments Output Functions.
int O_CREAT
`fcntl.h' (POSIX.1): section Open-time Flags.
int O_EXCL
`fcntl.h' (POSIX.1): section Open-time Flags.
int O_EXEC
`fcntl.h' (GNU): section File Access Modes.
int O_EXLOCK
`fcntl.h' (BSD): section Open-time Flags.
size_t offsetof (type, member)
`stddef.h' (ISO): section Structure Field Offset Measurement.
off_t
`sys/types.h' (POSIX.1): section Setting the File Position of a Descriptor.
int O_FSYNC
`fcntl.h' (BSD): section I/O Operating Modes.
int O_IGNORE_CTTY
`fcntl.h' (GNU): section Open-time Flags.
int O_NDELAY
`fcntl.h' (BSD): section I/O Operating Modes.
int on_exit (void (*function)(int status, void *arg), void *arg)
`stdlib.h' (SunOS): section Cleanups on Exit.
tcflag_t ONLCR
`termios.h' (BSD): section Output Modes.
int O_NOATIME
`fcntl.h' (GNU): section I/O Operating Modes.
int O_NOCTTY
`fcntl.h' (POSIX.1): section Open-time Flags.
tcflag_t ONOEOT
`termios.h' (BSD): section Output Modes.
int O_NOLINK
`fcntl.h' (GNU): section Open-time Flags.
int O_NONBLOCK
`fcntl.h' (POSIX.1): section Open-time Flags.
int O_NONBLOCK
`fcntl.h' (POSIX.1): section I/O Operating Modes.
int O_NOTRANS
`fcntl.h' (GNU): section Open-time Flags.
DIR * opendir (const char *dirname)
`dirent.h' (POSIX.1): section Opening a Directory Stream.
int open (const char *filename, int flags[, mode_t mode])
`fcntl.h' (POSIX.1): section Opening and Closing Files.
int OPEN_MAX
`limits.h' (POSIX.1): section General Capacity Limits.
FILE * open_memstream (char **ptr, size_t *sizeloc)
`stdio.h' (GNU): section String Streams.
FILE * open_obstack_stream (struct obstack *obstack)
`stdio.h' (GNU): section Obstack Streams.
tcflag_t OPOST
`termios.h' (POSIX.1): section Output Modes.
char * optarg
`unistd.h' (POSIX.2): section Parsing Program Options.
int opterr
`unistd.h' (POSIX.2): section Parsing Program Options.
int optind
`unistd.h' (POSIX.2): section Parsing Program Options.
int optopt
`unistd.h' (POSIX.2): section Parsing Program Options.
int O_RDONLY
`fcntl.h' (POSIX.1): section File Access Modes.
int O_RDWR
`fcntl.h' (POSIX.1): section File Access Modes.
int O_READ
`fcntl.h' (GNU): section File Access Modes.
int O_SHLOCK
`fcntl.h' (BSD): section Open-time Flags.
int O_SYNC
`fcntl.h' (BSD): section I/O Operating Modes.
int O_TRUNC
`fcntl.h' (POSIX.1): section Open-time Flags.
int O_WRITE
`fcntl.h' (GNU): section File Access Modes.
int O_WRONLY
`fcntl.h' (POSIX.1): section File Access Modes.
tcflag_t OXTABS
`termios.h' (BSD): section Output Modes.
PA_CHAR
`printf.h' (GNU): section Parsing a Template String.
PA_DOUBLE
`printf.h' (GNU): section Parsing a Template String.
PA_FLAG_LONG_DOUBLE
`printf.h' (GNU): section Parsing a Template String.
PA_FLAG_LONG
`printf.h' (GNU): section Parsing a Template String.
PA_FLAG_LONG_LONG
`printf.h' (GNU): section Parsing a Template String.
int PA_FLAG_MASK
`printf.h' (GNU): section Parsing a Template String.
PA_FLAG_PTR
`printf.h' (GNU): section Parsing a Template String.
PA_FLAG_SHORT
`printf.h' (GNU): section Parsing a Template String.
PA_FLOAT
`printf.h' (GNU): section Parsing a Template String.
PA_INT
`printf.h' (GNU): section Parsing a Template String.
PA_LAST
`printf.h' (GNU): section Parsing a Template String.
PA_POINTER
`printf.h' (GNU): section Parsing a Template String.
tcflag_t PARENB
`termios.h' (POSIX.1): section Control Modes.
tcflag_t PARMRK
`termios.h' (POSIX.1): section Input Modes.
tcflag_t PARODD
`termios.h' (POSIX.1): section Control Modes.
size_t parse_printf_format (const char *template, size_t n, int *argtypes)
`printf.h' (GNU): section Parsing a Template String.
PA_STRING
`printf.h' (GNU): section Parsing a Template String.
long int pathconf (const char *filename, int parameter)
`unistd.h' (POSIX.1): section Using pathconf.
int PATH_MAX
`limits.h' (POSIX.1): section Limits on File System Capacity.
int pause ()
`unistd.h' (POSIX.1): section Using pause.
_PC_CHOWN_RESTRICTED
`unistd.h' (POSIX.1): section Using pathconf.
_PC_LINK_MAX
`unistd.h' (POSIX.1): section Using pathconf.
int pclose (FILE *stream)
`stdio.h' (POSIX.2, SVID, BSD): section Pipe to a Subprocess.
_PC_MAX_CANON
`unistd.h' (POSIX.1): section Using pathconf.
_PC_MAX_INPUT
`unistd.h' (POSIX.1): section Using pathconf.
_PC_NAME_MAX
`unistd.h' (POSIX.1): section Using pathconf.
_PC_NO_TRUNC
`unistd.h' (POSIX.1): section Using pathconf.
_PC_PATH_MAX
`unistd.h' (POSIX.1): section Using pathconf.
_PC_PIPE_BUF
`unistd.h' (POSIX.1): section Using pathconf.
_PC_VDISABLE
`unistd.h' (POSIX.1): section Using pathconf.
tcflag_t PENDIN
`termios.h' (BSD): section Local Modes.
void perror (const char *message)
`stdio.h' (ISO): section Error Messages.
int PF_FILE
`sys/socket.h' (GNU): section Details of File Namespace.
int PF_INET
`sys/socket.h' (BSD): section The Internet Namespace.
int PF_UNIX
`sys/socket.h' (BSD): section Details of File Namespace.
pid_t
`sys/types.h' (POSIX.1): section Process Identification.
int PIPE_BUF
`limits.h' (POSIX.1): section Limits on File System Capacity.
int pipe (int filedes[2])
`unistd.h' (POSIX.1): section Creating a Pipe.
FILE * popen (const char *command, const char *mode)
`stdio.h' (POSIX.2, SVID, BSD): section Pipe to a Subprocess.
_POSIX2_BC_BASE_MAX
`limits.h' (POSIX.2): section Minimum Values for Utility Limits.
_POSIX2_BC_DIM_MAX
`limits.h' (POSIX.2): section Minimum Values for Utility Limits.
_POSIX2_BC_SCALE_MAX
`limits.h' (POSIX.2): section Minimum Values for Utility Limits.
_POSIX2_BC_STRING_MAX
`limits.h' (POSIX.2): section Minimum Values for Utility Limits.
int _POSIX2_C_DEV
`unistd.h' (POSIX.2): section Overall System Options.
_POSIX2_COLL_WEIGHTS_MAX
`limits.h' (POSIX.2): section Minimum Values for Utility Limits.
long int _POSIX2_C_VERSION
`unistd.h' (POSIX.2): section Which Version of POSIX is Supported.
_POSIX2_EQUIV_CLASS_MAX
`limits.h' (POSIX.2): section Minimum Values for Utility Limits.
_POSIX2_EXPR_NEST_MAX
`limits.h' (POSIX.2): section Minimum Values for Utility Limits.
int _POSIX2_FORT_DEV
`unistd.h' (POSIX.2): section Overall System Options.
int _POSIX2_FORT_RUN
`unistd.h' (POSIX.2): section Overall System Options.
_POSIX2_LINE_MAX
`limits.h' (POSIX.2): section Minimum Values for Utility Limits.
int _POSIX2_LOCALEDEF
`unistd.h' (POSIX.2): section Overall System Options.
_POSIX2_RE_DUP_MAX
`limits.h' (POSIX.2): section Minimum Values for General Capacity Limits.
int _POSIX2_SW_DEV
`unistd.h' (POSIX.2): section Overall System Options.
_POSIX_ARG_MAX
`limits.h' (POSIX.1): section Minimum Values for General Capacity Limits.
_POSIX_CHILD_MAX
`limits.h' (POSIX.1): section Minimum Values for General Capacity Limits.
int _POSIX_CHOWN_RESTRICTED
`unistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.
_POSIX_C_SOURsunistd.h' (POSIX.1): section Optional Features in File Support.