Home
last modified time | relevance | path

Searched refs:FLAG_e (Results 1 – 10 of 10) sorted by relevance

/external/toybox/toys/other/
Dreadlink.c33 if (toys.optflags & (FLAG_f|FLAG_e|FLAG_m)) in readlink_main()
34 s = xabspath(*toys.optargs, (toys.optflags&(FLAG_f|FLAG_e))-1); in readlink_main()
Dlspci.c58 int fd, size = 6 + 2*((toys.optflags & FLAG_e) && p == toybuf);
Dsysctl.c47 if (!(toys.optflags & FLAG_e)) error_msg("unknown key '%s'", key); in key_error()
Dwatch.c45 if (toys.optflags&FLAG_e) {
/external/toybox/generated/
Dflags.h184 #undef FLAG_e
196 #undef FLAG_e
412 #undef FLAG_e
473 #undef FLAG_e
737 #undef FLAG_e
1037 #undef FLAG_e
1648 #undef FLAG_e
1917 #undef FLAG_e
2208 #undef FLAG_e
2250 #undef FLAG_e
[all …]
/external/toybox/toys/net/
Dnetstat.c173 if ((toys.optflags & FLAG_e)) printf(" %-10s %-11ld", toybuf, inode); in show_ip()
288 !(toys.optflags&FLAG_e) ? " MSS Window irtt" : "Metric Ref Use"); in display_routes()
327 if (!(toys.optflags & FLAG_e)) in display_routes()
354 if (toys.optflags & FLAG_e) printf(" User Inode "); in netstat_main()
/external/toybox/toys/posix/
Decho.c53 if (!(toys.optflags & FLAG_e)) { in echo_main()
Dcat.c81 if (toys.optflags & FLAG_e) xputc('$'); in do_cat()
/external/toybox/toys/pending/
Dcrontab.c336 long FLAG_elr = toys.optflags & (FLAG_e|FLAG_l|FLAG_r); in crontab_main()
353 else if (toys.optflags & FLAG_e) do_edit(pwd); in crontab_main()
Droute.c140 (toys.optflags & FLAG_e)? " MSS Window irtt" : "Metric Ref Use"); in display_routes()
162 if (toys.optflags & FLAG_e) xprintf("%5d %-5d %6d %s\n", mss, win, irtt, iface); in display_routes()