Home
last modified time | relevance | path

Searched refs:FLAG_x (Results 1 – 14 of 14) 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/posix/
Dpatch.c78 if (toys.optflags & FLAG_x)
143 if (toys.optflags & FLAG_x) fprintf(stderr, "HUNK:%s\n", plist->data); in apply_one_hunk()
147 if (toys.optflags & FLAG_x) in apply_one_hunk()
171 if (toys.optflags & FLAG_x) fprintf(stderr, "INEOF\n"); in apply_one_hunk()
183 } else if (toys.optflags & FLAG_x) fprintf(stderr, "IN: %s\n", data); in apply_one_hunk()
200 if (toys.optflags & FLAG_x) { in apply_one_hunk()
226 if (toys.optflags & FLAG_x) fprintf(stderr, "MAYBE: %s\n", plist->data); in apply_one_hunk()
Dls.c366 if (flags & (FLAG_C|FLAG_x)) { in listfiles()
412 if (flags & (FLAG_C|FLAG_x)) { in listfiles()
498 if (flags & (FLAG_C|FLAG_x)) { in listfiles()
535 else if (!(toys.optflags&(FLAG_1|FLAG_x|FLAG_m))) toys.optflags |= FLAG_C; in ls_main()
Dgrep.c119 if (toys.optflags & FLAG_x) { in do_grep()
143 if (toys.optflags & FLAG_x) in do_grep()
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.c113 if ((toys.optflags & FLAG_x) && (TT.st_dev != node->st.st_dev)) in do_du()
Dod.c281 if (toys.optflags & FLAG_x) append_base("x2"); in od_main()
Dps.c1510 if (toys.optflags&FLAG_x) in match_pgrep()
1556 if ((toys.optflags&(FLAG_x|FLAG_f)) || in pgrep_main()
/external/toybox/generated/
Dflags.h462 #undef FLAG_x
578 #undef FLAG_x
722 #undef FLAG_x
861 #undef FLAG_x
1333 #undef FLAG_x
1597 #undef FLAG_x
1654 #undef FLAG_x
1738 #undef FLAG_x
1808 #undef FLAG_x
1818 #undef FLAG_x
[all …]
/external/toybox/toys/pending/
Dnetstat.c588 | FLAG_x)) in netstat_main()
591 if (!toys.optflags) toys.optflags = FLAG_t | FLAG_u | FLAG_w | FLAG_x; in netstat_main()
603 toys.optflags |= FLAG_t | FLAG_u | FLAG_w | FLAG_x; in netstat_main()
644 if (toys.optflags & FLAG_x) {//For UNIX in netstat_main()
Ddhcp.c1019 if (toys.optflags & FLAG_x) pend = set_xopt(pend); in dhcpc_sendmsg()
1034 if (toys.optflags & FLAG_x) pend = set_xopt(pend); in dhcpc_sendmsg()
1063 if (toys.optflags & FLAG_x) { in dhcpc_parseoptions()
1258 if (toys.optflags & FLAG_x) { in free_option_stores()
1292 if (toys.optflags & FLAG_x) { in dhcp_main()
Dtar.c774 if ((toys.optflags & FLAG_x) || (toys.optflags & FLAG_t)) { in tar_main()