Home
last modified time | relevance | path

Searched refs:getid (Results 1 – 9 of 9) sorted by relevance

/netbsd/lib/libc/gen/
H A Dpw_scan.c96 getid(unsigned long *res, const char *p, int *flags, int dowarn, int flag) in getid() function
173 if (!getid(&id, p, flags, dowarn, _PASSWORD_NOUID)) in __pw_scan()
188 if (!getid(&id, p, flags, dowarn, _PASSWORD_NOGID)) in __pw_scan()
/netbsd/external/gpl2/rcs/dist/src/
H A Drcssyn.c271 while ((id = getid())) { in getadmin()
282 while ((id = getid())) { in getadmin()
300 while ((id = getid())) { in getadmin()
H A Drcsbase.h554 char const *getid P((void));
H A Drcslex.c490 getid() in getid() function
/netbsd/usr.bin/xinstall/
H A DMakefile7 SRCS= xinstall.c getid.c
/netbsd/usr.sbin/mtree/
H A DMakefile11 verify.c getid.c pack_dev.c only.c
/netbsd/usr.sbin/makefs/
H A DMakefile8 getid.c \
/netbsd/bin/pax/
H A DMakefile14 SRCS+= getid.c spec.c misc.c pack_dev.c cpio.c
/netbsd/usr.sbin/quotarestore/
H A Dquotarestore.c198 getid(const char *name, int idtype, id_t *ret) in getid() function
437 if (getid(fields[1], key.qk_idtype, &key.qk_id)) { in readdumpfile()