Searched refs:dict_file_get_error (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_file.c23 /* char *dict_file_get_error(
49 /* dict_file_get_error() should be called only after error;
64 /* an error description can be retrieved with dict_file_get_error().
188 /* dict_file_get_error - return error text */
190 char *dict_file_get_error(DICT *dict) function
193 msg_panic("dict_file_get_error: no buffer");
226 err = dict_file_get_error(dict);
H A Ddict_static.c137 err = dict_file_get_error(&dict_static->dict);
H A Ddict_inline.c127 err = free_me = dict_file_get_error(dict);
H A Ddict_random.c103 err = dict_file_get_error(dict);
H A Ddict_thash.c194 err = dict_file_get_error(dict);
H A Ddict.h322 extern char *dict_file_get_error(DICT *);
H A Ddict_cidr.c225 err = dict_file_get_error(dict);
H A Ddict_regexp.c617 err = dict_file_get_error(dict);
H A Ddict_pcre.c816 err = dict_file_get_error(dict);
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmaps.c273 err = dict_file_get_error(dict);
/netbsd-current/external/ibm-public/postfix/dist/src/postmap/
H A Dpostmap.c558 err = dict_file_get_error(mkmap->dict);
924 err = dict_file_get_error(dict);

Completed in 117 milliseconds