Searched defs:name (Results 1 – 10 of 10) sorted by relevance
/stdlib/ |
A D | secure-getenv.c | 27 __libc_secure_getenv (const char *name) in __libc_secure_getenv()
|
A D | getenv.c | 33 getenv (const char *name) in getenv()
|
A D | putenv.c | 58 char *name; in putenv() local
|
A D | setenv.c | 116 __add_to_environ (const char *name, const char *value, const char *combined, in __add_to_environ() 251 setenv (const char *name, const char *value, int replace) in setenv() 263 unsetenv (const char *name) in unsetenv()
|
A D | tst-limits.c | 24 #define TEST(name, format, expected) \ in do_test() argument
|
A D | canonicalize.c | 198 realpath_stk (const char *name, char *resolved, in realpath_stk() 431 __realpath (const char *name, char *resolved) in __realpath() 448 __old_realpath (const char *name, char *resolved) in __old_realpath() 463 __canonicalize_file_name (const char *name) in __canonicalize_file_name()
|
A D | test-canon.c | 41 const char * name; member
|
A D | strtol_l.c | 91 #define __strtol_l2(name) __strtol_l3(name) argument 92 #define __strtol_l3(name) __##name argument
|
A D | fmtmsg.c | 46 const char name[12]; member
|
A D | strtod_l.c | 180 #define MPN_VAR(name) mp_limb_t name[MPNSIZE]; mp_size_t name##size argument
|
Completed in 22 milliseconds