Home
last modified time | relevance | path

Searched refs:argv_split (Results 1 – 25 of 50) sorted by relevance

12

/netbsd-src/external/ibm-public/postfix/dist/src/postfix/
H A Dpostfix.c639 || argv_split(var_multi_conf_dirs, CHARS_COMMA_SP)->argc == 0) { in main()
655 my_argv = argv_split(var_multi_wrapper, CHARS_SPACE); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_thash.map8 argv_split.c 2780
H A Dexec_command.c76 argv = argv_split(command, SPACE_TAB); in exec_command()
H A Dargv.h40 extern ARGV *argv_split(const char *, const char *);
H A Dargv_split.c65 ARGV *argv_split(const char *string, const char *delim) in argv_split() function
H A Dstrcasecmp_utf8.c177 cmd = argv_split(STR(buffer), CHARS_SPACE); in main()
H A Ddict_file.c119 argv = argv_split(pathnames, CHARS_COMMA_SP); in dict_file_to_buf()
H A Dspawn_command.c281 argv = argv_split(args.shell, CHARS_SPACE); in spawn_command()
H A Dhex_code.c232 argv = argv_split(STR(b1), ":"); in main()
H A Dvstream_popen.c260 argv = argv_split(args.shell, CHARS_SPACE); in vstream_popen()
H A Dvbuf_print.c327 ARGV *args = argv_split(vstring_str(ibuf), CHARS_SPACE); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_match.c168 argv = argv_split(pattern, PCF_NAMESP_SEP_STR); in pcf_parse_service_pattern()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dfold_addr.c120 cmd = argv_split(STR(line_buffer), CHARS_SPACE); in main()
H A Dmaillog_client.c214 ARGV *good_prefixes = argv_split(var_maillog_file_pfxs, in maillog_client_init()
H A Dheader_opts.c140 hdr_drop_list = argv_split(var_drop_hdrs, CHARS_COMMA_SP); in header_drop_init()
H A Dconfig_known_tcp_ports.c69 associations = argv_split(settings, ","); in config_known_tcp_ports()
H A Dmynetworks.c281 argv = argv_split(vstring_str(result), " "); in mynetworks_core()
H A Dscache.c384 argv = argv_split(STR(buf), CHARS_SPACE); in main()
H A Dmail_queue.c176 hash_queue_names = argv_split(var_hash_queue_names, CHARS_COMMA_SP); in mail_queue_dir()
H A Ddynamicmaps.c256 argv = argv_split(cp, " \t"); in dymap_read_conf()
/netbsd-src/external/ibm-public/postfix/dist/src/dns/
H A Dtest_dns_lookup.c108 types_argv = argv_split(argv[optind], CHARS_COMMA_SP); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dnsbl.c432 (reply_argv = argv_split(STR(reply_addr), " ")))) { in psc_dnsbl_receive()
589 ARGV *dnsbl_site = argv_split(var_psc_dnsbl_sites, CHARS_COMMA_SP); in psc_dnsbl_init()
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_masquerade.c212 masq_domains = argv_split(argv[2], CHARS_COMMA_SP); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/dnsblog/
H A Ddnsblog.c191 octets = argv_split(addr, "."); in dnsblog_query()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_tls_policy.c346 tls->matchargv = argv_split(val, ":"); in tls_policy_lookup_one()
638 argv_split(tls->level == TLS_LEV_VERIFY ? in policy_create()

12