Home
last modified time | relevance | path

Searched refs:__sysconf (Results 1 – 6 of 6) sorted by relevance

/posix/
A Dconfstr.c85 if (__sysconf (_SC_##SC_PREFIX##_##SUFFIX) > 0) \ in __confstr()
106 if (__sysconf (_SC_V7_ILP32_OFF32) < 0) in __confstr()
121 if (__sysconf (_SC_V7_ILP32_OFFBIG) < 0) in __confstr()
136 if (__sysconf (_SC_V7_LP64_OFF64) < 0) in __confstr()
151 if (__sysconf (_SC_V7_ILP32_OFF32) < 0) in __confstr()
166 if (__sysconf (_SC_V7_ILP32_OFFBIG) < 0) in __confstr()
181 if (__sysconf (_SC_V7_LP64_OFF64) < 0) in __confstr()
A Dsysconf.c31 __sysconf (int name) in __sysconf() function
279 weak_alias (__sysconf, sysconf)
280 libc_hidden_def (__sysconf)
A Dspawn_valid_fd.c26 long maxfd = __sysconf (_SC_OPEN_MAX); in __spawn_valid_fd()
A DVersions106 __sysconf;
A Dglob.c56 # define sysconf(id) __sysconf (id)
A Dtst-regex.input1285 * sunrpc/auth_unix.c (authunix_create_default): Use __sysconf

Completed in 21 milliseconds