Home
last modified time | relevance | path

Searched refs:dict_flags_str (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_test.c150 dict_flags_str(dict->flags)); in dict_test()
153 dict_flags_str(DICT_FLAG_IMPL_MASK)); in dict_test()
155 dict_flags_str(DICT_FLAG_PARANOID)); in dict_test()
157 dict_flags_str(DICT_FLAG_RQST_MASK)); in dict_test()
159 dict_flags_str(DICT_FLAG_INST_MASK)); in dict_test()
H A Dmatch_list.c176 item, OPEN_FLAGS, dict_flags_str(DICT_FLAGS)); in match_list_parse()
H A Ddict.h258 extern const char *dict_flags_str(int);
H A Ddict.c656 const char *dict_flags_str(int dict_flags) in dict_flags_str() function
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_proxy.c155 myname, dict->name, dict_flags_str(request_flags), in dict_proxy_sequence()
234 dict_flags_str(request_flags), key, in dict_proxy_lookup()
304 myname, dict->name, dict_flags_str(request_flags), in dict_proxy_update()
374 myname, dict->name, dict_flags_str(request_flags), in dict_proxy_delete()
514 dict_flags_str(server_flags)); in dict_proxy_open()
H A Dmaps.c161 dict_flags_str(dict_flags)); in maps_create()
/netbsd-src/external/ibm-public/postfix/dist/src/proxymap/
H A Dproxymap.c368 dict_flags_str(request_flags & DICT_FLAG_INST_MASK)); in proxy_map_find()