Searched refs:dict_open (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_utf8_test.in14 }' | ${VALGRIND} ./dict_open internal:whatever write utf8_request
H A DMakefile.in8 dict_nisplus.c dict_open.c dict_pcre.c dict_regexp.c dict_sdbm.c \
55 dict_nisplus.o dict_open.o dict_regexp.o \
134 TESTPROG= dict_open dup2_pass_on_exec events exec_command fifo_open \
271 dict_open: $(LIB)
689 dict_test: dict_open testdb dict_test.in dict_test.ref
692 $(SHLIB_ENV) ${VALGRIND} ./dict_open hash:testdb write < dict_test.in 2>&1 | sed 's/uid=[0-9][0-9][0-9]*/uid=USER/' >dict_test.tmp
695 $(SHLIB_ENV) ${VALGRIND} ./dict_open hash:testdb write < dict_test.in 2>&1 | sed 's/uid=[0-9][0-9][0-9]*/uid=USER/' >dict_test.tmp
699 dict_pcre_test: dict_open dict_pcre.in dict_pcre.map dict_pcre.ref
700 $(SHLIB_ENV) ${VALGRIND} ./dict_open pcre:dict_pcre.map read \
706 dict_pcre_file_test: dict_open dict_pcre_fil
[all...]
H A Ddict_pipe.c171 dict = dict_open(dict_type_name, open_flags, dict_flags);
H A Ddict_test.c90 dict = dict_open(dict_name, open_flags, dict_flags);
H A Ddict_union.c184 dict = dict_open(dict_type_name, open_flags, dict_flags);
H A Ddict.h112 * See dict_open.c embedded manpage for flag definitions.
243 extern DICT *dict_open(const char *, int, int);
H A Dmatch_list.c180 dict_open(item, OPEN_FLAGS, DICT_FLAGS));
H A Ddict_open.c1 /* $NetBSD: dict_open.c,v 1.4 2023/12/23 20:30:46 christos Exp $ */
5 /* dict_open 3
11 /* DICT *dict_open(dict_spec, open_flags, dict_flags)
89 /* dict_open() takes a type:name pair that specifies a dictionary type
127 /* With databases that are not multi-writer safe, dict_open()
131 /* With databases that are multi-writer safe, dict_open()
225 /* name, but otherwise performs the same functions as dict_open().
460 /* dict_open - open dictionary */
462 DICT *dict_open(const char *dict_spec, int open_flags, int dict_flags) function
482 const char *myname = "dict_open";
[all...]
H A Ddict_cache.c53 /* dict_open(3), there are subtle differences in the interaction
66 /* dict_cache_open() is a wrapper around the dict_open()
129 /* These are passed unchanged to dict_open(). The cache must
633 dict = dict_open(dbname, open_flags, dict_flags);
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_sasl_auth_cache.c145 auth_cache->dict = dict_open(map, O_CREAT | O_RDWR, CACHE_DICT_OPEN_FLAGS);
H A Dsmtp.c1605 dict_open(var_smtp_resp_filter, O_RDONLY,
/netbsd-current/external/ibm-public/postfix/dist/src/proxymap/
H A Dproxymap.c372 dict = dict_open(map_type_name, proxy_writer ?
376 msg_panic("proxy_map_find: dict_open null result");
685 return (dict_open(map, open_flags, dict_flags));
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dserver_acl.c147 dict_register(acl, dict_open(acl, O_RDONLY, DICT_FLAG_LOCK
H A Dmaps.c38 /* See dict_open(3) for a description of flags.
64 /* With maps_create(), flags that are passed to dict_open().
163 dict = dict_open(map_type_name, OPEN_FLAGS, dict_flags);
H A Ddict_proxy.c435 return (dict_open(map, open_flags, dict_flags));
H A Ddict_memcache.c27 /* See dict_open(3).
578 dict_mc->backup = dict_open(backup, open_flags, dict_flags);
/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_scache.c490 dict = dict_open(dbname, O_RDWR | O_CREAT | O_TRUNC, DICT_FLAGS);
/netbsd-current/external/ibm-public/postfix/lib/util/
H A DMakefile61 dict_open.c \
/netbsd-current/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen.c934 psc_dnsbl_reply = dict_open(var_psc_dnsbl_reply, O_RDONLY,
H A Dpostscreen_smtpd.c1333 psc_cmd_filter = dict_open(var_psc_cmd_filter, O_RDONLY,
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c6262 smtpd_cmd_filter = dict_open(var_smtpd_cmd_filter, O_RDONLY,

Completed in 164 milliseconds