Home
last modified time | relevance | path

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

/external/toybox/generated/
Dflags.h439 #undef FLAG_O
1441 #undef FLAG_O
2171 #undef FLAG_O
2215 #undef FLAG_O
3051 #define FLAG_O (FORCED_FLAG<<17) macro
3887 #define FLAG_O (1<<8) macro
4491 #define FLAG_O (FORCED_FLAG<<8) macro
4529 #define FLAG_O (1<<5) macro
/external/toybox/toys/pending/
Ddhcp.c917 if (flag_chk(FLAG_O)) { in dhcpc_addreqoptions()
1019 if ((!flag_chk(FLAG_o)) || flag_chk(FLAG_O)) pend = dhcpc_addreqoptions(pend); in dhcpc_sendmsg()
1033 if ((!flag_chk(FLAG_o)) || flag_chk(FLAG_O)) pend = dhcpc_addreqoptions(pend); in dhcpc_sendmsg()
1285 if (flag_chk(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()