Home
last modified time | relevance | path

Searched refs:FLAG_b (Results 1 – 19 of 19) sorted by relevance

/external/toybox/generated/
Dflags.h20 #undef FLAG_b
50 #undef FLAG_b
364 #undef FLAG_b
392 #undef FLAG_b
444 #undef FLAG_b
475 #undef FLAG_b
536 #undef FLAG_b
692 #undef FLAG_b
737 #undef FLAG_b
746 #undef FLAG_b
[all …]
/external/toybox/toys/pending/
Dfold.c60 if (toys.optflags & FLAG_b) len++;
65 if (toys.optflags & FLAG_b) len++;
71 if (!(toys.optflags & FLAG_b)) len = (len & ~7) + 7;
Dcrond.c635 if (!(toys.optflags & (FLAG_f | FLAG_b))) toys.optflags |= FLAG_b; in crond_main()
643 if (toys.optflags & FLAG_b) daemon(0,0); in crond_main()
Ddhcp6.c480 if (toys.optflags & FLAG_b) { in lease_fail()
484 toys.optflags &= ~FLAG_b; in lease_fail()
Darping.c176 if (!(toys.optflags & FLAG_b)) { in recv_from()
Dtelnetd.c135 if (toys.optflags & FLAG_b) { in listen_socket()
Dmodprobe.c549 if (!(flags & FLAG_b) || !(module->flags & MOD_BLACKLIST)) in modprobe_main()
Dsyslogd.c286 if ((toys.optflags & FLAG_s) || (toys.optflags & FLAG_b)) { in write_rotate()
Ddhcp.c1353 if (toys.optflags & FLAG_b) { in dhcp_main()
1357 toys.optflags &= ~FLAG_b; in dhcp_main()
Ddiff.c215 if (toys.optflags & FLAG_b) { in read_tok()
Dfdisk.c152 if (toys.optflags & FLAG_b) { in read_sec_sz()
/external/toybox/toys/other/
Dacpi.c62 if ((toys.optflags & FLAG_b) || (!toys.optflags)) { in acpi_callback()
137 if (toys.optflags & FLAG_V) toys.optflags = FLAG_a|FLAG_b|FLAG_c|FLAG_t; in acpi_main()
138 if (!toys.optflags) toys.optflags = FLAG_b; in acpi_main()
139 if (toys.optflags & (FLAG_a|FLAG_b)) in acpi_main()
Dmodinfo.c112 (toys.optflags & FLAG_b) ? TT.base : "", in modinfo_main()
/external/toybox/toys/posix/
Dsort.c98 && !(flags&(FLAG_b|FLAG_d|FLAG_i|FLAG_bb))) return str; in get_key_data()
130 if (flags&FLAG_b) while (isspace(str[start])) start++; in get_key_data()
344 if (!temp2 || flag>FLAG_b in sort_main()
350 if (idx && flag==FLAG_b) flag = FLAG_bb; in sort_main()
358 if (toys.optflags&FLAG_b) toys.optflags |= FLAG_bb; in sort_main()
Dod.c276 if (toys.optflags & FLAG_b) append_base("o1"); in od_main()
Dps.c1147 (toys.optflags&FLAG_b) ? 0 : -TT.width, TT.width, toybuf, in header_line()
1246 if (!(toys.optflags&FLAG_b)) { in top_common()
1397 if (!(toys.optflags&FLAG_b)) tty_reset(); in top_common()
1406 if (toys.optflags&FLAG_b) TT.width = TT.height = 99999; in top_setup()
Dgrep.c76 if (bcount && (toys.optflags&FLAG_b)) printf("%ld%c", bcount-1, dash);
/external/toybox/toys/example/
Dskeleton.c75 if (toys.optflags & FLAG_b) printf("b=%s\n", TT.s.b_string);
102 if (toys.optflags & FLAG_b) printf("b=%ld", TT.a.b_number); in skeleton_alias_main()
/external/toybox/toys/lsb/
Dmd5sum.c237 printf((toys.optflags & FLAG_b) ? "\n" : " %s\n", name); in do_hash()