Symbol: UID_MAX
bin/ps/ps.c
1014
if (errno != 0 || *endp != '\0' || bigtemp > UID_MAX)
crypto/openssh/openbsd-compat/port-aix.c
467
if (ngroups >= maxgroups || ll < 0 || ll > UID_MAX) {
lib/libc/gen/pw_scan.c
116
if ((temp == ULONG_MAX && errno == ERANGE) || temp > UID_MAX) {
lib/libc/gen/pw_scan.c
118
warnx("%s > max uid value (%u)", p, UID_MAX);
lib/nss_tacplus/nss_tacplus.c
181
num < 0 || num > (intmax_t)UID_MAX) {
sbin/pfctl/parse.y
4452
if ($1 < 0 || $1 >= UID_MAX) {
sys/cddl/compat/opensolaris/sys/misc.h
32
#define MAXUID UID_MAX
sys/fs/tarfs/tarfs_vfsops.c
520
num < 0 || num > UID_MAX) {
tools/build/cross-build/include/linux/limits.h
70
#ifndef UID_MAX
usr.bin/mdo/mdo.c
312
uid = strtonum(s, 0, UID_MAX, &errp);
usr.sbin/chown/chown.c
240
_Static_assert(UID_MAX >= GID_MAX, "UID MAX less than GID MAX");
usr.sbin/chown/chown.c
241
if (errno || *ep != '\0' || val > UID_MAX)
usr.sbin/chroot/chroot.c
87
if (errno == 0 && *endp == '\0' && uid <= UID_MAX)
usr.sbin/inetd/builtins.c
655
uid = strtonum(p, 0, UID_MAX, &errstr);
usr.sbin/pw/pw_conf.c
340
UID_MAX, &errstr);
usr.sbin/pw/pw_conf.c
349
UID_MAX, &errstr);
usr.sbin/pw/pw_user.c
1226
id = pw_checkid(arg1, UID_MAX);
usr.sbin/pw/pw_user.c
1362
cmdcnf->min_uid = pw_checkid(p, UID_MAX);
usr.sbin/pw/pw_user.c
1366
cmdcnf->max_uid = pw_checkid(p, UID_MAX);
usr.sbin/pw/pw_user.c
1386
id = pw_checkid(userid, UID_MAX);
usr.sbin/pw/pw_user.c
1559
id = pw_checkid(arg1, UID_MAX);
usr.sbin/pw/pw_user.c
1576
id = pw_checkid(optarg, UID_MAX);
usr.sbin/pw/pw_user.c
285
id = pw_checkid(name, UID_MAX);
usr.sbin/pw/pw_user.c
767
id = pw_checkid(arg1, UID_MAX);
usr.sbin/pw/pw_user.c
784
id = pw_checkid(optarg, UID_MAX);
usr.sbin/pw/pw_user.c
857
id = pw_checkid(arg1, UID_MAX);
usr.sbin/pw/pw_user.c
874
id = pw_checkid(optarg, UID_MAX);
usr.sbin/ypldap/ldapclient.c
452
UID_MAX, NULL);
usr.sbin/ypldap/ldapclient.c
484
ldap_attrs[0], 0, UID_MAX, NULL);
usr.sbin/ypldap/yp.c
359
ukey.ue_uid = strtonum(key, 0, UID_MAX, &estr);
usr.sbin/ypldap/yp.c
422
ukey.ue_uid = strtonum(cp, 0, UID_MAX, &estr);