Home
last modified time | relevance | path

Searched refs:FLAG_O (Results 1 – 4 of 4) sorted by relevance

/external/toybox/generated/
Dflags.h460 #undef FLAG_O
1149 #undef FLAG_O
1588 #undef FLAG_O
1936 #undef FLAG_O
2377 #undef FLAG_O
2421 #undef FLAG_O
2574 #undef FLAG_O
3428 #define FLAG_O (FORCED_FLAG<<17) macro
4005 #define FLAG_O (FORCED_FLAG<<9) macro
4372 #define FLAG_O (1<<8) macro
[all …]
/external/toybox/toys/pending/
Ddhcp.c915 if (toys.optflags & FLAG_O) { in dhcpc_addreqoptions()
1017 if (!(toys.optflags & FLAG_o) || (toys.optflags & FLAG_O)) in dhcpc_sendmsg()
1032 if (!(toys.optflags & FLAG_o) || (toys.optflags & FLAG_O)) in dhcpc_sendmsg()
1285 if (toys.optflags & FLAG_O) { in dhcp_main()
Dsyslogd.c228 file->filename = xstrdup((toys.optflags & FLAG_O) ? in parse_config_file()
Dtar.c775 if (toys.optflags & FLAG_O) tar_hdl->extract_handler = extract_to_stdout; in tar_main()