Home
last modified time | relevance | path

Searched refs:OPT_i (Results 1 – 25 of 29) sorted by relevance

12

/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dshuf.c34 #define OPT_i (1 << 1) macro
85 if (opts & OPT_i) { in shuf_main()
146 if (opts & OPT_i) in shuf_main()
H A Dod_bloaty.c48 OPT_i = 1 << 8, enumerator
1248 if (opt & OPT_i) decode_format_string("d2"); in od_main()
/dports/sysutils/busybox/busybox-1.26.2/e2fsprogs/
H A Dtune2fs.c62 OPT_i = 1 << 2, // check interval enumerator
105 if (opts & OPT_i) { in tune2fs_main()
/dports/deskutils/recoll/recoll-1.31.2/utils/
H A Dbase64.cpp286 #define OPT_i 0x2 macro
301 case 'i': op_flags |= OPT_i; break; in main()
307 if (op_flags & OPT_i) { in main()
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dwhois.c33 OPT_i = (1 << 0), enumerator
100 if (!redir || (option_mask32 & OPT_i)) { in query()
H A Dhostname.c124 OPT_i = 0x4, in hostname_main() enumerator
H A Dnc_bloaty.c178 OPT_i = (1 << (6+2*ENABLE_NC_SERVER)) * ENABLE_NC_EXTRA, enumerator
804 if (option_mask32 & OPT_i) /* line-interval time */ in nc_main()
H A Dtcpudp.c201 OPT_i = (1 << 2), enumerator
/dports/deskutils/recoll/recoll-1.31.2/index/
H A Drecollindex.cpp76 #define OPT_i 0x200 macro
256 if (!(op_flags & OPT_e) || ((op_flags & OPT_e) &&(op_flags & OPT_i))) { in recursive_index()
594 case 'i': op_flags |= OPT_i; break; in wmain()
636 if ((op_flags & OPT_z) && (op_flags & (OPT_i|OPT_e|OPT_r))) in wmain()
799 } else if (op_flags & (OPT_i|OPT_e)) { in wmain()
822 if (status && (op_flags & OPT_i)) { in wmain()
/dports/deskutils/recoll/recoll-1.31.2/query/
H A Dxadump.cpp78 #define OPT_i 0x400 macro
179 case 'i': op_flags |= OPT_i; if (argc < 2) Usage(); in main()
244 if (op_flags & OPT_i) { in main()
H A Drecollq.cpp182 #define OPT_i 0x400 macro
249 case 'i': op_flags |= OPT_i; if (argc < 2) Usage(); in recollq()
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dreadprofile.c94 OPT_i = (1 << 7), in readprofile_main() enumerator
103 #define optInfo (opt & OPT_i) in readprofile_main()
H A Dmkfs_ext2.c214 OPT_i = 1 << 4, // bytes per inode enumerator
295 if (option_mask32 & OPT_i) in mkfs_ext2_main()
H A Dmkfs_vfat.c260 OPT_i = 1 << 8, // [IGNORED] volume ID in mkfs_vfat_main() enumerator
H A Dmount.c290 OPT_i = (1 << 9), enumerator
308 #define HELPERS_ALLOWED (!(option_mask32 & OPT_i))
/dports/news/ubh/ubh-2.5/examples/
H A Dubhrc32 # OPT_i
/dports/security/sslsplit/sslsplit-0.5.5/
H A Dmain.c238 #define OPT_i "i" in main_usage() macro
240 #define OPT_i in main_usage()
333 OPT_g OPT_G OPT_Z OPT_i OPT_x OPT_T OPT_I in main()
/dports/sysutils/busybox/busybox-1.26.2/findutils/
H A Dgrep.c148 OPT_i = 1 << OPTBIT_i, enumerator
342 match = ((option_mask32 & OPT_i) in grep_file()
758 if (option_mask32 & OPT_i) { in grep_main()
/dports/sysutils/busybox/busybox-1.26.2/selinux/
H A Dsetfiles.c143 OPT_i = (1 << 3), enumerator
160 #define FLAG_i_ignore_enoent (option_mask32 & OPT_i)
/dports/devel/judy/judy-1.0.5/test/
H A Djbgraph460 OPT_i="${1}"
461 ${v}echo "${C}.${0}: OPT_i=${OPT_i}, # -i plot insert."
/dports/sysutils/busybox/busybox-1.26.2/mailutils/
H A Dreformime.c63 OPT_i = 1 << 4, enumerator
H A Dsendmail.c238 OPT_i = 1 << 3, // IMPLIED! in sendmail_main() enumerator
/dports/security/sslproxy/SSLproxy-0.9.2/src/
H A Dmain.c249 #define OPT_i "i" in main_usage() macro
251 #define OPT_i in main_usage()
398 OPT_g OPT_G OPT_Z OPT_i OPT_x OPT_T OPT_I in main()
/dports/editors/xvile/vile-9.8v/
H A Dperl.xs864 #define OPT_i 001 in perldo_prompt() macro
901 case 'i': opts |= OPT_i; o++; break; in perldo_prompt()
1019 if (opts & OPT_i) in perldo_prompt()
1069 status = do_perl_cmd(cmd, opts & OPT_i); in perldo_prompt()
/dports/editors/vile/vile-9.8v/
H A Dperl.xs864 #define OPT_i 001 in perldo_prompt() macro
901 case 'i': opts |= OPT_i; o++; break; in perldo_prompt()
1019 if (opts & OPT_i) in perldo_prompt()
1069 status = do_perl_cmd(cmd, opts & OPT_i); in perldo_prompt()

12