Searched refs:PARTIAL (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/global/
H A Dmail_addr_find.c122 #define PARTIAL DICT_FLAG_FIXED macro
125 && bare_key != 0 && (result = maps_find(path, bare_key, PARTIAL)) != 0
140 result = maps_find(path, full_key, PARTIAL);
145 if ((result = maps_find(path, bare_key, PARTIAL)) != 0 && extp != 0) {
158 result = maps_find(path, ratsign, PARTIAL);
/macosx-10.10/ncurses-44/ncurses/form/
H A Dfty_enum.c128 #define PARTIAL 1 macro
141 | PARTIAL - buffer matches partially
183 return ((s[-1] != '\0') ? PARTIAL : EXACT);
/macosx-10.10/postfix-255/postfix/src/trivial-rewrite/
H A Dtransport.c229 #define PARTIAL DICT_FLAG_FIXED macro
285 * look up the stripped address with the PARTIAL flag to avoid matching
290 found = find_transport_entry(tp, stripped_addr, rcpt_domain, PARTIAL,
317 if (find_transport_entry(tp, name, rcpt_domain, PARTIAL, channel, nexthop))
/macosx-10.10/vim-55/runtime/syntax/
H A Dlynx.vim55 \ PARTIAL PARTIAL_THRES PERSISTENT_COOKIES PERSONAL_EXTENSION_MAP PERSONAL_MAILCAP
H A Dishd.vim240 syn keyword ishdConstant PARTIAL PATH PATH_EXISTS PAUSE PERSONAL PROFSTRING
/macosx-10.10/postfix-255/postfix/src/smtpd/
H A Dsmtpd_check.c2435 #define PARTIAL DICT_FLAG_FIXED macro
2521 flags = PARTIAL;
2577 flags = PARTIAL;
2921 if ((status = check_access(state, table, bare_addr, PARTIAL,
2931 if ((status = check_domain_access(state, table, domain, PARTIAL,
2944 status = check_access(state, table, local_at, PARTIAL, found,
2959 status = check_access(state, table, local_at, PARTIAL, found,
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/t/
H A Ddb-btree.t1263 PARTIAL MATCH
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm1329 PARTIAL MATCH

Completed in 202 milliseconds