Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dgrep.c160 if (toys.optflags & FLAG_H) printf("%s:", name);
184 if (toys.optflags & FLAG_H) printf("%s:", name);
261 if (new->parent && !(toys.optflags & FLAG_h)) toys.optflags |= FLAG_H; in do_grep_r()
288 if (!(toys.optflags & FLAG_h) && toys.optc>1) toys.optflags |= FLAG_H; in grep_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()
Dcksum.c72 printf((toys.optflags & FLAG_H) ? "%x" : "%u", in do_cksum()
Ddu.c154 dirtree_handle_callback(dirtree_start(*args, toys.optflags&(FLAG_H|FLAG_L)), in du_main()
Dcp.c344 !(new = dirtree_start(src, toys.optflags&(FLAG_H|FLAG_L)))) in cp_main()
Dfind.c535 dirtree_handle_callback(dirtree_start(ss[i], toys.optflags&(FLAG_H|FLAG_L)), in find_main()
Dls.c533 (toys.optflags&(FLAG_L|FLAG_H))); in ls_main()
/external/toybox/generated/
Dflags.h26 #undef FLAG_H
193 #undef FLAG_H
236 #undef FLAG_H
311 #undef FLAG_H
328 #undef FLAG_H
443 #undef FLAG_H
537 #undef FLAG_H
647 #undef FLAG_H
658 #undef FLAG_H
773 #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.c136 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.c1017 …if (flag_chk(FLAG_H)) pend = dhcpc_addstropt(pend, DHCP_OPTION_HOST_NAME, TT.hostname, strlen(TT.h… in dhcpc_sendmsg()
1031 …if (flag_chk(FLAG_H)) pend = dhcpc_addstropt(pend, DHCP_OPTION_HOST_NAME, TT.hostname, strlen(TT.h… in dhcpc_sendmsg()