/external/toybox/toys/pending/ |
fold.c | 55 // reset len, FLAG_b or not; just print multiple lines at once 60 if (toys.optflags & FLAG_b) len++; 65 if (toys.optflags & FLAG_b) len++; 70 // (because of whitespace, but it also takes care of FLAG_b) 71 if (!(toys.optflags & FLAG_b)) len = (len & ~7) + 7;
|
crond.c | 635 if (!(toys.optflags & (FLAG_f | FLAG_b))) toys.optflags |= FLAG_b; 643 if (toys.optflags & FLAG_b) daemon(0,0);
|
arping.c | 176 if (!(toys.optflags & FLAG_b)) {
|
dhcp6.c | 480 if (toys.optflags & FLAG_b) { 484 toys.optflags &= ~FLAG_b;
|
modprobe.c | 549 if (!(flags & FLAG_b) || !(module->flags & MOD_BLACKLIST))
|
syslogd.c | 286 if ((toys.optflags & FLAG_s) || (toys.optflags & FLAG_b)) {
|
telnetd.c | 135 if (toys.optflags & FLAG_b) {
|
dhcp.c | [all...] |
diff.c | 215 if (toys.optflags & FLAG_b) { 541 if ((toys.optflags & FLAG_B)) {
|
fdisk.c | 152 if (toys.optflags & FLAG_b) { [all...] |
/external/toybox/toys/example/ |
skeleton.c | 75 if (toys.optflags & FLAG_b) printf("b=%s\n", TT.s.b_string); 100 // Note, this FLAG_b is a different bit position than the other FLAG_b, 102 if (toys.optflags & FLAG_b) printf("b=%ld", TT.a.b_number);
|
/external/toybox/toys/other/ |
acpi.c | 62 if ((toys.optflags & FLAG_b) || (!toys.optflags)) { 137 if (toys.optflags & FLAG_V) toys.optflags = FLAG_a|FLAG_b|FLAG_c|FLAG_t; 138 if (!toys.optflags) toys.optflags = FLAG_b; 139 if (toys.optflags & (FLAG_a|FLAG_b))
|
modinfo.c | 112 (toys.optflags & FLAG_b) ? TT.base : "",
|
/external/toybox/toys/posix/ |
sort.c | 98 && !(flags&(FLAG_b|FLAG_d|FLAG_i|FLAG_bb))) return str; 130 if (flags&FLAG_b) while (isspace(str[start])) start++; 344 if (!temp2 || flag>FLAG_b 350 if (idx && flag==FLAG_b) flag = FLAG_bb; 358 if (toys.optflags&FLAG_b) toys.optflags |= FLAG_bb;
|
od.c | 276 if (toys.optflags & FLAG_b) append_base("o1");
|
grep.c | 76 if (bcount && (toys.optflags&FLAG_b)) printf("%ld%c", bcount-1, dash);
|
ps.c | [all...] |
/external/toybox/generated/ |
flags.h | 20 #undef FLAG_b 50 #undef FLAG_b 364 #undef FLAG_b 392 #undef FLAG_b 444 #undef FLAG_b 452 #undef FLAG_B 475 #undef FLAG_b 536 #undef FLAG_b 540 #undef FLAG_B 692 #undef FLAG_b [all...] |
/external/toybox/toys/lsb/ |
md5sum.c | 237 printf((toys.optflags & FLAG_b) ? "\n" : " %s\n", name);
|