Searched defs:dict_name (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | dict.c | 296 #define DICT_FIND_FOR_LOOKUP(dict, dict_name) do { \ argument 306 #define DICT_FIND_FOR_UPDATE(dict, dict_name) do { \ argument 319 void dict_register(const char *dict_name, DICT *dict_info) in dict_register() 340 DICT *dict_handle(const char *dict_name) in dict_handle() 361 void dict_unregister(const char *dict_name) in dict_unregister() 376 int dict_update(const char *dict_name, const char *member, const char *value) in dict_update() 389 const char *dict_lookup(const char *dict_name, const char *member) in dict_lookup() 411 int dict_delete(const char *dict_name, const char *member) in dict_delete() 424 int dict_sequence(const char *dict_name, const int func, in dict_sequence() 438 int dict_error(const char *dict_name) in dict_error() [all …]
|
H A D | dict_open.c | 465 char *dict_name; in dict_open() local 479 DICT *dict_open3(const char *dict_type, const char *dict_name, in dict_open3()
|
H A D | dict_test.c | 43 char *dict_name; in dict_test() local
|
H A D | dict_alloc.c | 142 DICT *dict_alloc(const char *dict_type, const char *dict_name, ssize_t size) in dict_alloc()
|
H A D | dict_surrogate.c | 136 DICT *dict_surrogate(const char *dict_type, const char *dict_name, in dict_surrogate()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
H A D | postconf_user.c | 216 static const char *pcf_lookup_eval(const char *dict_name, const char *name) in pcf_lookup_eval() 229 static void pcf_scan_user_parameter_namespace(const char *dict_name, in pcf_scan_user_parameter_namespace() 322 const char *dict_name, in pcf_scan_default_parameter_values()
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | dynamicmaps.c | 114 char *dict_name; /* dict_xx_open() function name */ member
|
/netbsd-src/external/gpl2/groff/dist/src/devices/grops/ |
H A D | ps.cpp | 71 const char *const dict_name = "grops"; variable
|