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

  /external/toybox/toys/pending/
last.c 97 pwidth = (toys.optflags & FLAG_W) ? 46 : 16;
  /external/toybox/generated/
flags.h 55 #undef FLAG_w
74 #undef FLAG_w
570 #undef FLAG_w
605 #undef FLAG_w
782 #undef FLAG_w
791 #undef FLAG_w
922 #undef FLAG_w
944 #undef FLAG_w
1111 #undef FLAG_w
1336 #undef FLAG_W
    [all...]
  /external/toybox/toys/net/
netstat.c 337 int tuwx = FLAG_t|FLAG_u|FLAG_w|FLAG_x;
340 TT.wpad = (toys.optflags&FLAG_W) ? 51 : 23;
350 if (toys.optflags&(FLAG_t|FLAG_u|FLAG_w)) {
366 if (toys.optflags & FLAG_w) {

Completed in 134 milliseconds