Home
last modified time | relevance | path

Searched refs:FLAG_G (Results 1 - 5 of 5) sorted by relevance

/third_party/toybox/toys/posix/
H A Did.c110 if (!(toys.optflags&(FLAG_G|FLAG_g|FLAG_Z))) { in do_id()
135 int show_separator = !(toys.optflags&FLAG_G); in do_id()
137 if (show_separator) xputc((toys.optflags&FLAG_G) ? ' ' : ','); in do_id()
140 else if (toys.optflags&FLAG_G) s_or_u(grp->gr_name, grp->gr_gid, 0); in do_id()
144 if (toys.optflags&FLAG_G) { in do_id()
171 toys.optflags = FLAG_G|FLAG_n; in groups_main()
H A Dps.c1902 !(toys.optflags&(FLAG_G|FLAG_g|FLAG_P|FLAG_s|FLAG_t|FLAG_U|FLAG_u))) in pgrep_main()
/third_party/toybox/toys/pending/
H A Duseradd.c92 if (toys.optflags & FLAG_G) TT.gid = xgetgrnam(TT.u_grp)->gr_gid; in useradd_main()
104 if (!(toys.optflags & FLAG_G)) { in useradd_main()
153 if (toys.optflags & FLAG_G) { in useradd_main()
/third_party/toybox/generated/
H A Dflags.h532 #undef FLAG_G macro
1353 #undef FLAG_G macro
2180 #undef FLAG_G macro
2243 #undef FLAG_G macro
2289 #undef FLAG_G macro
3270 #undef FLAG_G macro
3923 #define FLAG_G (FORCED_FLAGLL<<32) macro
4618 #define FLAG_G (1<<3) macro
5311 #define FLAG_G (1<<6) macro
5366 #define FLAG_G ( macro
5404 #define FLAG_G global() macro
6233 #define FLAG_G global() macro
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c1744 !(toys.optflags&(FLAG_G|FLAG_g|FLAG_P|FLAG_s|FLAG_t|FLAG_U|FLAG_u))) in pgrep_main()

Completed in 18 milliseconds