Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dreadlink.c32 if (toys.optflags & (FLAG_f|FLAG_e)) in readlink_main()
33 s = xabspath(*toys.optargs, toys.optflags & FLAG_e); in readlink_main()
Dlspci.c59 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()
/external/toybox/generated/
Dflags.h140 #undef FLAG_e
152 #undef FLAG_e
357 #undef FLAG_e
564 #undef FLAG_e
786 #undef FLAG_e
1263 #undef FLAG_e
1502 #undef FLAG_e
1743 #undef FLAG_e
1784 #undef FLAG_e
1893 #undef FLAG_e
[all …]
/external/toybox/toys/posix/
Decho.c48 if (!(toys.optflags & FLAG_e)) { in echo_main()
Dcat.c78 if (toys.optflags & FLAG_e) xputc('$'); in do_cat()
/external/toybox/toys/pending/
Dwatch.c58 if ((toys.optflags & FLAG_e) && retval){
Dcrontab.c336 long FLAG_elr = toys.optflags & (FLAG_e|FLAG_l|FLAG_r); in crontab_main()
355 else if (toys.optflags & FLAG_e) do_edit(pwd); in crontab_main()
Droute.c122 (toys.optflags & FLAG_e)? " MSS Window irtt" : "Metric Ref Use"); in display_routes()
146 if (toys.optflags & FLAG_e) xprintf("%5d %-5d %6d %s\n", mss, win, irtt, iface); in display_routes()
Dnetstat.c598 if( ((toys.optflags & FLAG_e) || (toys.optflags & FLAG_n)) && (!IS_NETSTAT_PROTO_FLAGS_UP) ) in netstat_main()
609 display_routes(!(toys.optflags & FLAG_e), (toys.optflags & FLAG_n)); in netstat_main()
Dps.c121 if (!(toys.optflags&(FLAG_a|FLAG_d|FLAG_A|FLAG_e)) && TT.tty!=slot[4]) in do_ps()