Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
Dchgrp.c94 TT.group = xgetgid(TT.group_name); in chgrp_main()
Dcp.c500 TT.gid = TT.i.g ? xgetgid(TT.i.g) : -1; in install_main()
Dfind.c497 else udl->u.gid = xgetgid(ss[1]); in do_find()
Dtar.c795 if (TT.group) TT.ggid = xgetgid(TT.group); in tar_main()
/third_party/toybox/toys/other/
Dmakedevs.c84 gid = *group ? xgetgid(group) : getgid();
/third_party/toybox/porting/liteos_a/toys/posix/
Dcp.c504 TT.gid = TT.i.g ? xgetgid(TT.i.g) : -1; in install_main()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h177 unsigned xgetgid(char *name);
/third_party/toybox/lib/
Dlib.h182 unsigned xgetgid(char *name);
Dxwrap.c691 unsigned xgetgid(char *name) in xgetgid() function