Home
last modified time | relevance | path

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

/dports/net-mgmt/xymon-server/xymon-4.3.30/lib/
H A Dcolor.c124 int colorset(char *colspec, int excludeset) in colorset() argument
141 ac = (ac & ~excludeset); in colorset()
H A Dcolor.h29 extern int colorset(char *colspec, int excludeset);
/dports/net-mgmt/xymon-client/xymon-4.3.30/lib/
H A Dcolor.c124 int colorset(char *colspec, int excludeset) in colorset() argument
141 ac = (ac & ~excludeset); in colorset()
H A Dcolor.h29 extern int colorset(char *colspec, int excludeset);
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/nodelist/
H A Drouterset.c380 const routerset_t *excludeset, int running_only) in routerset_get_all_nodes() argument
393 if (!routerset_contains_node(excludeset, node)) in routerset_get_all_nodes()
405 !routerset_contains_node(excludeset, node)) in routerset_get_all_nodes()
H A Drouterset.h35 const routerset_t *excludeset,
/dports/security/tor/tor-0.4.6.8/src/feature/nodelist/
H A Drouterset.c380 const routerset_t *excludeset, int running_only) in routerset_get_all_nodes() argument
393 if (!routerset_contains_node(excludeset, node)) in routerset_get_all_nodes()
405 !routerset_contains_node(excludeset, node)) in routerset_get_all_nodes()
H A Drouterset.h35 const routerset_t *excludeset,
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DBranch.hs185 let unignoredrefs = excludeset ignoredrefs pairs
190 filterM isnewer (excludeset mergedrefs unignoredrefs)
224 excludeset s = filter (\(r, _) -> S.notMember r s) function
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/core/or/
H A Dconnection_edge.c2140 routerset_t *excludeset = options->StrictNodes ? in connection_ap_handshake_rewrite_and_attach() local
2223 if (routerset_contains_node(excludeset, node)) { in connection_ap_handshake_rewrite_and_attach()
/dports/security/tor/tor-0.4.6.8/src/core/or/
H A Dconnection_edge.c2149 routerset_t *excludeset = options->StrictNodes ? in connection_ap_handshake_rewrite_and_attach() local
2232 if (routerset_contains_node(excludeset, node)) { in connection_ap_handshake_rewrite_and_attach()