Searched refs:dict_name (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict.c9 /* void dict_register(dict_name, dict_info)
10 /* const char *dict_name;
13 /* DICT *dict_handle(dict_name)
14 /* const char *dict_name;
16 /* void dict_unregister(dict_name)
17 /* const char *dict_name;
19 /* int dict_update(dict_name, member, value)
20 /* const char *dict_name;
24 /* const char *dict_lookup(dict_name, member)
25 /* const char *dict_name;
268 dict_register(const char *dict_name, DICT *dict_info) argument
289 dict_handle(const char *dict_name) argument
310 dict_unregister(const char *dict_name) argument
325 dict_update(const char *dict_name, const char *member, const char *value) argument
338 dict_lookup(const char *dict_name, const char *member) argument
360 dict_delete(const char *dict_name, const char *member) argument
373 dict_sequence(const char *dict_name, const int func, const char **member, const char **value) argument
387 dict_error(const char *dict_name) argument
397 dict_load_file_xt(const char *dict_name, const char *path) argument
428 dict_load_fp(const char *dict_name, VSTREAM *fp) argument
474 dict_eval_lookup(const char *key, int unused_type, char *dict_name) argument
492 dict_eval(const char *dict_name, const char *value, int recursive) argument
[all...]
H A Ddict_open.c14 /* DICT *dict_open3(dict_type, dict_name, open_flags, dict_flags)
16 /* const char *dict_name;
358 char *dict_name; local
361 if ((dict_name = split_at(saved_dict_spec, ':')) == 0)
365 dict = dict_open3(saved_dict_spec, dict_name, open_flags, dict_flags);
373 DICT *dict_open3(const char *dict_type, const char *dict_name, argument
380 if (*dict_type == 0 || *dict_name == 0)
382 dict_type, dict_name);
386 return (dict_surrogate(dict_type, dict_name, open_flags, dict_flags,
388 if ((dict = dp->open(dict_name, open_flag
[all...]
H A Ddict_test.c35 char *dict_name; local
78 dict_name = argv[optind];
80 dict = dict_open(dict_name, open_flags, dict_flags);
81 dict_register(dict_name, dict);
H A Ddict_alloc.c9 /* DICT *dict_alloc(dict_type, dict_name, size)
11 /* const char *dict_name;
50 /* .IP dict_name
135 DICT *dict_alloc(const char *dict_type, const char *dict_name, ssize_t size) argument
140 dict->name = mystrdup(dict_name);
H A Ddict_surrogate.c9 /* DICT *dict_surrogate(dict_type, dict_name,
13 /* const char *dict_name;
32 /* .IP dict_name
134 DICT *dict_surrogate(const char *dict_type, const char *dict_name, argument
164 dp = (DICT_SURROGATE *) dict_alloc(dict_type, dict_name, sizeof(*dp));
/macosx-10.10.1/postfix-255/postfix/src/postconf/
H A Dpostconf_user.c204 static const char *pcf_lookup_eval(const char *dict_name, const char *name) argument
210 if ((value = dict_lookup(dict_name, name)) != 0)
211 value = dict_eval(dict_name, value, RECURSIVE);
217 static void pcf_scan_user_parameter_namespace(const char *dict_name, argument
238 if ((class_list = pcf_lookup_eval(dict_name, VAR_REST_CLASSES)) != 0) {
259 if ((dict = dict_handle(dict_name)) == 0)
261 myname, dict_name);
264 myname, dict_name);
302 const char *dict_name,
316 if (dict_lookup(dict_name, PCF_PARAM_INFO_NAM
301 pcf_scan_default_parameter_values(HTABLE *valid_params, const char *dict_name, PCF_MASTER_ENT *local_scope) argument
[all...]
/macosx-10.10.1/groff-38/groff/src/devices/grops/
H A Dps.cpp69 const char *const dict_name = "grops"; variable
1458 out.put_symbol(dict_name)

Completed in 206 milliseconds