Home
last modified time | relevance | path

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

/external/toybox/generated/
Dflags.h49 #undef FLAG_q
471 #undef FLAG_q
502 #undef FLAG_q
548 #undef FLAG_q
918 #undef FLAG_q
1020 #undef FLAG_q
1206 #undef FLAG_q
1236 #undef FLAG_q
1251 #undef FLAG_q
1279 #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.c276 else if (toys.optflags & FLAG_q) in config_action()
438 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.c1488 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/
Dhead.c39 if ((toys.optc > 1 && !(toys.optflags & FLAG_q)) || toys.optflags & FLAG_v) {
Dgrep.c199 if (toys.optflags & FLAG_q) { in do_grep()
Dls.c74 if (toys.optflags&FLAG_q) *buf = '?'; in crunch_qb()
Dps.c1439 if (recalc && !(toys.optflags&FLAG_q)) { in top_common()