Home
last modified time | relevance | path

Searched refs:FLAG_T (Results 1 – 5 of 5) sorted by relevance

/external/toybox/toys/other/
Deject.c70 if ((toys.optflags & FLAG_T) || (toys.optflags & FLAG_t)) { in eject_main()
/external/toybox/generated/
Dflags.h458 #undef FLAG_T
485 #undef FLAG_T
527 #undef FLAG_T
619 #undef FLAG_T
771 #undef FLAG_T
2251 #undef FLAG_T
2415 #undef FLAG_T
2579 #undef FLAG_T
3426 #define FLAG_T (FORCED_FLAG<<15) macro
3451 #define FLAG_T (FORCED_FLAG<<11) macro
[all …]
/external/toybox/toys/pending/
Dfsck.c384 if (!(toys.optflags & FLAG_T)) xprintf("fsck ----- (Toybox)\n"); in fsck_main()
Dtar.c761 if (toys.optflags & FLAG_T) add_from_file(&TT.inc, TT.inc_file); in tar_main()
Ddiff.c423 if (toys.optflags & FLAG_T) putchar('\t'); in print_diff()