Searched refs:dict_file_to_buf (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_file.c5 /* dict_file_to_buf 3
11 /* VSTRING *dict_file_to_buf(
32 /* dict_file_to_buf() reads the content of the specified files,
38 /* dict_file_to_b64() invokes dict_file_to_buf() and converts
100 /* dict_file_to_buf - read files into a buffer */
102 VSTRING *dict_file_to_buf(DICT *dict, const char *pathnames) function
109 /* dict_file_to_buf() postcondition: dict->file_buf exists. */
155 if (dict_file_to_buf(dict, pathnames) == 0)
H A Ddict.h100 struct VSTRING *file_buf; /* dict_file_to_buf() */
319 extern struct VSTRING *dict_file_to_buf(DICT *, const char *);

Completed in 91 milliseconds