/glibc-2.36/conform/data/ |
D | errno.h-data | 1 macro-int-constant EDOM {int} > 0 3 macro-int-constant EILSEQ {int} > 0 5 macro-int-constant ERANGE {int} > 0 7 // variable int errno 11 macro-int-constant E2BIG {int} > 0 12 macro-int-constant EACCES {int} > 0 14 macro-int-constant EADDRINUSE {int} > 0 15 macro-int-constant EADDRNOTAVAIL {int} > 0 16 macro-int-constant EAFNOSUPPORT {int} > 0 18 macro-int-constant EAGAIN {int} > 0 [all …]
|
D | pthread.h-data | 53 function int pthread_atfork (void (*) (void), void (*) (void), void (*) (void)) 54 function int pthread_attr_destroy (pthread_attr_t*) 55 function int pthread_attr_getdetachstate (const pthread_attr_t*, int*) 57 function int pthread_attr_getguardsize (const pthread_attr_t*, size_t*) 59 function int pthread_attr_getinheritsched (const pthread_attr_t*, int*) 60 function int pthread_attr_getschedparam (const pthread_attr_t*, struct sched_param*) 61 function int pthread_attr_getschedpolicy (const pthread_attr_t*, int*) 62 function int pthread_attr_getscope (const pthread_attr_t*, int*) 63 function int pthread_attr_getstackaddr (const pthread_attr_t*, void**) 64 function int pthread_attr_getstacksize (const pthread_attr_t*, size_t*) [all …]
|
D | ctype.h-data | 1 function int isalnum (int) 2 function int isalpha (int) 3 function int iscntrl (int) 4 function int isdigit (int) 5 function int isgraph (int) 6 function int islower (int) 7 function int isprint (int) 8 function int ispunct (int) 9 function int isspace (int) 10 function int isupper (int) [all …]
|
D | tar.h-data | 3 macro-int-constant TMAGLEN {int} == 6 5 macro-int-constant TVERSLEN {int} == 2 7 macro-int-constant REGTYPE {int} == '0' 8 macro-int-constant AREGTYPE {int} == '\0' 9 macro-int-constant LNKTYPE {int} == '1' 10 macro-int-constant SYMTYPE {int} == '2' 11 macro-int-constant CHRTYPE {int} == '3' 12 macro-int-constant BLKTYPE {int} == '4' 13 macro-int-constant DIRTYPE {int} == '5' 14 macro-int-constant FIFOTYPE {int} == '6' [all …]
|
D | signal.h-data | 1 macro-constant SIG_DFL {void(*)(int)} 2 macro-constant SIG_ERR {void(*)(int)} 4 macro-constant SIG_HOLD {void(*)(int)} 6 macro-constant SIG_IGN {void(*)(int)} 40 element {union sigval} int sival_int 46 element {struct sigevent} int sigev_notify 47 element {struct sigevent} int sigev_signo 62 macro-int-constant SIGABRT {int} > 0 63 macro-int-constant SIGFPE {int} > 0 64 macro-int-constant SIGILL {int} > 0 [all …]
|
D | stdio.h-data | 1 macro-int-constant BUFSIZ >= 256 2 macro-int-constant FILENAME_MAX 3 macro-int-constant FOPEN_MAX >= 8 5 macro-int-constant _IOFBF 6 macro-int-constant _IOLBF 7 macro-int-constant _IONBF 19 macro-int-constant L_tmpnam 21 macro-int-constant SEEK_CUR 22 macro-int-constant SEEK_END 23 macro-int-constant SEEK_SET [all …]
|
D | stdint.h-data | 36 macro-int-constant INT8_MIN {promoted:int8_t} == -128 37 macro-int-constant INT8_MAX {promoted:int8_t} == 127 38 macro-int-constant INT16_MIN {promoted:int16_t} == -32768 39 macro-int-constant INT16_MAX {promoted:int16_t} == 32767 40 macro-int-constant INT32_MIN {promoted:int32_t} == -2147483647-1 41 macro-int-constant INT32_MAX {promoted:int32_t} == 2147483647 42 macro-int-constant INT64_MIN {promoted:int64_t} == -9223372036854775807LL-1 43 macro-int-constant INT64_MAX {promoted:int64_t} == 9223372036854775807LL 45 macro-int-constant UINT8_MAX {promoted:uint8_t} == 255 46 macro-int-constant UINT16_MAX {promoted:uint16_t} == 65535 [all …]
|
D | unistd.h-data | 428 function int access (const char*, int) 429 function {unsigned int} alarm (unsigned int) 431 function int brk (void*) 433 function int chdir (const char*) 435 function int chroot (const char*) 437 function int chown (const char*, uid_t, gid_t) 438 function int close (int) 439 function size_t confstr (int, char*, size_t) 447 function int dup (int) 448 function int dup2 (int, int) [all …]
|
D | fenv.h-data | 5 optional-macro-int-constant FE_DIVBYZERO 6 optional-macro-int-constant FE_INEXACT 7 optional-macro-int-constant FE_INVALID 8 optional-macro-int-constant FE_OVERFLOW 9 optional-macro-int-constant FE_UNDERFLOW 10 macro-int-constant FE_ALL_EXCEPT 12 optional-macro-int-constant FE_DOWNWARD 13 optional-macro-int-constant FE_TONEAREST 14 optional-macro-int-constant FE_TOWARDZERO 15 optional-macro-int-constant FE_UPWARD [all …]
|
D | stdlib.h-data | 2 element div_t int quot 3 element div_t int rem 8 macro-int-constant EXIT_FAILURE 9 macro-int-constant EXIT_SUCCESS == 0 12 macro-int-constant RAND_MAX >= 32767 36 function void _Exit (int) 42 function int abs (int) 46 function int atexit (void(*)(void)) 48 function int at_quick_exit (void (*) (void)) 51 function int atoi (const char*) [all …]
|
D | spawn.h-data | 18 function int posix_spawnattr_destroy (posix_spawnattr_t*) 19 function int posix_spawnattr_getsigdefault (const posix_spawnattr_t*, sigset_t*) 20 function int posix_spawnattr_getflags (const posix_spawnattr_t*, short*) 21 function int posix_spawnattr_getpgroup (const posix_spawnattr_t*, pid_t*) 22 function int posix_spawnattr_getschedparam (const posix_spawnattr_t*, struct sched_param*) 23 function int posix_spawnattr_getschedpolicy (const posix_spawnattr_t*, int*) 24 function int posix_spawnattr_getsigmask (const posix_spawnattr_t*, sigset_t*) 25 function int posix_spawnattr_init (posix_spawnattr_t*) 26 function int posix_spawnattr_setsigdefault (posix_spawnattr_t*, const sigset_t*) 27 function int posix_spawnattr_setflags (posix_spawnattr_t*, short) [all …]
|
D | float.h-data | 1 macro-int-constant FLT_RADIX >= 2 5 macro-int-constant FLT_MANT_DIG 6 macro-int-constant DBL_MANT_DIG 7 macro-int-constant LDBL_MANT_DIG 9 macro-int-constant FLT_DIG >= 6 10 macro-int-constant DBL_DIG >= 10 11 macro-int-constant LDBL_DIG >= 10 13 macro-int-constant FLT_MIN_EXP < 0 14 macro-int-constant DBL_MIN_EXP < 0 15 macro-int-constant LDBL_MIN_EXP < 0 [all …]
|
D | wchar.h-data | 19 function wint_t btowc (int) 20 function int fwprintf (FILE*, const wchar_t*, ...) 21 function int fwscanf (FILE*, const wchar_t*, ...) 23 function int iswalnum (wint_t) 24 function int iswalpha (wint_t) 25 function int iswcntrl (wint_t) 26 function int iswdigit (wint_t) 27 function int iswgraph (wint_t) 28 function int iswlower (wint_t) 29 function int iswprint (wint_t) [all …]
|
D | wctype.h-data | 9 function int iswalnum (wint_t) 10 function int iswalpha (wint_t) 12 function int iswblank (wint_t) 14 function int iswcntrl (wint_t) 15 function int iswdigit (wint_t) 16 function int iswgraph (wint_t) 17 function int iswlower (wint_t) 18 function int iswprint (wint_t) 19 function int iswpunct (wint_t) 20 function int iswspace (wint_t) [all …]
|
D | threads.h-data | 5 macro-int-constant TSS_DTOR_ITERATIONS 25 function int thrd_create (thrd_t*, thrd_start_t, void*) 26 function int thrd_equal (thrd_t, thrd_t) 28 function int thrd_sleep (const struct timespec*, struct timespec*) 29 function void thrd_exit (int) 30 function int thrd_detach (thrd_t) 31 function int thrd_join (thrd_t, int*) 34 function int mtx_init (mtx_t*, int) 35 function int mtx_lock (mtx_t*) 36 function int mtx_timedlock (mtx_t*, const struct timespec*) [all …]
|
D | limits.h-data | 1 macro-int-constant CHAR_BIT >= 8 2 macro-int-constant SCHAR_MIN {promoted:signed char} <= -127 3 macro-int-constant SCHAR_MAX {promoted:signed char} >= 127 4 macro-int-constant UCHAR_MAX {promoted:unsigned char} >= 255 6 macro-int-constant CHAR_MIN {promoted:char} == 0 7 macro-int-constant CHAR_MAX {promoted:char} == UCHAR_MAX 9 macro-int-constant CHAR_MIN {promoted:char} == SCHAR_MIN 10 macro-int-constant CHAR_MAX {promoted:char} == SCHAR_MAX 12 macro-int-constant MB_LEN_MAX >= 1 13 macro-int-constant SHRT_MIN {promoted:short int} <= -32767 [all …]
|
D | time.h-data | 5 macro-int-constant TIME_UTC > 0 22 element {struct tm} int tm_sec 23 element {struct tm} int tm_min 24 element {struct tm} int tm_hour 25 element {struct tm} int tm_mday 26 element {struct tm} int tm_mon 27 element {struct tm} int tm_year 28 element {struct tm} int tm_wday 29 element {struct tm} int tm_yday 30 element {struct tm} int tm_isdst [all …]
|
D | netdb.h-data | 9 element {struct hostent} int h_addrtype 10 element {struct hostent} int h_length 17 element {struct netent} int n_addrtype 27 element {struct protoent} int p_proto 33 element {struct servent} int s_port 39 // variable int h_errno 50 element {struct addrinfo} int ai_flags 51 element {struct addrinfo} int ai_family 52 element {struct addrinfo} int ai_socktype 53 element {struct addrinfo} int ai_protocol [all …]
|
D | aio.h-data | 5 element {struct aiocb} int aio_fildes 9 element {struct aiocb} int aio_reqprio 11 element {struct aiocb} int aio_lio_opcode 22 function int aio_cancel (int, struct aiocb*) 23 function int aio_error (const struct aiocb*) 24 function int aio_fsync (int, struct aiocb*) 25 function int aio_read (struct aiocb*) 27 function int aio_suspend (const struct aiocb* const[], int, const struct timespec*) 28 function int aio_write (struct aiocb*) 29 function int lio_listio (int, struct aiocb *const[], int, struct sigevent*)
|
D | sched.h-data | 9 element {struct sched_param} int sched_priority 11 optional-element {struct sched_param} int sched_ss_low_priority 14 optional-element {struct sched_param} int sched_ss_max_repl 30 function int sched_get_priority_max (int) 31 function int sched_get_priority_min (int) 32 function int sched_getparam (pid_t, struct sched_param*) 33 function int sched_getscheduler (pid_t) 34 function int sched_rr_get_interval (pid_t, struct timespec*) 35 function int sched_setparam (pid_t, const struct sched_param*) 36 function int sched_setscheduler (pid_t, int, const struct sched_param*) [all …]
|
D | semaphore.h-data | 6 function int sem_close (sem_t*) 7 function int sem_destroy (sem_t*) 8 function int sem_getvalue (sem_t*, int*) 9 function int sem_init (sem_t*, int, unsigned int) 10 function {sem_t*} sem_open (const char*, int, ...) 11 function int sem_post (sem_t*) 13 function int sem_timedwait (sem_t*, const struct timespec*) 15 function int sem_trywait (sem_t*) 16 function int sem_unlink (const char*) 17 function int sem_wait (sem_t*)
|
/glibc-2.36/conform/data/sys/ |
D | socket.h-data | 26 xfail-element {struct msghdr} int msg_iovlen 29 element {struct msghdr} int msg_flags 40 element {struct cmsghdr} int cmsg_level 41 element {struct cmsghdr} int cmsg_type 51 element {struct linger} int l_onoff 52 element {struct linger} int l_linger 99 function int accept (int, struct sockaddr*, socklen_t*) 100 function int bind (int, const struct sockaddr*, socklen_t) 101 function int connect (int, const struct sockaddr*, socklen_t) 102 function int getpeername (int, struct sockaddr*, socklen_t*) [all …]
|
D | mman.h-data | 36 function int posix_madvise (void*, size_t, int) 37 optional-function int posix_mem_offset (const void*, size_t, off_t*, size_t*, int*) 38 optional-function int posix_typed_mem_get_info (int, struct posix_typed_mem_info*) 39 optional-function int posix_typed_mem_open (const char*, int, int) 47 function int mlock (const void*, size_t) 48 function int mlockall (int) 49 function {void*} mmap (void*, size_t, int, int, int, off_t) 50 function int mprotect (void*, size_t, int) 51 function int msync (void*, size_t, int) 52 function int munlock (const void*, size_t) [all …]
|
D | stat.h-data | 124 function int chmod (const char*, mode_t) 126 function int fchmod (int, mode_t) 129 function int fchmodat (int, const char*, mode_t, int) 131 function int fstat (int, struct stat*) 133 function int fstatat (int, const char*, struct stat*, int) 134 function int futimens (int, const struct timespec[2]) 137 function int lstat (const char*, struct stat*) 139 function int mkdir (const char*, mode_t) 141 function int mkdirat (int, const char*, mode_t) 143 function int mkfifo (const char*, mode_t) [all …]
|
/glibc-2.36/manual/ |
D | ipc.texi | 23 @deftypefun int semctl (int @var{semid}, int @var{semnum}, int @var{cmd}); 33 @deftypefun int semget (key_t @var{key}, int @var{nsems}, int @var{semflg}); 38 @deftypefun int semop (int @var{semid}, struct sembuf *@var{sops}, size_t @var{nsops}); 43 @deftypefun int semtimedop (int @var{semid}, struct sembuf *@var{sops}, size_t @var{nsops}, const s… 50 @deftypefun int sem_init (sem_t *@var{sem}, int @var{pshared}, unsigned int @var{value}); 56 @deftypefun int sem_destroy (sem_t *@var{sem}); 61 @deftypefun sem_t *sem_open (const char *@var{name}, int @var{oflag}, ...); 70 @deftypefun int sem_close (sem_t *@var{sem}); 80 @deftypefun int sem_unlink (const char *@var{name}); 86 @deftypefun int sem_wait (sem_t *@var{sem}); [all …]
|