Searched defs:bytes (Results 1 – 13 of 13) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | getentropy.c | 45 ssize_t bytes = INLINE_SYSCALL_CALL (getrandom, buffer, end - buffer, 0); in getentropy() local
|
A D | readdir64.c | 49 ssize_t bytes; in __readdir64() local
|
A D | readdir.c | 40 ssize_t bytes; in __readdir_unlocked() local
|
A D | readdir64_r.c | 47 ssize_t bytes; in __readdir64_r() local
|
A D | tst-scm_rights.c | 56 char bytes[CMSG_SPACE (sizeof (int))]; in subprocess() member 115 char bytes[CMSG_SPACE (sizeof (int))]; in one_test() member
|
A D | dl-osinfo.h | 56 unsigned char bytes[sizeof (uintptr_t)]; in _dl_setup_stack_chk_guard() member
|
/sysdeps/mach/hurd/ |
A D | getentropy.c | 44 ssize_t bytes = __getrandom (buffer, end - buffer, 0); in getentropy() local
|
/sysdeps/generic/ |
A D | dl-osinfo.h | 28 unsigned char bytes[sizeof (uintptr_t)]; in _dl_setup_stack_chk_guard() member
|
/sysdeps/posix/ |
A D | pwritev_common.c | 39 size_t bytes = 0; in PWRITEV() local
|
A D | preadv_common.c | 39 size_t bytes = 0; in PREADV() local
|
A D | readv.c | 43 size_t bytes = 0; in __readv() local
|
A D | writev.c | 44 size_t bytes = 0; in __writev() local
|
/sysdeps/ia64/fpu/ |
A D | libm_error.c | 172 #define _DECL_NUM(type, prefix, var, bytes...) \ in __libm_error_support() argument 180 #define DECL_FLOAT(var, bytes...) \ in __libm_error_support() argument 190 #define DECL_DOUBLE(var, bytes...) \ in __libm_error_support() argument 204 #define DECL_LONG_DOUBLE(var, bytes...) \ in __libm_error_support() argument
|
Completed in 21 milliseconds