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

  /external/toybox/toys/other/
readlink.c 32 if (toys.optflags & (FLAG_f|FLAG_e))
33 s = xabspath(*toys.optargs, toys.optflags & FLAG_e);
lspci.c 58 int fd, size = 6 + 2*((toys.optflags & FLAG_e) && p == toybuf);
sysctl.c 47 if (!(toys.optflags & FLAG_e)) error_msg("unknown key '%s'", key);
  /external/toybox/toys/posix/
cat.c 81 if (toys.optflags & FLAG_e) xputc('$');
echo.c 53 if (!(toys.optflags & FLAG_e)) {
ps.c 417 if (!(toys.optflags&(FLAG_a|FLAG_d|FLAG_A|FLAG_e))
    [all...]
  /external/toybox/toys/pending/
watch.c 58 if ((toys.optflags & FLAG_e) && retval){
crontab.c 336 long FLAG_elr = toys.optflags & (FLAG_e|FLAG_l|FLAG_r);
353 else if (toys.optflags & FLAG_e) do_edit(pwd);
route.c 140 (toys.optflags & FLAG_e)? " MSS Window irtt" : "Metric Ref Use");
162 if (toys.optflags & FLAG_e) xprintf("%5d %-5d %6d %s\n", mss, win, irtt, iface);
  /external/toybox/toys/net/
netstat.c 173 if ((toys.optflags & FLAG_e)) printf(" %-10s %-11ld", toybuf, inode);
288 !(toys.optflags&FLAG_e) ? " MSS Window irtt" : "Metric Ref Use");
327 if (!(toys.optflags & FLAG_e))
354 if (toys.optflags & FLAG_e) printf(" User Inode ");
  /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...]

Completed in 584 milliseconds