Searched defs:sysconf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsysconf.c32 /* sysconf(3C) - returns system configuration information */
34 #pragma weak _sysconf = sysconf
54 sysconf(int name) function
534 * UNIX 98 version of sysconf needed in order to set _XOPEN_VERSION to 500.
542 return (sysconf(name));
/illumos-gate/usr/src/head/
H A Dunistd.h94 * Use pathconf/sysconf to obtain actual configuration value.
529 #pragma redefine_extname sysconf __sysconf_xpg5
531 #define sysconf __sysconf_xpg5 macro
534 extern long sysconf(int);

Completed in 65 milliseconds