Home
last modified time | relevance | path

Searched refs:FLAG_W (Results 1 – 3 of 3) sorted by relevance

/external/toybox/toys/pending/
Dlast.c97 pwidth = (toys.optflags & FLAG_W) ? 46 : 16; in last_main()
/external/toybox/generated/
Dflags.h517 #undef FLAG_W
1469 #undef FLAG_W
1902 #undef FLAG_W
1924 #undef FLAG_W
2121 #undef FLAG_W
3776 #define FLAG_W (FORCED_FLAGLL<<48) macro
4574 #define FLAG_W (FORCED_FLAG<<0) macro
4935 #define FLAG_W (1<<7) macro
4955 #define FLAG_W (1<<9) macro
5122 #define FLAG_W (1<<6) macro
/external/toybox/toys/net/
Dnetstat.c340 TT.wpad = (toys.optflags&FLAG_W) ? 51 : 23; in netstat_main()