Searched refs:MAXGID (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Duserspec.c70 #ifndef MAXGID
71 # define MAXGID GID_T_MAX macro
204 && tmp <= MAXGID && (gid_t) tmp != (gid_t) -1)
/haiku-fatelf/src/bin/coreutils/src/
H A Dchroot.c37 #ifndef MAXGID
38 # define MAXGID GID_T_MAX macro
76 if (xstrtoul (tmp, NULL, 10, &value, "") == LONGINT_OK && value <= MAXGID)

Completed in 86 milliseconds