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

  /external/toybox/toys/posix/
cksum.c 73 (toys.optflags & FLAG_I) ? crc : ~crc);
  /external/toybox/generated/
flags.h 38 #undef FLAG_i
56 #undef FLAG_I
75 #undef FLAG_i
254 #undef FLAG_i
276 #undef FLAG_I
338 #undef FLAG_i
368 #undef FLAG_i
479 #undef FLAG_i
506 #undef FLAG_i
524 #undef FLAG_i
    [all...]
  /external/toybox/toys/pending/
arping.c 208 if (!(toys.optflags & FLAG_I)) TT.iface = "eth0";
getty.c 248 if (!(toys.optflags & FLAG_i)) write_issue(TT.issue_str);
310 if (toys.optflags & FLAG_I)

Completed in 611 milliseconds