Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/pkg_install/info/
Dmain.c78 MatchType = MATCH_ALL; in main()
84 MatchType = MATCH_ALL; in main()
277 if (pkgs == start && MatchType != MATCH_ALL && !CheckPkg && in main()
Dperform.c68 case MATCH_ALL: in pkg_perform()
366 installed = matchinstalled(MATCH_ALL, NULL, &errcode); in find_pkg()
/freebsd-9-stable/usr.sbin/pkg_install/delete/
Dmain.c99 MatchType = MATCH_ALL; in main()
152 if (pkgs == start && MatchType != MATCH_ALL) in main()
Dperform.c64 case MATCH_ALL: in pkg_perform()
/freebsd-9-stable/crypto/openssl/crypto/pkcs12/
Dp12_kiss.c209 #define MATCH_ALL 0x3 macro
230 if (lkey && ((*keymatch & MATCH_ALL) != MATCH_ALL)) { in parse_bag()
/freebsd-9-stable/contrib/ntp/include/
Dntp_io.h67 MATCH_ALL, enumerator
/freebsd-9-stable/usr.sbin/pkg_install/lib/
Dmatch.c108 if (MatchType == MATCH_ALL) in matchinstalled()
184 case MATCH_ALL: in pattern_match()
250 installed = matchinstalled(MATCH_ALL, NULL, retval); in matchallbyorigin()
Dlib.h122 MATCH_ALL, MATCH_EXACT, MATCH_GLOB, MATCH_NGLOB, MATCH_EREGEX, MATCH_REGEX enumerator
/freebsd-9-stable/usr.sbin/pkg_install/version/
Dperform.c87 MatchType = MATCH_ALL; in pkg_perform()
104 case MATCH_ALL: in pkg_perform()
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_config.c2839 match_type = MATCH_ALL; in config_nic_rules()
2874 match_type = MATCH_ALL; in config_nic_rules()
Dntp_io.c1277 case MATCH_ALL: in interface_action()