Searched refs:FLAG_b (Results 1 – 19 of 19) sorted by relevance
/external/toybox/generated/ |
D | flags.h | 20 #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/ |
D | fold.c | 60 if (toys.optflags & FLAG_b) len++; 65 if (toys.optflags & FLAG_b) len++; 71 if (!(toys.optflags & FLAG_b)) len = (len & ~7) + 7;
|
D | crond.c | 635 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()
|
D | dhcp6.c | 480 if (toys.optflags & FLAG_b) { in lease_fail() 484 toys.optflags &= ~FLAG_b; in lease_fail()
|
D | arping.c | 176 if (!(toys.optflags & FLAG_b)) { in recv_from()
|
D | telnetd.c | 135 if (toys.optflags & FLAG_b) { in listen_socket()
|
D | modprobe.c | 549 if (!(flags & FLAG_b) || !(module->flags & MOD_BLACKLIST)) in modprobe_main()
|
D | syslogd.c | 286 if ((toys.optflags & FLAG_s) || (toys.optflags & FLAG_b)) { in write_rotate()
|
D | dhcp.c | 1353 if (toys.optflags & FLAG_b) { in dhcp_main() 1357 toys.optflags &= ~FLAG_b; in dhcp_main()
|
D | diff.c | 215 if (toys.optflags & FLAG_b) { in read_tok()
|
D | fdisk.c | 152 if (toys.optflags & FLAG_b) { in read_sec_sz()
|
/external/toybox/toys/other/ |
D | acpi.c | 62 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()
|
D | modinfo.c | 112 (toys.optflags & FLAG_b) ? TT.base : "", in modinfo_main()
|
/external/toybox/toys/posix/ |
D | sort.c | 98 && !(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()
|
D | od.c | 276 if (toys.optflags & FLAG_b) append_base("o1"); in od_main()
|
D | ps.c | 1147 (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()
|
D | grep.c | 76 if (bcount && (toys.optflags&FLAG_b)) printf("%ld%c", bcount-1, dash);
|
/external/toybox/toys/example/ |
D | skeleton.c | 75 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/ |
D | md5sum.c | 237 printf((toys.optflags & FLAG_b) ? "\n" : " %s\n", name); in do_hash()
|