Home
last modified time | relevance | path

Searched refs:FLAG_F (Results 1 – 9 of 9) sorted by relevance

/external/toybox/generated/
Dflags.h317 #undef FLAG_F
342 #undef FLAG_F
463 #undef FLAG_F
879 #undef FLAG_F
1354 #undef FLAG_F
1479 #undef FLAG_F
1545 #undef FLAG_F
1610 #undef FLAG_F
1722 #undef FLAG_F
2039 #undef FLAG_F
[all …]
/external/toybox/toys/posix/
Dgrep.c114 if (toys.optflags & FLAG_F) { in do_grep()
289 if (!(toys.optflags & FLAG_F)) { in parse_regex()
346 if (*toys.which->name == 'f') toys.optflags |= FLAG_F; in grep_main()
Dls.c95 if ((toys.optflags&(FLAG_F|FLAG_p)) && S_ISDIR(mode)) return '/'; in endtype()
96 if (toys.optflags & FLAG_F) { in endtype()
546 dt = dirtree_start(*s, !(toys.optflags&(FLAG_l|FLAG_d|FLAG_F)) || in ls_main()
Dcp.c184 } else if ((flags & FLAG_F) && unlinkat(cfd, catch, 0)) { in cp_node()
453 static inline int cp_flag_F(void) { return FLAG_F; }; in cp_flag_F()
/external/toybox/toys/android/
Drestorecon.c37 if (toys.optflags & FLAG_F) flags |= SELINUX_ANDROID_RESTORECON_FORCE; in restorecon_main()
/external/toybox/toys/other/
Dnsenter.c162 if ((toys.optflags & FLAG_p) && !(toys.optflags & FLAG_F)) { in unshare_main()
/external/toybox/toys/pending/
Dtelnetd.c315 if (toys.optflags & FLAG_w) toys.optflags |= FLAG_F; in telnetd_main()
320 if (!(toys.optflags & FLAG_F)) daemon(0, 0); in telnetd_main()
Dtraceroute.c568 if ((toys.optflags & FLAG_F) && in traceroute_main()
Ddhcp.c1016 if (toys.optflags & FLAG_F) pend = dhcpc_addfdnname(pend, TT.fdn_name); in dhcpc_sendmsg()
1031 if (toys.optflags & FLAG_F) pend = dhcpc_addfdnname(pend, TT.fdn_name); in dhcpc_sendmsg()