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

  /external/toybox/toys/other/
eject.c 70 if ((toys.optflags & FLAG_T) || (toys.optflags & FLAG_t)) {
72 if ((toys.optflags & FLAG_t) || rc == 2) // CDS_TRAY_OPEN
  /external/toybox/generated/
flags.h 14 #undef FLAG_t
141 #undef FLAG_t
153 #undef FLAG_t
325 #undef FLAG_t
411 #undef FLAG_t
436 #undef FLAG_t
437 #undef FLAG_T
481 #undef FLAG_T
487 #undef FLAG_t
515 #undef FLAG_t
    [all...]
  /external/toybox/toys/pending/
fsck.c 378 if (toys.optflags & FLAG_t) fix_tlist();
384 if (!(toys.optflags & FLAG_T)) xprintf("fsck ----- (Toybox)\n");
dhcp.c     [all...]
diff.c 423 if (toys.optflags & FLAG_T) putchar('\t');
430 if ((cc == '\t') && (toys.optflags & FLAG_t))
tar.c 721 if (toys.optflags & FLAG_t) {
761 if (toys.optflags & FLAG_T) add_from_file(&TT.inc, TT.inc_file);
774 if ((toys.optflags & FLAG_x) || (toys.optflags & FLAG_t)) {

Completed in 190 milliseconds