Searched refs:str_name_code (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | inet_prefix_top.c | 156 msg_info("RUN %s/%d", str_name_code(af_map, tp->in_af), in main() 162 msg_info("FAIL %s/%d", str_name_code(af_map, tp->in_af), in main() 166 msg_info("PASS %s/%d", str_name_code(af_map, tp->in_af), in main()
|
H A D | name_code.h | 28 extern const char *str_name_code(const NAME_CODE *, int);
|
H A D | name_code.c | 85 const char *str_name_code(const NAME_CODE *table, int code) in str_name_code() function
|
H A D | mac_expand.c | 530 if ((tok_name = str_name_code(mac_exp_op_table, *tp)) == 0) in mac_expand_add_relop()
|
/netbsd-src/external/ibm-public/postfix/dist/src/milter/ |
H A D | milter8.c | 599 smfic_name = str_name_code(smfic_table, event); in milter8_read_resp() 985 (smfic_name = str_name_code(smfic_table, event)) != 0 ? in milter8_event() 996 (smfic_name = str_name_code(smfic_table, event)) != 0 ? in milter8_event() 1008 (smfic_name = str_name_code(smfic_table, event)) != 0 ? in milter8_event() 1035 (smfic_name = str_name_code(smfic_table, event)) != 0 ? in milter8_event() 1054 (smfic_name = str_name_code(smfic_table, event)) != 0 ? in milter8_event() 1092 (smfic_name = str_name_code(smfic_table, event)) != 0 ? in milter8_event() 1138 (smfir_name = str_name_code(smfir_table, cmd)) != 0 ? in milter8_event() 1592 (smfir_name = str_name_code(smfir_table, cmd)) != 0 ? in milter8_event() 1594 (smfic_name = str_name_code(smfic_table, event)) != 0 ? in milter8_event() [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | mail_addr_form.c | 66 return (str_name_code(addr_form_table, addr_form)); in mail_addr_form_to_string()
|
H A D | dsn_mask.c | 103 if ((cp = str_name_code(dsn_ret_table, code)) == 0) in dsn_ret_str()
|
H A D | hfrom_format.c | 92 if ((name = str_name_code(hfrom_format_table, code)) == 0) in str_hfrom_format_code()
|
H A D | server_acl.c | 297 vstream_printf("%s: %s\n", value, str_name_code(acl_map, ret)); in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_level.c | 96 return (str_name_code(tls_level_table, level)); in str_tls_level()
|
H A D | tls.h | 437 str_name_code(tls_cipher_grade_table, (gr))
|
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/ |
H A D | postscreen_tests.c | 340 if ((result = str_name_code(test_name_map, tindx)) == 0) in psc_test_name()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postmulti/ |
H A D | postmulti.c | 521 #define EDIT_CMD_STR(code) str_name_code(edit_command_table, (code))
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | smtpd_check.c | 3220 known_action = str_name_code(search_actions, *action); in check_ccert_access() 3232 myname, str_name_code(search_actions, *action), in check_ccert_access()
|