Home
last modified time | relevance | path

Searched refs:dict_type (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_open.c479 DICT *dict_open3(const char *dict_type, const char *dict_name, in dict_open3() argument
486 if (*dict_type == 0 || *dict_name == 0) in dict_open3()
488 dict_type, dict_name); in dict_open3()
491 if ((dp = dict_open_lookup(dict_type)) == 0) in dict_open3()
492 return (dict_surrogate(dict_type, dict_name, open_flags, dict_flags, in dict_open3()
493 "unsupported dictionary type: %s", dict_type)); in dict_open3()
495 return (dict_surrogate(dict_type, dict_name, open_flags, dict_flags, in dict_open3()
496 "cannot open %s:%s: %m", dict_type, dict_name)); in dict_open3()
498 msg_info("%s: %s:%s", myname, dict_type, dict_name); in dict_open3()
503 myname, dict_type, dict_name); in dict_open3()
[all …]
H A Ddict_alloc.c142 DICT *dict_alloc(const char *dict_type, const char *dict_name, ssize_t size) in dict_alloc() argument
146 dict->type = mystrdup(dict_type); in dict_alloc()
H A Ddict_surrogate.c136 DICT *dict_surrogate(const char *dict_type, const char *dict_name, in dict_surrogate() argument
166 dp = (DICT_SURROGATE *) dict_alloc(dict_type, dict_name, sizeof(*dp)); in dict_surrogate()
H A Ddict_stream.c114 VSTREAM *dict_stream_open(const char *dict_type, const char *mapname, in dict_stream_open() argument
136 RETURN_0_WITH_REASON("%s map: %s", dict_type, err); in dict_stream_open()
H A Ddict.h329 extern VSTREAM *dict_stream_open(const char *dict_type, const char *mapname,
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddynamicmaps.c128 static const DICT_OPEN_INFO *dymap_dict_lookup(const char *dict_type) in dymap_dict_lookup() argument
138 msg_info("%s: %s", myname, dict_type); in dymap_dict_lookup()
144 && (op = saved_dict_open_hook(dict_type)) != 0) in dymap_dict_lookup()
152 if ((dp = (DYMAP_INFO *) htable_find(dymap_info, dict_type)) == 0) { in dymap_dict_lookup()
155 dict_type, dict_type); in dymap_dict_lookup()
160 dict_type, dp->soname); in dymap_dict_lookup()
166 dict_type, dp->soname); in dymap_dict_lookup()
174 np->type = mystrdup(dict_type); in dymap_dict_lookup()
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dchew.c125 } dict_type; typedef
141 dict_type *root;
358 exec (dict_type *word) in exec()
369 dict_type *e = pc[1].e; in call()
1213 dict_type *
1216 dict_type *ptr = root; in lookup_word()
1231 dict_type *ptr = root; in free_words()
1235 dict_type *next; in free_words()
1272 dict_type *word; in perform()
1295 dict_type *
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dchew.c119 } dict_type; typedef
135 dict_type *root;
335 exec (dict_type *word) in exec()
346 dict_type *e = pc[1].e; in call()
1184 dict_type *
1187 dict_type *ptr = root; in lookup_word()
1202 dict_type *ptr = root; in free_words()
1206 dict_type *next; in free_words()
1238 dict_type *word; in perform()
1261 dict_type *
[all …]
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git121485 (dict_type, pc): Use it here. Adjust uses of pc.
121522 (dict_type): Delete var field.