HomeSort by relevance Sort by last modified time
    Searched defs:sysconf (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
sysconf.c 30 /* sysconf(3C) - returns system configuration information */
32 #pragma weak _sysconf = sysconf
52 sysconf(int name) function
532 * UNIX 98 version of sysconf needed in order to set _XOPEN_VERSION to 500.
540 return (sysconf(name));
  /onnv/onnv-gate/usr/src/head/
unistd.h 88 * Use pathconf/sysconf to obtain actual configuration value.
521 #pragma redefine_extname sysconf __sysconf_xpg5
523 #define sysconf __sysconf_xpg5 macro
526 extern long sysconf(int);
821 #pragma redefine_extname sysconf __sysconf_xpg5
822 extern long sysconf();
825 #define sysconf __sysconf_xpg5 macro
    [all...]

Completed in 421 milliseconds