/busybox-1.35.0/util-linux/ |
D | hexdump_xxd.c | 66 #define OPT_i (1 << 4) macro 217 cols = (opt & OPT_i) ? 12 : 16; in xxd_main() 218 if (opt & OPT_i) { in xxd_main() 231 if (opt & OPT_i) in xxd_main() 259 if (!(opt & (OPT_p|OPT_i))) { in xxd_main() 267 if ((opt & OPT_i) && argv[0]) { in xxd_main() 272 if (r == 0 && (opt & OPT_i) && argv[0]) { in xxd_main()
|
D | chrt.c | 87 #define OPT_i (1<<6) macro 123 if (opt & OPT_i) in chrt_main()
|
D | readprofile.c | 88 OPT_i = (1 << 7), in readprofile_main() enumerator 97 #define optInfo (opt & OPT_i) in readprofile_main()
|
D | mkfs_ext2.c | 196 OPT_i = 1 << 4, // bytes per inode enumerator 277 if (option_mask32 & OPT_i) in mkfs_ext2_main()
|
D | mkfs_vfat.c | 246 OPT_i = 1 << 8, // [IGNORED] volume ID in mkfs_vfat_main() enumerator
|
D | mount.c | 297 OPT_i = (1 << 9), enumerator 315 #define HELPERS_ALLOWED (!(option_mask32 & OPT_i))
|
/busybox-1.35.0/e2fsprogs/ |
D | tune2fs.c | 45 OPT_i = 1 << 2, // check interval enumerator 87 if (opts & OPT_i) { in tune2fs_main()
|
/busybox-1.35.0/coreutils/ |
D | shuf.c | 34 #define OPT_i (1 << 1) macro 95 if (opts & OPT_i) { in shuf_main() 168 if (opts & OPT_i) in shuf_main()
|
D | uniq.c | 60 OPT_i = 1 << 6, in uniq_main() enumerator 117 if ((opt & OPT_i) in uniq_main()
|
D | ls.c | 225 OPT_i = (1 << 3), enumerator 499 if (opt & OPT_i) /* show inode# */ in display_single() 655 + ((option_mask32 & OPT_i) ? 8 : 0) /* inode# width */ in display_files() 1213 !(option_mask32 & (OPT_l|OPT_i|OPT_s|OPT_F)) in ls_main()
|
D | od_bloaty.c | 48 OPT_i = 1 << 8, enumerator 1248 if (opt & OPT_i) decode_format_string("d2"); in od_main()
|
/busybox-1.35.0/networking/ |
D | whois.c | 32 OPT_i = (1 << 0), enumerator 107 if (!redir || (option_mask32 & OPT_i)) { in query()
|
D | hostname.c | 124 OPT_i = 0x4, in hostname_main() enumerator
|
D | nc_bloaty.c | 180 OPT_i = (1 << (7+2*ENABLE_NC_SERVER)) * ENABLE_NC_EXTRA, enumerator 804 if (option_mask32 & OPT_i) /* line-interval time */ in nc_main()
|
D | tcpudp.c | 202 OPT_i = (1 << 2), enumerator
|
D | ping.c | 414 OPT_i = 1 << 11, enumerator
|
/busybox-1.35.0/findutils/ |
D | grep.c | 149 OPT_i = 1 << OPTBIT_i, enumerator 342 match = ((option_mask32 & OPT_i) in grep_file() 797 if (option_mask32 & OPT_i) { in grep_main()
|
/busybox-1.35.0/mailutils/ |
D | reformime.c | 63 OPT_i = 1 << 4, enumerator
|
D | sendmail.c | 241 OPT_i = 1 << 3, // IMPLIED! in sendmail_main() enumerator
|
/busybox-1.35.0/selinux/ |
D | setfiles.c | 144 OPT_i = (1 << 3), enumerator 161 #define FLAG_i_ignore_enoent (option_mask32 & OPT_i)
|
/busybox-1.35.0/networking/udhcp/ |
D | d6_dhcpc.c | 136 OPT_i = 1 << 0, enumerator
|
D | dhcpc.c | 87 OPT_i = 1 << 3, enumerator
|