Home
last modified time | relevance | path

Searched refs:__confstr (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/posix/
Dconfstr.c32 __confstr (int name, char *buf, size_t len) in __confstr() function
292 libc_hidden_def (__confstr)
294 weak_alias (__confstr, confstr)
/glibc-2.36/include/
Dunistd.h14 extern size_t __confstr (int name, char *buf, size_t len);
15 libc_hidden_proto (__confstr)
/glibc-2.36/sysdeps/mach/hurd/
Dspawni.c722 len = __confstr (_CS_PATH, (char *) NULL, 0); in __spawni()
725 (void) __confstr (_CS_PATH, path + 1, len); in __spawni()
/glibc-2.36/ChangeLog.old/
DChangeLog.1910274 * 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