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

  /external/toybox/toys/posix/
nl.c 89 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED);
grep.c 312 len += strlen(al->arg)+1+!(toys.optflags & FLAG_E);
317 if (!(toys.optflags & FLAG_E)) *(s++) = '\\';
320 *(s-=(1+!(toys.optflags & FLAG_E))) = 0;
323 ((toys.optflags & FLAG_E) ? REG_EXTENDED : 0) |
378 if (*toys.which->name == 'e') toys.optflags |= FLAG_E;
  /external/toybox/generated/
flags.h 165 #undef FLAG_e
177 #undef FLAG_e
401 #undef FLAG_e
640 #undef FLAG_e
917 #undef FLAG_e
933 #undef FLAG_E
1484 #undef FLAG_e
1742 #undef FLAG_e
1768 #undef FLAG_E
    [all...]
  /external/toybox/toys/pending/
tcpsvd.c 363 if (!(toys.optflags & FLAG_E)) {

Completed in 446 milliseconds