Searched refs:__confstr (Results 1 – 4 of 4) sorted by relevance
32 __confstr (int name, char *buf, size_t len) in __confstr() function292 libc_hidden_def (__confstr)294 weak_alias (__confstr, confstr)
14 extern size_t __confstr (int name, char *buf, size_t len);15 libc_hidden_proto (__confstr)
722 len = __confstr (_CS_PATH, (char *) NULL, 0); in __spawni()725 (void) __confstr (_CS_PATH, path + 1, len); in __spawni()
10274 * include/unistd.h (__confstr): Add prototype and hidden prototype.10275 * posix/confstr.c (confstr): Rename to __confstr.10276 (__confstr): Add hidden def.10277 (confstr): Add weak alias for __confstr.10278 * sysdeps/mach/hurd/spawni.c (__spawni): Call __confstr instead of