Home
last modified time | relevance | path

Searched refs:OPT_h (Results 1 – 10 of 10) sorted by relevance

/busybox-1.35.0/miscutils/
Dsetfattr.c38 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/
Dtouch.c94 OPT_h = (1 << 1), in touch_main() enumerator
171 (opts & OPT_h) ? AT_SYMLINK_NOFOLLOW : 0); in touch_main()
Dls.c271 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()
Dod_bloaty.c47 OPT_h = 1 << 7, enumerator
1247 if (opt & OPT_h) decode_format_string("x2"); in od_main()
/busybox-1.35.0/networking/
Dtcpudp.c208 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/
Dgrep.c151 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/
Dreformime.c68 OPT_h = 1 << 9, enumerator
/busybox-1.35.0/util-linux/
Dmkfs_reiser.c140 OPT_h = 1 << 6, enumerator
Dmkfs_vfat.c244 OPT_h = 1 << 6, // [IGNORED] number of hidden sectors in mkfs_vfat_main() enumerator
/busybox-1.35.0/editors/
Dvi.c4902 OPT_h = 1 << OPTBIT_h, enumerator
4943 if (opts & (OPT_H | OPT_h)) {