HomeSort by: relevance | last modified time | path
    Searched refs:dict_load_file_xt (Results 1 - 5 of 5) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
mail_conf.c 224 if (dict_load_file_xt(CONFIG_DICT, path) == 0)
cfg_parser.c 240 if (dict_load_file_xt(parser->name, parser->name) == 0) {
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_main.c 116 if (dict_load_file_xt(CONFIG_DICT, path) == 0)
  /src/external/ibm-public/postfix/dist/src/util/
dict.h 207 extern int dict_load_file_xt(const char *, const char *);
dict.c 61 /* int dict_load_file_xt(dict_name, path)
169 /* dict_load_file_xt() reads name-value entries from the named file.
176 /* It has the same semantics as the dict_load_file_xt() function.
486 /* dict_load_file_xt - read entries from text file */
488 int dict_load_file_xt(const char *dict_name, const char *path) function

Completed in 20 milliseconds