Home
last modified time | relevance | path

Searched refs:FLAG_H (Results 1 – 15 of 15) sorted by relevance

/external/toybox/toys/posix/
Dulimit.c68 if (!(toys.optflags&(FLAG_H-1))) toys.optflags |= FLAG_f; in ulimit_main()
84 if (toys.optflags&FLAG_H) in ulimit_main()
94 rlim_t rl = (toys.optflags&FLAG_H) ? rr.rlim_max : rr.rlim_cur; in ulimit_main()
112 if (toys.optflags&FLAG_H) rr.rlim_max = val; in ulimit_main()
Ddf.c60 if (toys.optflags & (FLAG_H|FLAG_h)) { in show_header()
127 if (toys.optflags & (FLAG_H|FLAG_h)) { in show_mt()
129 int hr_flags = (toys.optflags & FLAG_H) ? HR_1000 : 0; in show_mt()
154 if (toys.optflags & (FLAG_H|FLAG_h)) { in df_main()
Dchgrp.c56 AT_SYMLINK_NOFOLLOW*(!(flags&(FLAG_L|FLAG_H)) && (flags&(FLAG_h|FLAG_R)))); in do_chgrp()
97 dirtree_handle_callback(dirtree_start(*s, toys.optflags&(FLAG_H|FLAG_L)), in chgrp_main()
Dgrep.c73 if (name && (toys.optflags&FLAG_H)) printf("%s%c", name, dash);
325 if (new->parent && !(toys.optflags & FLAG_h)) toys.optflags |= FLAG_H; in do_grep_r()
357 if (!(toys.optflags & FLAG_h) && toys.optc>1) toys.optflags |= FLAG_H; in grep_main()
Dcksum.c72 printf((toys.optflags & FLAG_H) ? "%x" : "%u", in do_cksum()
Ddu.c156 dirtree_handle_callback(dirtree_start(*args, toys.optflags&(FLAG_H|FLAG_L)), in du_main()
Dcp.c436 !(new = dirtree_start(src, toys.optflags&(FLAG_H|FLAG_L)))) in cp_main()
Dfind.c559 dirtree_handle_callback(dirtree_start(ss[i], toys.optflags&(FLAG_H|FLAG_L)), in find_main()
Dls.c547 (toys.optflags&(FLAG_L|FLAG_H))); in ls_main()
/external/toybox/generated/
Dflags.h30 #undef FLAG_H
210 #undef FLAG_H
253 #undef FLAG_H
328 #undef FLAG_H
346 #undef FLAG_H
434 #undef FLAG_H
464 #undef FLAG_H
583 #undef FLAG_H
694 #undef FLAG_H
713 #undef FLAG_H
[all …]
/external/toybox/toys/pending/
Darp.c170 if ((toys.optflags & FLAG_H) && (ifre.ifr_hwaddr.sa_family != ARPHRD_ETHER)) in set_entry()
232 if (toys.optflags & FLAG_H) { in arp_main()
264 if (((toys.optflags & FLAG_H) && (get_index(hwtype, TT.hw_type) != h_type)) in arp_main()
Duseradd.c134 if (!(toys.optflags & (FLAG_S|FLAG_H))) {
Dgetty.c309 if (toys.optflags & FLAG_H) utmp_entry(); in getty_main()
Dfdisk.c379 g_heads = (toys.optflags & FLAG_H && TT.heads)? TT.heads : h? h : disk.heads? disk.heads : 255; in read_mbr()
1362 toys.optflags |= FLAG_H; in expert_menu()
1380 toys.optflags |= FLAG_H; in expert_menu()
Ddhcp.c1015 …if (toys.optflags & FLAG_H) pend = dhcpc_addstropt(pend, DHCP_OPTION_HOST_NAME, TT.hostname, strle… in dhcpc_sendmsg()
1030 …if (toys.optflags & FLAG_H) pend = dhcpc_addstropt(pend, DHCP_OPTION_HOST_NAME, TT.hostname, strle… in dhcpc_sendmsg()