OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GID_MAX
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/sys/
syslimits.h
49
#define
GID_MAX
2147483647U /* max value for a gid_t (2^31-2) */
/src/usr.bin/chpass/
field.c
149
* since ULONG_MAX is greater than
GID_MAX
.
151
if (*np || id >
GID_MAX
) {
/src/usr.sbin/mtree/
getid.c
265
if (id >
GID_MAX
|| *ep != '\0')
423
if (id >
GID_MAX
|| *ep != '\0')
/src/lib/libc/gen/
pw_scan.c
187
id =
GID_MAX
;
getgroupmembership.c
207
if (id >
GID_MAX
|| (*ep != ':' && *ep != '\0')) {
getgrent.c
210
if (id >
GID_MAX
|| *ep != ':')
/src/distrib/utils/libhack/
getgrent.c
301
if (id >
GID_MAX
|| *ep != '\0')
getpwent.c
261
if (id >
GID_MAX
|| *ep != '\0')
/src/usr.sbin/quotarestore/
quotarestore.c
215
if (idtype == QUOTA_IDTYPE_GROUP && val >
GID_MAX
) {
/src/tools/compat/
compat_defs.h
995
#ifndef
GID_MAX
996
#define
GID_MAX
UID_MAX
/src/usr.sbin/npf/npfctl/
npf_data.c
292
*gid =
GID_MAX
;
npf_parse.y
1118
if ($1 >=
GID_MAX
) {
/src/dist/pf/sbin/pfctl/
parse.y
2838
if ($2 ==
GID_MAX
&& $1 != PF_OP_EQ && $1 != PF_OP_NE) {
2853
if ($1 ==
GID_MAX
|| $3 ==
GID_MAX
) {
2874
$$ =
GID_MAX
;
2886
if (ulval >=
GID_MAX
) {
pfctl_parser.c
836
GID_MAX
);
/src/libexec/tftpd/
tftpd.c
276
if ((uid_t)nid >
GID_MAX
) {
/src/sys/dist/pf/net/
pf.c
2008
if (g ==
GID_MAX
&& op != PF_OP_EQ && op != PF_OP_NE)
2767
pd->lookup.gid =
GID_MAX
;
Completed in 26 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025