Home
last modified time | relevance | path

Searched refs:exclude_group (Results 1 – 14 of 14) sorted by relevance

/dports/security/ncrack/ncrack-0.7/
H A Dtargets.cc166 TargetGroup *exclude_group) { in hostInExclude() argument
176 if ((TargetGroup *)0 == exclude_group) in hostInExclude()
185 targets_type = exclude_group[i].get_targets_type(); in hostInExclude()
199 exclude_group[i].rewind(); in hostInExclude()
211 exclude_group[i].rewind(); in hostInExclude()
231 exclude_group[i++].rewind(); in hostInExclude()
358 int dumpExclude(TargetGroup *exclude_group) { in dumpExclude() argument
374 exclude_group[i].get_next_host(&ss, &slen); in dumpExclude()
375 mask = exclude_group[i].get_mask(); in dumpExclude()
391 exclude_group[i++].rewind(); in dumpExclude()
[all …]
H A Dtargets.h164 Target *nexthost(const char *expr, TargetGroup *exclude_group);
170 int dumpExclude(TargetGroup*exclude_group);
H A Dncrack.cc897 TargetGroup *exclude_group = NULL; in ncrack_main() local
1263 exclude_group = load_exclude(excludefd, exclude_spec); in ncrack_main()
1266 dumpExclude(exclude_group); in ncrack_main()
1390 while ((currenths = nexthost(spec.host_expr, exclude_group))) { in ncrack_main()
/dports/security/nmap/nmap-7.91/
H A Dtargets.h109 Target *nexthost(HostGroupState *hs,const struct addrset *exclude_group,
111 int load_exclude_file(struct addrset *exclude_group, FILE *fp);
112 int load_exclude_string(struct addrset *exclude_group, const char *s);
114 int dumpExclude(struct addrset *exclude_group);
H A Dtargets.cc141 const struct addrset *exclude_group) { in hostInExclude() argument
142 if (exclude_group == NULL) in hostInExclude()
148 if (addrset_contains(exclude_group,checksock)) in hostInExclude()
194 int dumpExclude(struct addrset *exclude_group) { in dumpExclude() argument
195 addrset_print(stdout, exclude_group); in dumpExclude()
426 static Target *next_target(HostGroupState *hs, const struct addrset *exclude_group, in next_target() argument
469 if (hostInExclude((struct sockaddr *) &ss, sslen, exclude_group)) in next_target()
479 static void refresh_hostbatch(HostGroupState *hs, const struct addrset *exclude_group, in refresh_hostbatch() argument
490 t = next_target(hs, exclude_group, ports, pingtype); in refresh_hostbatch()
573 Target *nexthost(HostGroupState *hs, const struct addrset *exclude_group, in nexthost() argument
[all …]
H A Dnmap.cc1775 struct addrset *exclude_group; in nmap_main() local
1996 exclude_group = addrset_new(); in nmap_main()
2000 load_exclude_file(exclude_group, o.excludefd); in nmap_main()
2004 load_exclude_string(exclude_group, o.exclude_spec); in nmap_main()
2008 dumpExclude(exclude_group); in nmap_main()
2041 currenths = nexthost(&hstate, exclude_group, &ports, o.pingtype); in nmap_main()
2288 addrset_free(exclude_group); in nmap_main()
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/network/v2/
H A Dnetwork_meter_rule.py81 exclude_group = parser.add_mutually_exclusive_group()
82 exclude_group.add_argument(
87 exclude_group.add_argument(
/dports/sysutils/password-store/password-store-1.7.4/contrib/importers/
H A Dkeepass2csv2pass.py117 for exclude_group in exclude_groups:
118 if exclude_group.lower() in group.lower():
/dports/devel/py-oslo.config/oslo.config-8.7.1/oslo_config/
H A Dvalidator.py119 if group in conf.exclude_group:
203 if section in conf.exclude_group:
/dports/devel/py-oslo.config/oslo.config-8.7.1/oslo_config/tests/
H A Dtest_validator.py142 exclude_group=['oo'])
/dports/science/lammps/lammps-stable_29Sep2021/src/REACTION/
H A Dfix_bond_react.h115 char *exclude_group; // group for system-wide thermostat variable
H A Dfix_bond_react.cpp190 exclude_group = utils::strdup(arg[iarg+2]); in FixBondReact()
680 group->assign(std::string(exclude_group) + " delete"); in ~FixBondReact()
681 delete [] exclude_group; in ~FixBondReact()
717 int groupid = group->find(exclude_group); in post_constructor()
731 exclude_PARENT_group = utils::strdup(exclude_group); in post_constructor()
732 delete [] exclude_group; in post_constructor()
733 exclude_group = utils::strdup(std::string(exclude_PARENT_group)+"_REACT"); in post_constructor()
735 group->find_or_create(exclude_group); in post_constructor()
737 cmd = fmt::format("{} dynamic all property statted_tags",exclude_group); in post_constructor()
739 cmd = fmt::format("{} dynamic {} property statted_tags",exclude_group,exclude_PARENT_group); in post_constructor()
[all …]
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/
H A Darchiver.py2820 exclude_group = subparser.add_argument_group('Exclusion options')
2821 define_exclude_and_patterns(exclude_group.add_argument, **kwargs)
2822 return exclude_group
3496 exclude_group = define_exclusion_group(subparser, tag_files=True)
3497 exclude_group.add_argument('--exclude-nodump', dest='exclude_nodump', action='store_true',
/dports/cad/opencascade/opencascade-7.6.0/src/DrawResources/
H A DTestCommands.tcl289 lappend exclude_group $argt
427 foreach exclude_group_element ${exclude_group} {