HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_b (Results 1 - 22 of 22) sorted by null

  /external/toybox/toys/lsb/
hostname.c 35 if (!(toys.optflags&FLAG_b)) error_exit("empty '%s'", TT.fname);
40 if (!hostname && (toys.optflags&FLAG_b))
md5sum.c 344 printf((toys.optflags & FLAG_b) ? "%s\n" : "%s %s\n", toybuf, name);
  /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 636 if (!(toys.optflags & (FLAG_f | FLAG_b))) toys.optflags |= FLAG_b;
644 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 575 if (!(flags & FLAG_b) || !(module->flags & MOD_BLACKLIST))
syslogd.c 285 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 77 if (toys.optflags & FLAG_b) printf("b=%s\n", TT.s.b_string);
102 // Note, this FLAG_b is a different bit position than the other FLAG_b,
104 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 114 (toys.optflags & FLAG_b) ? TT.base : "",
  /external/toybox/generated/
flags.h 20 #undef FLAG_b
50 #undef FLAG_b
252 #undef FLAG_b
397 #undef FLAG_b
430 #undef FLAG_b
483 #undef FLAG_b
491 #undef FLAG_B
514 #undef FLAG_b
575 #undef FLAG_b
579 #undef FLAG_B
    [all...]
  /external/toybox/toys/posix/
sort.c 98 && !(flags&(FLAG_b|FLAG_d|FLAG_i|FLAG_bb))) return str;
133 if (flags&FLAG_b) while (isspace(str[start])) start++;
347 if (!temp2 || flag>FLAG_b
353 if (idx && flag==FLAG_b) flag = FLAG_bb;
361 if (toys.optflags&FLAG_b) toys.optflags |= FLAG_bb;
ls.c 86 if (toys.optflags&FLAG_b) {
549 if (!(toys.optflags&FLAG_show_control_chars)) toys.optflags |= FLAG_b;
560 if (toys.optflags&FLAG_b) TT.escmore = " \\";
ps.c     [all...]
cut.c 97 if (toys.optflags&FLAG_b) s += start;
od.c 279 if (toys.optflags & FLAG_b) append_base("o1");
grep.c 86 if (bcount && (toys.optflags&FLAG_b)) printf("%ld%c", bcount-1, dash);

Completed in 252 milliseconds