Home
last modified time | relevance | path

Searched refs:FLAG_x (Results 1 – 13 of 13) sorted by relevance

/external/toybox/toys/other/
Dpmap.c33 *k = (toys.optflags & FLAG_x) ? "" : "K"; in pmap_main()
48 (toys.optflags & FLAG_x) ? "s" : ""); in pmap_main()
54 if ((toys.optflags & (FLAG_q|FLAG_x)) == FLAG_x) in pmap_main()
72 6+!!(toys.optflags & FLAG_x), end, k); in pmap_main()
73 if (toys.optflags & FLAG_x) { in pmap_main()
100 int x = !!(toys.optflags & FLAG_x); in pmap_main()
Dmountpoint.c38 if (toys.optflags & FLAG_x) { in mountpoint_main()
Dshred.c96 if (toys.optflags & FLAG_x)
/external/toybox/toys/pending/
Dnetstat.c582 #define IS_NETSTAT_PROTO_FLAGS_UP (toys.optflags & (FLAG_t | FLAG_u | FLAG_w | FLAG_x)) in netstat_main()
584 if (!toys.optflags) toys.optflags = FLAG_t | FLAG_u | FLAG_w | FLAG_x; in netstat_main()
593 toys.optflags |= FLAG_t | FLAG_u | FLAG_w | FLAG_x; in netstat_main()
596 toys.optflags |= FLAG_t | FLAG_u | FLAG_w | FLAG_x; in netstat_main()
599 toys.optflags |= FLAG_t | FLAG_u | FLAG_w | FLAG_x; in netstat_main()
602 toys.optflags |= FLAG_t | FLAG_u | FLAG_w | FLAG_x; in netstat_main()
605 toys.optflags |= FLAG_t | FLAG_u | FLAG_w | FLAG_x; in netstat_main()
637 if (toys.optflags & FLAG_x) {//For UNIX. in netstat_main()
Dpgrep.c57 if (flag_chk(FLAG_x)) { in regex_match()
Ddhcp.c1020 if (flag_chk(FLAG_x)) pend = set_xopt(pend); in dhcpc_sendmsg()
1034 if (flag_chk(FLAG_x)) pend = set_xopt(pend); in dhcpc_sendmsg()
1063 if (flag_chk(FLAG_x)) { in dhcpc_parseoptions()
1258 if(flag_chk(FLAG_x)){ in free_option_stores()
1292 if (flag_chk(FLAG_x)) { in dhcp_main()
Dtar.c774 if ((toys.optflags & FLAG_x) || (toys.optflags & FLAG_t)) { in tar_main()
/external/toybox/generated/
Dflags.h441 #undef FLAG_x
532 #undef FLAG_x
783 #undef FLAG_x
1203 #undef FLAG_x
1450 #undef FLAG_x
1507 #undef FLAG_x
1582 #undef FLAG_x
1652 #undef FLAG_x
1666 #undef FLAG_x
1713 #undef FLAG_x
[all …]
/external/toybox/toys/posix/
Dls.c358 if (flags & (FLAG_C|FLAG_x)) { in listfiles()
404 if (flags & (FLAG_C|FLAG_x)) { in listfiles()
485 if (flags & (FLAG_C|FLAG_x)) { in listfiles()
522 else if (!(toys.optflags&(FLAG_1|FLAG_x|FLAG_m))) toys.optflags |= FLAG_C; in ls_main()
Dgrep.c100 if (toys.optflags & FLAG_x) {
129 if (toys.optflags & FLAG_x)
Dsort.c178 int ff = flags & (FLAG_n|FLAG_g|FLAG_M|FLAG_x); in compare_values()
219 } else if (CFG_SORT_BIG && ff == FLAG_x) { in compare_values()
Ddu.c111 if ((toys.optflags & FLAG_x) && (TT.st_dev != node->st.st_dev)) in do_du()
Dod.c280 if (toys.optflags & FLAG_x) append_base("x2"); in od_main()