Home
last modified time | relevance | path

Searched refs:FLAG_q (Results 1 – 16 of 16) sorted by relevance

/external/toybox/generated/
Dflags.h49 #undef FLAG_q
446 #undef FLAG_q
477 #undef FLAG_q
523 #undef FLAG_q
865 #undef FLAG_q
923 #undef FLAG_q
942 #undef FLAG_q
1140 #undef FLAG_q
1170 #undef FLAG_q
1185 #undef FLAG_q
[all …]
/external/toybox/toys/other/
Dmountpoint.c24 if (!(toys.optflags & FLAG_q)) printf("%s: not a %s\n", *toys.optargs, gripe); in die()
34 int quiet = toys.optflags & FLAG_q; in mountpoint_main()
Dpmap.c54 if ((toys.optflags & (FLAG_q|FLAG_x)) == FLAG_x) in pmap_main()
99 if (!(toys.optflags & FLAG_q)) { in pmap_main()
Dreadlink.c37 if (!(toys.optflags & FLAG_q)) in readlink_main()
Dsysctl.c108 if (!(value && (!write_key(path, key, value) || (toys.optflags & FLAG_q)))) { in process_key()
/external/toybox/toys/pending/
Darping.c85 if (!(toys.optflags & FLAG_q)) { in done()
157 if (!(toys.optflags & FLAG_q)) { in recv_from()
217 if (!(ifr.ifr_flags & IFF_UP) && !(toys.optflags & FLAG_q)) in arping_main()
220 && !(toys.optflags & FLAG_q)) { in arping_main()
273 if (!(toys.optflags & FLAG_q)) { in arping_main()
Dmodprobe.c278 else if (toys.optflags & FLAG_q) in config_action()
429 if (!(toys.optflags & FLAG_q)) in go_probe()
Ddiff.c566 if (!(toys.optflags & FLAG_q) && change) { //start of !FLAG_q in do_diff()
645 if ((toys.optflags & FLAG_q) || TT.is_binary) in show_status()
Dipcs.c432 if (!(flag(m) || flag(s) || flag(q)) || flag(a)) toys.optflags |= (FLAG_m|FLAG_s|FLAG_q); in ipcs_main()
Ddhcp6.c663 if (toys.optflags & FLAG_q) { in dhcp6_main()
Ddhcp.c1486 if (toys.optflags & FLAG_q) { in dhcp_main()
/external/toybox/toys/lsb/
Dkillall.c56 if (!(toys.optflags & FLAG_q)) perror_msg("pid %d", (int)pid);
77 if (toys.optflags & FLAG_q) exit(1); in killall_main()
Dmktemp.c48 if (toys.optflags & FLAG_q) toys.exitval = 1;
/external/toybox/toys/posix/
Dls.c76 if (toys.optflags & FLAG_q) for (; *s; s++) if (!isprint(*s)) *s = '?'; in strwidth()
81 if (toys.optflags & FLAG_q) *s = '?'; in strwidth()
474 if (flags & FLAG_q) { in listfiles()
Dgrep.c185 if (toys.optflags & FLAG_q) xexit(); in do_grep()
Dps.c1255 if (recalc && !(toys.optflags&FLAG_q)) { in top_common()