Searched refs:dict_type (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | dict_open.c | 479 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 D | dict_alloc.c | 142 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 D | dict_surrogate.c | 136 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 D | dict_stream.c | 114 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 D | dict.h | 329 extern VSTREAM *dict_stream_open(const char *dict_type, const char *mapname,
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | dynamicmaps.c | 128 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 D | chew.c | 125 } 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 D | chew.c | 119 } 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 D | ChangeLog.git | 121485 (dict_type, pc): Use it here. Adjust uses of pc. 121522 (dict_type): Delete var field.
|