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 295 len += strlen(al->arg)+1+!(toys.optflags & FLAG_E);
300 if (!(toys.optflags & FLAG_E)) *(s++) = '\\';
303 *(s-=(1+!(toys.optflags & FLAG_E))) = 0;
306 ((toys.optflags & FLAG_E) ? REG_EXTENDED : 0) |
345 if (*toys.which->name == 'e') toys.optflags |= FLAG_E;
  /external/toybox/generated/
flags.h 157 #undef FLAG_e
169 #undef FLAG_e
376 #undef FLAG_e
610 #undef FLAG_e
864 #undef FLAG_e
880 #undef FLAG_E
1405 #undef FLAG_e
1649 #undef FLAG_e
1675 #undef FLAG_E
    [all...]
  /external/toybox/toys/pending/
tcpsvd.c 362 if (!(toys.optflags & FLAG_E)) {

Completed in 777 milliseconds