Home
last modified time | relevance | path

Searched refs:OPT_DEPRECATED (Results 1 – 11 of 11) sorted by relevance

/dports/security/clamav-lts/clamav-0.103.5/shared/
H A Doptparser.c224 … {NULL, "unzip", 0, CLOPT_TYPE_STRING, NULL, -1, "foo", 0, OPT_CLAMSCAN | OPT_DEPRECATED, "", ""},
226 {NULL, "arj", 0, CLOPT_TYPE_STRING, NULL, -1, "foo", 0, OPT_CLAMSCAN | OPT_DEPRECATED, "", ""},
228 {NULL, "lha", 0, CLOPT_TYPE_STRING, NULL, -1, "foo", 0, OPT_CLAMSCAN | OPT_DEPRECATED, "", ""},
229 {NULL, "jar", 0, CLOPT_TYPE_STRING, NULL, -1, "foo", 0, OPT_CLAMSCAN | OPT_DEPRECATED, "", ""},
230 {NULL, "tar", 0, CLOPT_TYPE_STRING, NULL, -1, "foo", 0, OPT_CLAMSCAN | OPT_DEPRECATED, "", ""},
231 {NULL, "tgz", 0, CLOPT_TYPE_STRING, NULL, -1, "foo", 0, OPT_CLAMSCAN | OPT_DEPRECATED, "", ""},
232 {NULL, "deb", 0, CLOPT_TYPE_STRING, NULL, -1, "foo", 0, OPT_CLAMSCAN | OPT_DEPRECATED, "", ""},
1108 if (optentry->owner & OPT_DEPRECATED) { in optparse()
1109 if (toolmask & OPT_DEPRECATED) { in optparse()
1349 if (optentry->owner & OPT_DEPRECATED) { in optadditem()
[all …]
H A Doptparser.h37 #define OPT_DEPRECATED 1024 macro
/dports/security/clamav/clamav-0.104.2/common/
H A Doptparser.c231 … {NULL, "unzip", 0, CLOPT_TYPE_STRING, NULL, -1, "foo", 0, OPT_CLAMSCAN | OPT_DEPRECATED, "", ""},
233 {NULL, "arj", 0, CLOPT_TYPE_STRING, NULL, -1, "foo", 0, OPT_CLAMSCAN | OPT_DEPRECATED, "", ""},
235 {NULL, "lha", 0, CLOPT_TYPE_STRING, NULL, -1, "foo", 0, OPT_CLAMSCAN | OPT_DEPRECATED, "", ""},
236 {NULL, "jar", 0, CLOPT_TYPE_STRING, NULL, -1, "foo", 0, OPT_CLAMSCAN | OPT_DEPRECATED, "", ""},
237 {NULL, "tar", 0, CLOPT_TYPE_STRING, NULL, -1, "foo", 0, OPT_CLAMSCAN | OPT_DEPRECATED, "", ""},
238 {NULL, "tgz", 0, CLOPT_TYPE_STRING, NULL, -1, "foo", 0, OPT_CLAMSCAN | OPT_DEPRECATED, "", ""},
239 {NULL, "deb", 0, CLOPT_TYPE_STRING, NULL, -1, "foo", 0, OPT_CLAMSCAN | OPT_DEPRECATED, "", ""},
1117 if (optentry->owner & OPT_DEPRECATED) { in optparse()
1118 if (toolmask & OPT_DEPRECATED) { in optparse()
1358 if (optentry->owner & OPT_DEPRECATED) { in optadditem()
[all …]
H A Doptparser.h37 #define OPT_DEPRECATED 1024 macro
/dports/comms/fldigi/fldigi-4.1.20/src/flarq-src/
H A Dflarqenv.cxx149 OPT_DEBUG, OPT_DEPRECATED, OPT_HELP, OPT_VERSION, OPT_BUILD_INFO in parse_args() enumerator
213 case OPT_DEPRECATED: in parse_args()
/dports/devel/z88dk/z88dk/src/common/
H A Doption.h16 #define OPT_DEPRECATED 256 // Don't show in help macro
H A Doption.c127 } else if ( !(cur->type & OPT_DEPRECATED) ) { in option_list()
/dports/security/clamav/clamav-0.104.2/clamconf/
H A Dclamconf.c80 if (clam_options[opts->idx].owner & OPT_DEPRECATED) { in printopts()
148 … if (cpt->name && (cpt->owner & tool) && !(cpt->owner & OPT_DEPRECATED) && !(cpt->flags & 4)) { in printconf()
421 toolopts = optparse(path, 0, NULL, 1, cfgfile[i].tool | OPT_DEPRECATED, 0, NULL); in main()
/dports/security/clamav-lts/clamav-0.103.5/clamconf/
H A Dclamconf.c80 if (clam_options[opts->idx].owner & OPT_DEPRECATED) { in printopts()
148 … if (cpt->name && (cpt->owner & tool) && !(cpt->owner & OPT_DEPRECATED) && !(cpt->flags & 4)) { in printconf()
421 toolopts = optparse(path, 0, NULL, 1, cfgfile[i].tool | OPT_DEPRECATED, 0, NULL); in main()
/dports/comms/fldigi/fldigi-4.1.20/src/
H A Dmain.cxx1554 OPT_DEPRECATED, OPT_HELP, OPT_VERSION, OPT_BUILD_INFO }; in parse_args() enumerator
1852 case OPT_DEPRECATED: in parse_args()
/dports/devel/z88dk/z88dk/src/zcc/
H A Dzcc.c499 …{ 'R', NULL, OPT_BOOL|OPT_DEPRECATED, "Generate relocatable code (deprecated)" , &relocate, NULL,…