Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dacpi.c137 if (toys.optflags & FLAG_V) toys.optflags = FLAG_a|FLAG_b|FLAG_c|FLAG_t; in acpi_main()
/external/toybox/toys/pending/
Dfsck.c213 if ((toys.optflags & FLAG_V) || (toys.optflags & FLAG_N)) { in do_fsck()
306 if (toys.optflags & FLAG_V) xprintf("Checking all filesystem\n"); in scan_all()
Ddhcp.c1013 vendor = (toys.optflags & FLAG_V) ? TT.vendor_cls : "toybox\0"; in dhcpc_sendmsg()
1028 vendor = (toys.optflags & FLAG_V) ? TT.vendor_cls : "toybox\0"; in dhcpc_sendmsg()
/external/toybox/generated/
Dflags.h17 #undef FLAG_V
465 #undef FLAG_V
770 #undef FLAG_V
1889 #undef FLAG_V
2581 #undef FLAG_V
3057 #define FLAG_V (1<<0) macro
3433 #define FLAG_V (FORCED_FLAG<<22) macro
3688 #define FLAG_V (FORCED_FLAG<<2) macro
4629 #define FLAG_V (1<<13) macro
5213 #define FLAG_V (FORCED_FLAGLL<<47) macro
/external/toybox/toys/posix/
Dps.c1586 if (toys.optflags & FLAG_V) TT.tty = 1; in pkill_main()