Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dmakedevs.c82 gid = *group ? xgetgid(group) : getgid();
/external/toybox/toys/posix/
Dchgrp.c94 TT.group = xgetgid(TT.group_name); in chgrp_main()
Dcp.c503 if (TT.i.group) TT.gid = xgetgid(TT.i.group); in install_main()
Dfind.c411 else if (*s == 'g') udl->u.gid = xgetgid(ss[1]); in do_find()
/external/toybox/lib/
Dlib.h167 unsigned xgetgid(char *name);
Dxwrap.c617 unsigned xgetgid(char *name) in xgetgid() function