| /netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
| H A D | tls_proxy_client_scan.c | 151 VSTRING *cnf_file = vstring_alloc(25); in tls_proxy_client_param_scan() 152 VSTRING *cnf_name = vstring_alloc(25); in tls_proxy_client_param_scan() 153 VSTRING *tls_high_clist = vstring_alloc(25); in tls_proxy_client_param_scan() 154 VSTRING *tls_medium_clist = vstring_alloc(25); in tls_proxy_client_param_scan() 155 VSTRING *tls_null_clist = vstring_alloc(25); in tls_proxy_client_param_scan() 156 VSTRING *tls_eecdh_auto = vstring_alloc(25); in tls_proxy_client_param_scan() 157 VSTRING *tls_eecdh_strong = vstring_alloc(25); in tls_proxy_client_param_scan() 158 VSTRING *tls_eecdh_ultra = vstring_alloc(25); in tls_proxy_client_param_scan() 159 VSTRING *tls_ffdhe_auto = vstring_alloc(25); in tls_proxy_client_param_scan() 160 VSTRING *tls_bug_tweaks = vstring_alloc(25); in tls_proxy_client_param_scan() [all …]
|
| H A D | tls_proxy_server_scan.c | 94 VSTRING *log_param = vstring_alloc(25); in tls_proxy_server_init_scan() 95 VSTRING *log_level = vstring_alloc(25); in tls_proxy_server_init_scan() 96 VSTRING *cache_type = vstring_alloc(25); in tls_proxy_server_init_scan() 97 VSTRING *chain_files = vstring_alloc(25); in tls_proxy_server_init_scan() 98 VSTRING *cert_file = vstring_alloc(25); in tls_proxy_server_init_scan() 99 VSTRING *key_file = vstring_alloc(25); in tls_proxy_server_init_scan() 100 VSTRING *dcert_file = vstring_alloc(25); in tls_proxy_server_init_scan() 101 VSTRING *dkey_file = vstring_alloc(25); in tls_proxy_server_init_scan() 102 VSTRING *eccert_file = vstring_alloc(25); in tls_proxy_server_init_scan() 103 VSTRING *eckey_file = vstring_alloc(25); in tls_proxy_server_init_scan() [all …]
|
| H A D | tls_proxy_context_scan.c | 77 VSTRING *peer_CN = vstring_alloc(25); in tls_proxy_context_scan() 78 VSTRING *issuer_CN = vstring_alloc(25); in tls_proxy_context_scan() 79 VSTRING *peer_cert_fprint = vstring_alloc(60); /* 60 for SHA-1 */ in tls_proxy_context_scan() 80 VSTRING *peer_pkey_fprint = vstring_alloc(60); /* 60 for SHA-1 */ in tls_proxy_context_scan() 81 VSTRING *protocol = vstring_alloc(25); in tls_proxy_context_scan() 82 VSTRING *cipher_name = vstring_alloc(25); in tls_proxy_context_scan() 83 VSTRING *kex_name = vstring_alloc(25); in tls_proxy_context_scan() 84 VSTRING *kex_curve = vstring_alloc(25); in tls_proxy_context_scan() 85 VSTRING *clnt_sig_name = vstring_alloc(25); in tls_proxy_context_scan() 86 VSTRING *clnt_sig_curve = vstring_alloc(25); in tls_proxy_context_scan() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
| H A D | smtp_state.c | 73 state->iterator->request_nexthop = vstring_alloc(100); in smtp_state_alloc() 74 state->iterator->dest = vstring_alloc(100); in smtp_state_alloc() 75 state->iterator->host = vstring_alloc(100); in smtp_state_alloc() 76 state->iterator->addr = vstring_alloc(100); in smtp_state_alloc() 77 state->iterator->saved_dest = vstring_alloc(100); in smtp_state_alloc() 79 state->dest_label = vstring_alloc(10); in smtp_state_alloc() 80 state->dest_prop = vstring_alloc(10); in smtp_state_alloc() 81 state->endp_label = vstring_alloc(10); in smtp_state_alloc() 82 state->endp_prop = vstring_alloc(10); in smtp_state_alloc()
|
| H A D | smtp_map11.c | 113 VSTRING *int_buf = vstring_alloc(100); in smtp_map11_tree() 114 VSTRING *ext_buf = vstring_alloc(100); in smtp_map11_tree() 131 VSTRING *temp = vstring_alloc(100); in smtp_map11_external() 172 VSTRING *read_buf = vstring_alloc(100); in main() 178 VSTRING *addr_buf = vstring_alloc(100); in main()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | deliver_request.c | 227 queue_name = vstring_alloc(10); in deliver_request_get() 228 queue_id = vstring_alloc(10); in deliver_request_get() 229 nexthop = vstring_alloc(10); in deliver_request_get() 230 encoding = vstring_alloc(10); in deliver_request_get() 231 address = vstring_alloc(10); in deliver_request_get() 232 client_name = vstring_alloc(10); in deliver_request_get() 233 client_addr = vstring_alloc(10); in deliver_request_get() 234 client_port = vstring_alloc(10); in deliver_request_get() 235 client_proto = vstring_alloc(10); in deliver_request_get() 236 client_helo = vstring_alloc(10); in deliver_request_get() [all …]
|
| H A D | mail_queue.c | 171 private_buf = vstring_alloc(100); in mail_queue_dir() 175 hash_buf = vstring_alloc(100); in mail_queue_dir() 192 usec_buf = vstring_alloc(20); in mail_queue_dir() 216 private_buf = vstring_alloc(100); in mail_queue_path() 252 VSTRING *old_buf = vstring_alloc(100); in mail_queue_rename() 253 VSTRING *new_buf = vstring_alloc(100); in mail_queue_rename() 342 sec_buf = vstring_alloc(10); in mail_queue_enter() 343 usec_buf = vstring_alloc(10); in mail_queue_enter() 344 id_buf = vstring_alloc(10); in mail_queue_enter() 345 path_buf = vstring_alloc(10); in mail_queue_enter() [all …]
|
| H A D | rewrite_clnt.c | 108 last_rule = vstring_alloc(10); in rewrite_clnt() 109 last_addr = vstring_alloc(100); in rewrite_clnt() 110 last_result = vstring_alloc(100); in rewrite_clnt() 195 VSTRING *src = vstring_alloc(100); in rewrite_clnt_internal() 196 VSTRING *dst = vstring_alloc(100); in rewrite_clnt_internal() 257 reply = vstring_alloc(1); in main() 268 VSTRING *buffer = vstring_alloc(1); in main()
|
| H A D | been_here.c | 151 VSTRING *buf = vstring_alloc(100); in been_here() 186 folded_string = vstring_alloc(100); in been_here_fixed() 220 VSTRING *buf = vstring_alloc(100); in been_here_check() 255 folded_string = vstring_alloc(100); in been_here_check_fixed() 282 VSTRING *buf = vstring_alloc(100); in been_here_drop() 317 folded_string = vstring_alloc(100); in been_here_drop_fixed()
|
| H A D | dsn_buf.c | 179 dsb->status = vstring_alloc(10); in dsb_create() 180 dsb->action = vstring_alloc(10); in dsb_create() 181 dsb->mtype = vstring_alloc(10); in dsb_create() 182 dsb->mname = vstring_alloc(100); in dsb_create() 183 dsb->dtype = vstring_alloc(10); in dsb_create() 184 dsb->dtext = vstring_alloc(100); in dsb_create() 185 dsb->reason = vstring_alloc(100); in dsb_create()
|
| H A D | mail_addr_crunch.c | 89 VSTRING *intern_addr = vstring_alloc(100); in mail_addr_crunch_opt() 90 VSTRING *extern_addr = vstring_alloc(100); in mail_addr_crunch_opt() 91 VSTRING *canon_addr = vstring_alloc(100); in mail_addr_crunch_opt() 194 VSTRING *extension = vstring_alloc(1); in main() 195 VSTRING *buf = vstring_alloc(1); in main()
|
| H A D | resolve_clnt.c | 151 reply->transport = vstring_alloc(100); in resolve_clnt_init() 152 reply->nexthop = vstring_alloc(100); in resolve_clnt_init() 153 reply->recipient = vstring_alloc(100); in resolve_clnt_init() 180 last_class = vstring_alloc(10); in resolve_clnt() 181 last_sender = vstring_alloc(10); in resolve_clnt() 182 last_addr = vstring_alloc(100); in resolve_clnt() 394 VSTRING *buffer = vstring_alloc(1); in main()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/milter/ |
| H A D | milter_macros.c | 174 VSTRING *conn_macros = vstring_alloc(10); in milter_macros_scan() 175 VSTRING *helo_macros = vstring_alloc(10); in milter_macros_scan() 176 VSTRING *mail_macros = vstring_alloc(10); in milter_macros_scan() 177 VSTRING *rcpt_macros = vstring_alloc(10); in milter_macros_scan() 178 VSTRING *data_macros = vstring_alloc(10); in milter_macros_scan() 179 VSTRING *eoh_macros = vstring_alloc(10); in milter_macros_scan() 180 VSTRING *eod_macros = vstring_alloc(10); in milter_macros_scan() 181 VSTRING *unk_macros = vstring_alloc(10); in milter_macros_scan()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/verify/ |
| H A D | verify.c | 371 VSTRING *buf = vstring_alloc(10); in verify_update_service() 372 VSTRING *addr = vstring_alloc(10); in verify_update_service() 374 VSTRING *text = vstring_alloc(10); in verify_update_service() 448 VSTRING *addr = vstring_alloc(10); in verify_query_service() 487 || ((get_buf = vstring_alloc(10)), in verify_query_service() 544 put_buf = vstring_alloc(10); in verify_query_service() 588 VSTRING *request = vstring_alloc(10); in verify_service() 663 CA_DICT_CACHE_CTL_CONTEXT((void *) vstring_alloc(100)), in post_jail_init() 703 redirect = vstring_alloc(100); in pre_jail_init()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/flush/ |
| H A D | flush.c | 286 path = vstring_alloc(10); in flush_site_to_path() 452 for (why = vstring_alloc(1); /* see below */ ; in flush_one_file() 566 queue_id = vstring_alloc(10); in flush_send_path() 567 queue_file = vstring_alloc(10); in flush_send_path() 641 queue_file = vstring_alloc(30); in flush_send_file_service() 659 VSTRING *path = vstring_alloc(10); in flush_refresh_service() 756 VSTRING *request = vstring_alloc(10); in flush_service() 782 site = vstring_alloc(10); in flush_service() 783 queue_id = vstring_alloc(10); in flush_service() 794 site = vstring_alloc(10); in flush_service() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
| H A D | cleanup_rewrite.c | 97 VSTRING *dst = vstring_alloc(100); in cleanup_rewrite_tree() 98 VSTRING *src = vstring_alloc(100); in cleanup_rewrite_tree() 115 VSTRING *dst = vstring_alloc(100); in cleanup_rewrite_internal() 116 VSTRING *src = vstring_alloc(100); in cleanup_rewrite_internal()
|
| H A D | cleanup_masquerade.c | 159 VSTRING *temp = vstring_alloc(100); in cleanup_masquerade_tree() 176 VSTRING *temp = vstring_alloc(100); in cleanup_masquerade_internal() 213 addr = vstring_alloc(1); in main() 225 state.temp1 = vstring_alloc(100); in main() 226 state.temp2 = vstring_alloc(100); in main()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postqueue/ |
| H A D | showq_json.c | 145 queue_name = vstring_alloc(100); in format_json() 146 queue_id = vstring_alloc(100); in format_json() 147 addr = vstring_alloc(100); in format_json() 148 why = vstring_alloc(100); in format_json() 149 quote_buf = vstring_alloc(100); in format_json()
|
| H A D | showq_compat.c | 104 queue_name = vstring_alloc(100); in showq_message() 105 queue_id = vstring_alloc(100); in showq_message() 106 id_status = vstring_alloc(100); in showq_message() 107 addr = vstring_alloc(100); in showq_message() 108 why = vstring_alloc(100); in showq_message()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | dict_unix.c | 81 dict->fold_buf = vstring_alloc(10); in dict_unix_getpwnam() 97 buf = vstring_alloc(10); in dict_unix_getpwnam() 123 dict->fold_buf = vstring_alloc(10); in dict_unix_getgrnam() 139 buf = vstring_alloc(10); in dict_unix_getgrnam() 202 dict_unix->dict.fold_buf = vstring_alloc(10); in dict_unix_open()
|
| H A D | dict_nisplus.c | 137 query = vstring_alloc(100); in dict_nisplus_lookup() 138 retval = vstring_alloc(100); in dict_nisplus_lookup() 139 quoted_key = vstring_alloc(100); in dict_nisplus_lookup() 147 dict->fold_buf = vstring_alloc(10); in dict_nisplus_lookup() 276 dict_nisplus->dict.fold_buf = vstring_alloc(10); in dict_nisplus_open()
|
| H A D | cidr_match.c | 207 vstring_sprintf(why ? why : (why = vstring_alloc(20)), in cidr_match_parse() 212 vstring_sprintf(why ? why : (why = vstring_alloc(20)), in cidr_match_parse() 240 vstring_sprintf(why ? why : (why = vstring_alloc(20)), in cidr_match_parse() 261 vstring_sprintf(why ? why : (why = vstring_alloc(20)), in cidr_match_parse() 278 vstring_sprintf(why ? why : (why = vstring_alloc(20)), in cidr_match_parse()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
| H A D | smtpd_resolve.c | 102 query = vstring_alloc(10); in resolve_pagein() 103 junk = vstring_alloc(10); in resolve_pagein() 104 sender_buf = vstring_alloc(10); in resolve_pagein() 176 sender_plus_addr_buf = vstring_alloc(10); in smtpd_resolve_addr()
|
| H A D | smtpd_state.c | 92 state->buffer = vstring_alloc(100); in smtpd_state_init() 93 state->addr_buf = vstring_alloc(100); in smtpd_state_init() 137 state->instance = vstring_alloc(10); in smtpd_state_init() 146 state->dsn_buf = vstring_alloc(100); in smtpd_state_init() 147 state->dsn_orcpt_buf = vstring_alloc(100); in smtpd_state_init()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/dnsblog/ |
| H A D | dnsblog.c | 291 rbl_domain = vstring_alloc(100); in post_jail_init() 292 addr = vstring_alloc(100); in post_jail_init() 293 query = vstring_alloc(100); in post_jail_init() 294 why = vstring_alloc(100); in post_jail_init() 295 result = vstring_alloc(100); in post_jail_init()
|