Searched refs:str_name_code (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dname_code.h28 extern const char *str_name_code(const NAME_CODE *, int);
H A Dname_code.c23 /* const char *str_name_code(table, code)
41 /* str_name_code() translates a number to its equivalent string.
83 /* str_name_code - look up name by code */
85 const char *str_name_code(const NAME_CODE *table, int code) function
H A Dinet_prefix_top.c156 msg_info("RUN %s/%d", str_name_code(af_map, tp->in_af),
162 msg_info("FAIL %s/%d", str_name_code(af_map, tp->in_af),
166 msg_info("PASS %s/%d", str_name_code(af_map, tp->in_af),
H A Dmac_expand.c530 if ((tok_name = str_name_code(mac_exp_op_table, *tp)) == 0)
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmail_addr_form.c66 return (str_name_code(addr_form_table, addr_form));
H A Ddsn_mask.c103 if ((cp = str_name_code(dsn_ret_table, code)) == 0)
H A Dhfrom_format.c92 if ((name = str_name_code(hfrom_format_table, code)) == 0)
H A Dserver_acl.c297 vstream_printf("%s: %s\n", value, str_name_code(acl_map, ret));
/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_level.c96 return (str_name_code(tls_level_table, level));
H A Dtls.h437 str_name_code(tls_cipher_grade_table, (gr))
/netbsd-current/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_tests.c340 if ((result = str_name_code(test_name_map, tindx)) == 0)
/netbsd-current/external/ibm-public/postfix/dist/src/milter/
H A Dmilter8.c599 smfic_name = str_name_code(smfic_table, event);
985 (smfic_name = str_name_code(smfic_table, event)) != 0 ?
996 (smfic_name = str_name_code(smfic_table, event)) != 0 ?
1008 (smfic_name = str_name_code(smfic_table, event)) != 0 ?
1035 (smfic_name = str_name_code(smfic_table, event)) != 0 ?
1054 (smfic_name = str_name_code(smfic_table, event)) != 0 ?
1092 (smfic_name = str_name_code(smfic_table, event)) != 0 ?
1138 (smfir_name = str_name_code(smfir_table, cmd)) != 0 ?
1592 (smfir_name = str_name_code(smfir_table, cmd)) != 0 ?
1594 (smfic_name = str_name_code(smfic_tabl
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/postmulti/
H A Dpostmulti.c521 #define EDIT_CMD_STR(code) str_name_code(edit_command_table, (code))
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c3220 known_action = str_name_code(search_actions, *action);
3232 myname, str_name_code(search_actions, *action),

Completed in 244 milliseconds