Searched refs:__h_errno_location (Results 1 – 12 of 12) sorted by relevance
31 __h_errno_location (void) in __h_errno_location() function42 libc_hidden_def (__h_errno_location)
31 __h_errno_location (void) in __h_errno_location() function
9860 * herrno.c (__h_errno_location): Don't define as weak.
15 int weak_const_function *__h_errno_location(void) in __h_errno_location() function
10 CSRC-y := tempname.c errno.c h_errno.c __errno_location.c __h_errno_location.c \
483 if (likely(not_null_ptr(__h_errno_location))) in __uClibc_main()484 *(__h_errno_location()) = 0; in __uClibc_main()
33 __h_errno_location (void) in __h_errno_location() function
57 #define h_errno (*__h_errno_location ())60 extern int *__h_errno_location (void) __THROW __attribute__ ((__const__));78 return *__h_errno_location () = __err; in __set_h_errno()
299 internals/__h_errno_location
85 FUNC GLOBAL DEFAULT N __h_errno_location
Completed in 29 milliseconds