HomeSort by: relevance | last modified time | path
    Searched refs:_SC_GETPW_R_SIZE_MAX (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
unistd.h 278 #define _SC_GETPW_R_SIZE_MAX 48
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
unistd.d 379 _SC_GETPW_R_SIZE_MAX,
607 _SC_GETPW_R_SIZE_MAX = 71,
791 _SC_GETPW_R_SIZE_MAX = 71,
926 _SC_GETPW_R_SIZE_MAX = 48,
1116 _SC_GETPW_R_SIZE_MAX = 101,
1265 _SC_GETPW_R_SIZE_MAX = 71,
1421 _SC_GETPW_R_SIZE_MAX = 0x0048,
1666 _SC_GETPW_R_SIZE_MAX = 570,
1915 _SC_GETPW_R_SIZE_MAX,
2180 _SC_GETPW_R_SIZE_MAX,
    [all...]
  /src/usr.bin/getconf/
getconf.c 176 { "GETPW_R_SIZE_MAX", SYSCONF, _SC_GETPW_R_SIZE_MAX },
  /src/lib/libc/gen/
sysconf.c 341 case _SC_GETPW_R_SIZE_MAX:
  /src/external/gpl2/gmake/dist/glob/
glob.c 657 size_t pwbuflen = sysconf (_SC_GETPW_R_SIZE_MAX);
663 /* `sysconf' does not support _SC_GETPW_R_SIZE_MAX.
742 size_t buflen = sysconf (_SC_GETPW_R_SIZE_MAX);
748 /* `sysconf' does not support _SC_GETPW_R_SIZE_MAX. Try a
  /src/external/gpl2/xcvs/dist/lib/
glob.c 184 #ifdef _SC_GETPW_R_SIZE_MAX
185 # define GETPW_R_SIZE_MAX() sysconf (_SC_GETPW_R_SIZE_MAX)
560 /* `sysconf' does not support _SC_GETPW_R_SIZE_MAX.
641 /* `sysconf' does not support _SC_GETPW_R_SIZE_MAX. Try a

Completed in 69 milliseconds