Searched refs:FLAG_H (Results 1 – 13 of 13) sorted by relevance
/external/toybox/toys/posix/ |
D | grep.c | 160 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()
|
D | chgrp.c | 56 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()
|
D | cksum.c | 72 printf((toys.optflags & FLAG_H) ? "%x" : "%u", in do_cksum()
|
D | du.c | 154 dirtree_handle_callback(dirtree_start(*args, toys.optflags&(FLAG_H|FLAG_L)), in du_main()
|
D | cp.c | 344 !(new = dirtree_start(src, toys.optflags&(FLAG_H|FLAG_L)))) in cp_main()
|
D | find.c | 535 dirtree_handle_callback(dirtree_start(ss[i], toys.optflags&(FLAG_H|FLAG_L)), in find_main()
|
D | ls.c | 533 (toys.optflags&(FLAG_L|FLAG_H))); in ls_main()
|
/external/toybox/generated/ |
D | flags.h | 26 #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/ |
D | arp.c | 170 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()
|
D | useradd.c | 136 if (!(toys.optflags & (FLAG_S|FLAG_H))) {
|
D | getty.c | 309 if (toys.optflags & FLAG_H) utmp_entry(); in getty_main()
|
D | fdisk.c | 379 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()
|
D | dhcp.c | 1017 …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()
|