/netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
H A D | postconf_builtin.c | 107 static const CONFIG_INT_TABLE pcf_int_table[] = { 187 static CONFIG_INT_TABLE pcf_adhoc_pid = {VAR_PID}; 319 CONFIG_INT_TABLE *cit = (CONFIG_INT_TABLE *) ptr; in pcf_conv_int_parameter() 385 const CONFIG_INT_TABLE *cit; in pcf_register_builtin_parameters()
|
H A D | extract.awk | 23 /^(static| )*(const +)?CONFIG_INT_TABLE .*\{/,/\};/ {
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | test_main.h | 31 #define CA_TEST_MAIN_INT_TABLE(v) TEST_MAIN_INT_TABLE, CHECK_CPTR(TEST_MAIN, CONFIG_INT_TABLE, … 40 CHECK_CPTR_HELPER_DCL(TEST_MAIN, CONFIG_INT_TABLE);
|
H A D | mail_conf.h | 124 } CONFIG_INT_TABLE; typedef 163 extern void get_mail_conf_int_table(const CONFIG_INT_TABLE *);
|
H A D | test_main.c | 184 get_mail_conf_int_table(va_arg(ap, CONFIG_INT_TABLE *)); in test_main()
|
H A D | mail_conf_int.c | 207 void get_mail_conf_int_table(const CONFIG_INT_TABLE *table) in get_mail_conf_int_table()
|
H A D | mail_params.c | 817 static const CONFIG_INT_TABLE other_int_defaults[] = { in mail_params_init()
|
/netbsd-src/external/ibm-public/postfix/dist/src/master/ |
H A D | mail_server.h | 62 #define CA_MAIL_SERVER_INT_TABLE(v) MAIL_SERVER_INT_TABLE, CHECK_CPTR(MAIL_SERVER, CONFIG_INT_TABLE… 102 CHECK_CPTR_HELPER_DCL(MAIL_SERVER, CONFIG_INT_TABLE);
|
H A D | dgram_server.c | 484 get_mail_conf_int_table(va_arg(ap, CONFIG_INT_TABLE *)); in dgram_server_main()
|
H A D | trigger_server.c | 594 get_mail_conf_int_table(va_arg(ap, CONFIG_INT_TABLE *)); in trigger_server_main()
|
H A D | single_server.c | 611 get_mail_conf_int_table(va_arg(ap, CONFIG_INT_TABLE *)); in single_server_main()
|
H A D | multi_server.c | 718 get_mail_conf_int_table(va_arg(ap, CONFIG_INT_TABLE *)); in multi_server_main()
|
H A D | event_server.c | 740 get_mail_conf_int_table(va_arg(ap, CONFIG_INT_TABLE *)); in event_server_main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/ |
H A D | bounce_notify_util_tester.c | 138 static const CONFIG_INT_TABLE int_table[] = { in main()
|
H A D | bounce.c | 675 static const CONFIG_INT_TABLE int_table[] = { in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/virtual/ |
H A D | virtual.c | 535 static const CONFIG_INT_TABLE int_table[] = { in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/ |
H A D | qmgr.c | 696 static const CONFIG_INT_TABLE int_table[] = { in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
H A D | cleanup.h | 221 extern const CONFIG_INT_TABLE cleanup_int_table[];
|
H A D | cleanup_init.c | 183 const CONFIG_INT_TABLE cleanup_int_table[] = {
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
H A D | smtp_params.c | 98 static const CONFIG_INT_TABLE smtp_int_table[] = {
|
H A D | lmtp_params.c | 97 static const CONFIG_INT_TABLE lmtp_int_table[] = {
|
/netbsd-src/external/ibm-public/postfix/dist/src/showq/ |
H A D | showq.c | 424 static const CONFIG_INT_TABLE int_table[] = { in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/ |
H A D | qmgr.c | 780 static const CONFIG_INT_TABLE int_table[] = { in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/local/ |
H A D | local.c | 922 static const CONFIG_INT_TABLE int_table[] = { in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/ |
H A D | postscreen.c | 1181 static const CONFIG_INT_TABLE int_table[] = { in main()
|