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
556 #undef FLAG_w
591 #undef FLAG_w
768 #undef FLAG_w
899 #undef FLAG_w
921 #undef FLAG_w
1088 #undef FLAG_w
1311 #undef FLAG_W
1673 #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 87 milliseconds