Home
last modified time | relevance | path

Searched refs:FLAG_F (Results 1 - 12 of 12) sorted by relevance

/third_party/toybox/toys/posix/
H A Dcut.c215 if ((toys.optflags&(FLAG_s|FLAG_f|FLAG_F))==FLAG_s) in cut_main()
217 if ((toys.optflags&(FLAG_d|FLAG_f|FLAG_F))==FLAG_d) in cut_main()
219 if (!TT.d) TT.d = (toys.optflags&FLAG_F) ? "[[:space:]][[:space:]]*" : "\t"; in cut_main()
220 if (toys.optflags&FLAG_F) xregcomp(&TT.reg, TT.d, REG_EXTENDED); in cut_main()
222 if (toys.optflags&FLAG_F) TT.O = " "; in cut_main()
H A Dcp.c167 } else if ((flags & FLAG_F) && unlinkat(cfd, catch, 0)) { in cp_node()
469 static inline int cp_flag_F(void) { return FLAG_F; }; in cp_flag_F()
H A Dgrep.c476 if (*toys.which->name == 'f') toys.optflags |= FLAG_F; in grep_main()
H A Dls.c591 int sym = !(toys.optflags&(FLAG_l|FLAG_d|FLAG_F)) in ls_main()
/third_party/toybox/generated/
H A Dflags.h375 #undef FLAG_F macro
400 #undef FLAG_F macro
460 #undef FLAG_F macro
531 #undef FLAG_F macro
632 #undef FLAG_F macro
1104 #undef FLAG_F macro
1265 #undef FLAG_F macro
1298 #undef FLAG_F macro
1672 #undef FLAG_F macro
1831 #undef FLAG_F macro
1896 #undef FLAG_F global() macro
1962 #undef FLAG_F global() macro
2072 #undef FLAG_F global() macro
2419 #undef FLAG_F global() macro
2739 #undef FLAG_F global() macro
2952 #undef FLAG_F global() macro
3080 #undef FLAG_F global() macro
3485 #define FLAG_F global() macro
3784 #define FLAG_F global() macro
3807 #define FLAG_F global() macro
3859 #define FLAG_F global() macro
3922 #define FLAG_F global() macro
4011 #define FLAG_F global() macro
4409 #define FLAG_F global() macro
4544 #define FLAG_F global() macro
4573 #define FLAG_F global() macro
4885 #define FLAG_F global() macro
5016 #define FLAG_F global() macro
5069 #define FLAG_F global() macro
5125 #define FLAG_F global() macro
5219 #define FLAG_F global() macro
5514 #define FLAG_F global() macro
5780 #define FLAG_F global() macro
5961 #define FLAG_F global() macro
6069 #define FLAG_F global() macro
[all...]
/third_party/toybox/toys/android/
H A Drestorecon.c37 if (toys.optflags & FLAG_F) flags |= SELINUX_ANDROID_RESTORECON_FORCE; in restorecon_main()
/third_party/toybox/toys/other/
H A Dnsenter.c164 if ((toys.optflags & FLAG_p) && !(toys.optflags & FLAG_F)) { in unshare_main()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcp.c140 } else if ((flags & FLAG_F) && unlinkat(cfd, catch, 0)) { in cp_node()
473 static inline int cp_flag_F(void) { return FLAG_F; }; in cp_flag_F()
H A Dls.c579 int sym = !(toys.optflags&(FLAG_l|FLAG_d|FLAG_F)) in ls_main()
/third_party/toybox/toys/pending/
H A Dtelnetd.c279 if (FLAG(w)) toys.optflags |= FLAG_F; in telnetd_main()
H A Dtraceroute.c567 if ((toys.optflags & FLAG_F) && in traceroute_main()
H A Ddhcp.c1018 if (toys.optflags & FLAG_F) pend = dhcpc_addfdnname(pend, TT.fdn_name); in dhcpc_sendmsg()
1033 if (toys.optflags & FLAG_F) pend = dhcpc_addfdnname(pend, TT.fdn_name); in dhcpc_sendmsg()

Completed in 19 milliseconds