Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 192) sorted by relevance

12345678

/glibc-2.36/string/
Dtst-strerror.c41 char buffer[32]; in do_test() local
63 char buffer[32]; in do_test() local
/glibc-2.36/nptl/
Dcleanup_defer_compat.c25 _pthread_cleanup_push_defer (struct _pthread_cleanup_buffer *buffer, in _pthread_cleanup_push_defer()
36 _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *buffer, in _pthread_cleanup_pop_restore()
Dcleanup_compat.c23 __pthread_cleanup_push (struct _pthread_cleanup_buffer *buffer, in __pthread_cleanup_push()
39 __pthread_cleanup_pop (struct _pthread_cleanup_buffer *buffer, int execute) in __pthread_cleanup_pop()
/glibc-2.36/posix/
Dtimes.c27 __times (struct tms *buffer) in __times()
Dgai_strerror.c24 static char buffer[128]; in gai_strerror() local
/glibc-2.36/stdlib/
Dseed48_r.c23 __seed48_r (unsigned short int seed16v[3], struct drand48_data *buffer) in __seed48_r()
Dgetentropy.c25 getentropy (void *buffer, size_t length) in getentropy()
Dlrand48_r.c21 lrand48_r (struct drand48_data *buffer, long int *result) in lrand48_r()
Dsrand48_r.c22 __srand48_r (long int seedval, struct drand48_data *buffer) in __srand48_r()
Ddrand48_r.c23 drand48_r (struct drand48_data *buffer, double *result) in drand48_r()
Dlcong48_r.c24 __lcong48_r (unsigned short int param[7], struct drand48_data *buffer) in __lcong48_r()
Dmrand48_r.c21 mrand48_r (struct drand48_data *buffer, long int *result) in mrand48_r()
Dnrand48_r.c21 __nrand48_r (unsigned short int xsubi[3], struct drand48_data *buffer, in __nrand48_r()
Djrand48_r.c21 __jrand48_r (unsigned short int xsubi[3], struct drand48_data *buffer, in __jrand48_r()
Dgetrandom.c25 __getrandom (void *buffer, size_t length, unsigned int flags) in __getrandom()
/glibc-2.36/misc/
Dmntent.c26 char buffer[4096]; member
48 struct mntent_buffer *buffer = allocate_once (&mntent_buffer, in getmntent() local
/glibc-2.36/malloc/
Dscratch_buffer_grow.c27 __libc_scratch_buffer_grow (struct scratch_buffer *buffer) in __libc_scratch_buffer_grow()
Dscratch_buffer_grow_preserve.c28 __libc_scratch_buffer_grow_preserve (struct scratch_buffer *buffer) in __libc_scratch_buffer_grow_preserve()
/glibc-2.36/sysdeps/generic/
Dfd_to_filename.h28 char buffer[sizeof (FD_TO_FILENAME_PREFIX) + INT_STRLEN_BOUND (int)]; member
/glibc-2.36/manual/examples/
Dstpcpy.c24 char buffer[10]; in main() local
/glibc-2.36/inet/
Dinet_ntoa.c26 static __thread char buffer[18]; variable
/glibc-2.36/sysdeps/unix/sysv/linux/
Dgetrandom.c27 __getrandom (void *buffer, size_t length, unsigned int flags) in __getrandom()
Dtst-prctl.c26 char buffer[16] = { 0, }; in do_test() local
/glibc-2.36/sysdeps/powerpc/powerpc64/
Ddl-machine.c31 char buffer[1024]; in _dl_reloc_overflow() local
56 char buffer[1024]; in _dl_error_localentry() local
/glibc-2.36/sysdeps/mach/hurd/
Dgetentropy.c27 getentropy (void *buffer, size_t length) in getentropy()

12345678