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