Lines Matching refs:optflags
49 if (toys.optflags) {
84 if (toys.optflags & FLAG_u) {
88 if (toys.optflags & FLAG_S) TT.uid = CFG_TOYBOX_UID_SYS;
95 if (toys.optflags & FLAG_G) TT.gid = xgetgrnam(TT.u_grp)->gr_gid;
98 if (toys.optflags & FLAG_S) TT.gid = CFG_TOYBOX_UID_SYS;
107 if (!(toys.optflags & FLAG_G)) {
127 if (toys.optflags & FLAG_S)
136 if (!(toys.optflags & (FLAG_S|FLAG_H))) {
152 if (!(toys.optflags & FLAG_D))
155 if (toys.optflags & FLAG_G) {