Home
last modified time | relevance | path

Searched refs:strtounum (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/pw/
H A Dpw_conf.c339 config.min_uid = strtounum(q, 0, in read_userconfig()
348 config.max_uid = strtounum(q, 0, in read_userconfig()
357 config.min_gid = strtounum(q, 0, in read_userconfig()
366 config.max_gid = strtounum(q, 0, in read_userconfig()
H A Dstrtounum.c36 strtounum(const char * __restrict np, uintmax_t minval, uintmax_t maxval, in strtounum() function
H A DMakefile5 grupd.c pwupd.c psdate.c bitmap.c cpdir.c rm_r.c strtounum.c \
H A Dpw_utils.c59 id = strtounum(nptr, 0, maxval, &errstr); in pw_checkid()
H A Dpw.h113 uintmax_t strtounum(const char * __restrict, uintmax_t, uintmax_t,
H A Dpw_user.c1065 id = strtounum(name, 0, GID_MAX, &errstr); in group_from_name_or_id()