Home
last modified time | relevance | path

Searched refs:FLAG_g (Results 1 – 10 of 10) sorted by relevance

/external/toybox/generated/
Dflags.h291 #undef FLAG_g
749 #undef FLAG_g
895 #undef FLAG_g
938 #undef FLAG_g
1058 #undef FLAG_g
1103 #undef FLAG_g
1358 #undef FLAG_g
1480 #undef FLAG_g
1824 #undef FLAG_g
1883 #undef FLAG_g
[all …]
/external/toybox/toys/posix/
Dls.c139 if (flags & (FLAG_l|FLAG_o|FLAG_n|FLAG_g)) { in entrylen()
357 if ((flags&(FLAG_h|FLAG_l|FLAG_o|FLAG_n|FLAG_g|FLAG_s)) && indir->parent) { in listfiles()
429 if (flags & (FLAG_l|FLAG_o|FLAG_n|FLAG_g)) { in listfiles()
438 if (!(flags&FLAG_g)) { in listfiles()
480 if ((flags & (FLAG_l|FLAG_o|FLAG_n|FLAG_g)) && S_ISLNK(mode)) { in listfiles()
533 } else if (toys.optflags&(FLAG_l|FLAG_o|FLAG_n|FLAG_g)) in ls_main()
Did.c108 if (flags & FLAG_g) s_or_u(grp->gr_name, grp->gr_gid, 1); in do_id()
110 if (!(toys.optflags&(FLAG_g|FLAG_Z))) { in do_id()
Drenice.c24 int which = (toys.optflags & FLAG_g) ? PRIO_PGRP :
Dsort.c178 int ff = flags & (FLAG_n|FLAG_g|FLAG_M|FLAG_x); in compare_values()
183 if (CFG_SORT_FLOAT && ff == FLAG_g) { in compare_values()
Dcp.c504 if (flags & (FLAG_p|FLAG_o|FLAG_g)) toys.optflags |= cp_flag_p(); in install_main()
Dps.c1557 !(toys.optflags&(FLAG_G|FLAG_g|FLAG_P|FLAG_s|FLAG_t|FLAG_U|FLAG_u))) in pgrep_main()
/external/toybox/toys/pending/
Dgroupadd.c42 if (toys.optflags & FLAG_g) {
Dtftp.c452 if (toys.optflags & FLAG_g) file_get(); in tftp_main()
Dtraceroute.c491 if(!TT.istraceroute6 && (toys.optflags & FLAG_g)) { in traceroute_main()