Searched refs:OPT_h (Results 1 – 10 of 10) sorted by relevance
/busybox-1.35.0/miscutils/ |
D | setfattr.c | 38 OPT_h = (1 << 0), in setfattr_main() enumerator 54 r = ((opt & OPT_h) ? lremovexattr : removexattr)(*argv, name); in setfattr_main() 56 r = ((opt & OPT_h) ? lsetxattr : setxattr)( in setfattr_main()
|
/busybox-1.35.0/coreutils/ |
D | touch.c | 94 OPT_h = (1 << 1), in touch_main() enumerator 171 (opts & OPT_h) ? AT_SYMLINK_NOFOLLOW : 0); in touch_main()
|
D | ls.c | 271 OPT_h = (1 << OPTBIT_h) * ENABLE_FEATURE_HUMAN_READABLE, enumerator 545 if (opt & OPT_h) { in display_single() 1020 if (option_mask32 & OPT_h) { in scan_and_display_dirs_recur()
|
D | od_bloaty.c | 47 OPT_h = 1 << 7, enumerator 1247 if (opt & OPT_h) decode_format_string("x2"); in od_main()
|
/busybox-1.35.0/networking/ |
D | tcpudp.c | 208 OPT_h = (1 << 8), enumerator 522 if (opts & OPT_h) { in tcpudpsvd_main() 536 if (opts & OPT_h) { in tcpudpsvd_main() 553 bb_error_msg((opts & OPT_h) in tcpudpsvd_main() 579 if (opts & OPT_h) { in tcpudpsvd_main()
|
/busybox-1.35.0/findutils/ |
D | grep.c | 151 OPT_h = 1 << OPTBIT_h, enumerator 827 if (option_mask32 & OPT_h) in grep_main() 842 if (!(option_mask32 & OPT_h)) in grep_main()
|
/busybox-1.35.0/mailutils/ |
D | reformime.c | 68 OPT_h = 1 << 9, enumerator
|
/busybox-1.35.0/util-linux/ |
D | mkfs_reiser.c | 140 OPT_h = 1 << 6, enumerator
|
D | mkfs_vfat.c | 244 OPT_h = 1 << 6, // [IGNORED] number of hidden sectors in mkfs_vfat_main() enumerator
|
/busybox-1.35.0/editors/ |
D | vi.c | 4902 OPT_h = 1 << OPTBIT_h, enumerator 4943 if (opts & (OPT_H | OPT_h)) {
|