Searched refs:xgetgid (Results 1 – 6 of 6) sorted by relevance
82 gid = *group ? xgetgid(group) : getgid();
94 TT.group = xgetgid(TT.group_name); in chgrp_main()
503 if (TT.i.group) TT.gid = xgetgid(TT.i.group); in install_main()
411 else if (*s == 'g') udl->u.gid = xgetgid(ss[1]); in do_find()
167 unsigned xgetgid(char *name);
617 unsigned xgetgid(char *name) in xgetgid() function