![]() |
Octopus
|
Go to the source code of this file.
Classes | |
| struct | div_t |
| struct | ldiv_t |
| struct | lldiv_t |
| struct | __sigset_t |
| struct | timeval |
| struct | timespec |
| struct | fd_set |
| union | __atomic_wide_counter |
| struct | __pthread_internal_list |
| struct | __pthread_internal_slist |
| struct | __pthread_mutex_s |
| struct | __pthread_rwlock_arch_t |
| struct | __pthread_cond_s |
| struct | __once_flag |
| union | pthread_mutexattr_t |
| union | pthread_condattr_t |
| union | pthread_attr_t |
| union | pthread_mutex_t |
| union | pthread_cond_t |
| union | pthread_rwlock_t |
| union | pthread_rwlockattr_t |
| union | pthread_barrier_t |
| union | pthread_barrierattr_t |
Typedefs | |
| typedef long unsigned int | size_t |
| typedef int | wchar_t |
| typedef long int | __clock_t |
| typedef unsigned long int | __rlim_t |
| typedef unsigned long int | __rlim64_t |
| typedef unsigned int | __id_t |
| typedef long int | __time_t |
| typedef unsigned int | __useconds_t |
| typedef long int | __suseconds_t |
| typedef long int | __suseconds64_t |
| typedef int | __daddr_t |
| typedef int | __key_t |
| typedef int | __clockid_t |
| typedef void * | __timer_t |
| typedef long int | __blksize_t |
| typedef long int | __blkcnt_t |
| typedef long int | __blkcnt64_t |
| typedef unsigned long int | __fsblkcnt_t |
| typedef unsigned long int | __fsblkcnt64_t |
| typedef unsigned long int | __fsfilcnt_t |
| typedef unsigned long int | __fsfilcnt64_t |
| typedef long int | __fsword_t |
| typedef long int | __ssize_t |
| typedef long int | __syscall_slong_t |
| typedef unsigned long int | __syscall_ulong_t |
| typedef __off64_t | __loff_t |
| typedef char * | __caddr_t |
| typedef long int | __intptr_t |
| typedef unsigned int | __socklen_t |
| typedef int | __sig_atomic_t |
| typedef __u_char | u_char |
| typedef __u_short | u_short |
| typedef __u_int | u_int |
| typedef __u_long | u_long |
| typedef __quad_t | quad_t |
| typedef __u_quad_t | u_quad_t |
| typedef __fsid_t | fsid_t |
| typedef __loff_t | loff_t |
| typedef __ino_t | ino_t |
| typedef __dev_t | dev_t |
| typedef __gid_t | gid_t |
| typedef __mode_t | mode_t |
| typedef __nlink_t | nlink_t |
| typedef __uid_t | uid_t |
| typedef __off_t | off_t |
| typedef __pid_t | pid_t |
| typedef __id_t | id_t |
| typedef __ssize_t | ssize_t |
| typedef __daddr_t | daddr_t |
| typedef __caddr_t | caddr_t |
| typedef __key_t | key_t |
| typedef __clock_t | clock_t |
| typedef __clockid_t | clockid_t |
| typedef __time_t | time_t |
| typedef __timer_t | timer_t |
| typedef unsigned long int | ulong |
| typedef unsigned short int | ushort |
| typedef unsigned int | uint |
| typedef __int8_t | int8_t |
| typedef __int16_t | int16_t |
| typedef __int32_t | int32_t |
| typedef __int64_t | int64_t |
| typedef __uint8_t | u_int8_t |
| typedef __uint16_t | u_int16_t |
| typedef __uint32_t | u_int32_t |
| typedef __uint64_t | u_int64_t |
| typedef int register_t | __attribute__((__mode__(__word__))) |
| typedef __sigset_t | sigset_t |
| typedef __suseconds_t | suseconds_t |
| typedef long int | __fd_mask |
| typedef __fd_mask | fd_mask |
| typedef __blksize_t | blksize_t |
| typedef __blkcnt_t | blkcnt_t |
| typedef __fsblkcnt_t | fsblkcnt_t |
| typedef __fsfilcnt_t | fsfilcnt_t |
| typedef struct __pthread_internal_list | __pthread_list_t |
| typedef struct __pthread_internal_slist | __pthread_slist_t |
| typedef unsigned int | __tss_t |
| typedef unsigned long int | __thrd_t |
| typedef unsigned long int | pthread_t |
| typedef unsigned int | pthread_key_t |
| typedef int | pthread_once_t |
| typedef union pthread_attr_t | pthread_attr_t |
| typedef volatile int | pthread_spinlock_t |
Functions | |
| size_t | __ctype_get_mb_cur_max (void) |
| static __inline __uint16_t | __bswap_16 (__uint16_t __bsx) |
| static __inline __uint32_t | __bswap_32 (__uint32_t __bsx) |
| static __extension__ __inline __uint64_t | __bswap_64 (__uint64_t __bsx) |
| static __inline __uint16_t | __uint16_identity (__uint16_t __x) |
| static __inline __uint32_t | __uint32_identity (__uint32_t __x) |
| static __inline __uint64_t | __uint64_identity (__uint64_t __x) |
| int | select (int __nfds, fd_set *__restrict __readfds, fd_set *__restrict __writefds, fd_set *__restrict __exceptfds, struct timeval *__restrict __timeout) |
| int | pselect (int __nfds, fd_set *__restrict __readfds, fd_set *__restrict __writefds, fd_set *__restrict __exceptfds, const struct timespec *__restrict __timeout, const __sigset_t *__restrict __sigmask) |
| long int | random (void) |
| int | random_r (struct random_data *__restrict __buf, int32_t *__restrict __result) __attribute__((__nothrow__ |
| int __leaf__ | __attribute__ ((__nonnull__(1, 2))) |
| int | srandom_r (unsigned int __seed, struct random_data *__buf) __attribute__((__nothrow__ |
| int __leaf__ | __attribute__ ((__nonnull__(2))) |
| int | initstate_r (unsigned int __seed, char *__restrict __statebuf, size_t __statelen, struct random_data *__restrict __buf) __attribute__((__nothrow__ |
| int __leaf__ | __attribute__ ((__nonnull__(2, 4))) |
| int | setstate_r (char *__restrict __statebuf, struct random_data *__restrict __buf) __attribute__((__nothrow__ |
| int | rand (void) |
| int | drand48_r (struct drand48_data *__restrict __buffer, double *__restrict __result) __attribute__((__nothrow__ |
| int | erand48_r (unsigned short int __xsubi[3], struct drand48_data *__restrict __buffer, double *__restrict __result) __attribute__((__nothrow__ |
| int | lrand48_r (struct drand48_data *__restrict __buffer, long int *__restrict __result) __attribute__((__nothrow__ |
| int | nrand48_r (unsigned short int __xsubi[3], struct drand48_data *__restrict __buffer, long int *__restrict __result) __attribute__((__nothrow__ |
| int | mrand48_r (struct drand48_data *__restrict __buffer, long int *__restrict __result) __attribute__((__nothrow__ |
| int | jrand48_r (unsigned short int __xsubi[3], struct drand48_data *__restrict __buffer, long int *__restrict __result) __attribute__((__nothrow__ |
| int | srand48_r (long int __seedval, struct drand48_data *__buffer) __attribute__((__nothrow__ |
| int | seed48_r (unsigned short int __seed16v[3], struct drand48_data *__buffer) __attribute__((__nothrow__ |
| int | lcong48_r (unsigned short int __param[7], struct drand48_data *__buffer) __attribute__((__nothrow__ |
Variables | |
| __fsid_t | |
| typedef unsigned long int __rlim64_t |
| typedef unsigned int __useconds_t |
| typedef long int __suseconds_t |
| typedef long int __suseconds64_t |
| typedef int __clockid_t |
| typedef long int __blksize_t |
| typedef long int __blkcnt_t |
| typedef long int __blkcnt64_t |
| typedef unsigned long int __fsblkcnt_t |
| typedef unsigned long int __fsblkcnt64_t |
| typedef unsigned long int __fsfilcnt_t |
| typedef unsigned long int __fsfilcnt64_t |
| typedef long int __fsword_t |
| typedef long int __syscall_slong_t |
| typedef unsigned long int __syscall_ulong_t |
| typedef long int __intptr_t |
| typedef unsigned int __socklen_t |
| typedef int __sig_atomic_t |
| typedef __u_quad_t u_quad_t |
| typedef __clockid_t clockid_t |
| typedef __uint16_t u_int16_t |
| typedef __uint32_t u_int32_t |
| typedef __uint64_t u_int64_t |
| typedef int register_t __attribute__((__mode__(__word__))) |
| typedef __sigset_t sigset_t |
| typedef __suseconds_t suseconds_t |
| typedef __blksize_t blksize_t |
| typedef __blkcnt_t blkcnt_t |
| typedef __fsblkcnt_t fsblkcnt_t |
| typedef __fsfilcnt_t fsfilcnt_t |
| typedef struct __pthread_internal_list __pthread_list_t |
| typedef struct __pthread_internal_slist __pthread_slist_t |
| typedef unsigned int pthread_key_t |
| typedef int pthread_once_t |
| typedef union pthread_attr_t pthread_attr_t |
| typedef volatile int pthread_spinlock_t |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| int select | ( | int | __nfds, |
| fd_set *__restrict | __readfds, | ||
| fd_set *__restrict | __writefds, | ||
| fd_set *__restrict | __exceptfds, | ||
| struct timeval *__restrict | __timeout | ||
| ) |
| int pselect | ( | int | __nfds, |
| fd_set *__restrict | __readfds, | ||
| fd_set *__restrict | __writefds, | ||
| fd_set *__restrict | __exceptfds, | ||
| const struct timespec *__restrict | __timeout, | ||
| const __sigset_t *__restrict | __sigmask | ||
| ) |
| int random_r | ( | struct random_data *__restrict | __buf, |
| int32_t *__restrict | __result | ||
| ) |
| int __leaf__ __attribute__ | ( | (__nonnull__(1, 2)) | ) |
Definition at line 1932 of file getopt_f.c.
| int srandom_r | ( | unsigned int | __seed, |
| struct random_data * | __buf | ||
| ) |
| int __leaf__ __attribute__ | ( | (__nonnull__(2)) | ) |
| int initstate_r | ( | unsigned int | __seed, |
| char *__restrict | __statebuf, | ||
| size_t | __statelen, | ||
| struct random_data *__restrict | __buf | ||
| ) |
| int __leaf__ __attribute__ | ( | (__nonnull__(2, 4)) | ) |
| int setstate_r | ( | char *__restrict | __statebuf, |
| struct random_data *__restrict | __buf | ||
| ) |
| int drand48_r | ( | struct drand48_data *__restrict | __buffer, |
| double *__restrict | __result | ||
| ) |
| int erand48_r | ( | unsigned short int | __xsubi[3], |
| struct drand48_data *__restrict | __buffer, | ||
| double *__restrict | __result | ||
| ) |
| int lrand48_r | ( | struct drand48_data *__restrict | __buffer, |
| long int *__restrict | __result | ||
| ) |
| int nrand48_r | ( | unsigned short int | __xsubi[3], |
| struct drand48_data *__restrict | __buffer, | ||
| long int *__restrict | __result | ||
| ) |
| int mrand48_r | ( | struct drand48_data *__restrict | __buffer, |
| long int *__restrict | __result | ||
| ) |
| int jrand48_r | ( | unsigned short int | __xsubi[3], |
| struct drand48_data *__restrict | __buffer, | ||
| long int *__restrict | __result | ||
| ) |
| int srand48_r | ( | long int | __seedval, |
| struct drand48_data * | __buffer | ||
| ) |
| int seed48_r | ( | unsigned short int | __seed16v[3], |
| struct drand48_data * | __buffer | ||
| ) |
| int lcong48_r | ( | unsigned short int | __param[7], |
| struct drand48_data * | __buffer | ||
| ) |