Searched refs:split_at (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/tcp_wrappers/ |
H A D | tcpdchk.c | 216 if ((cl_list = split_at(sv_list, ':')) == 0) { in parse_table() 220 sh_cmd = split_at(cl_list, ':'); in parse_table() 301 if ((host = split_at(cp + 1, '@')) != 0 && check_host(host) > 1) { in check_daemon_list() 328 if (host = split_at(cp + 1, '@')) { /* user@host */ in check_client_list() 464 } else if (mask = split_at(pat, '/')) { /* network/netmask */ in check_host()
|
H A D | hosts_access.c | 180 if ((cl_list = split_at(sv_list, ':')) == 0) { in table_match() 184 sh_cmd = split_at(cl_list, ':'); in table_match() 241 if ((host = split_at(tok + 1, '@')) == 0) { /* plain daemon */ in server_match() 255 if ((host = split_at(tok + 1, '@')) == 0) { /* plain host */ in client_match() 314 } else if ((mask = split_at(tok, '/')) != 0) { /* net/mask */ in host_match()
|
H A D | options.c | 231 if (split_at(ibuf, '\n')) in banners_option() 267 if ((group = split_at(value, '.')) != 0) in user_option() 438 char *level = split_at(value, '.'); in severity_option()
|
H A D | tcpdmatch.c | 120 if ((server = split_at(argv[optind], '@')) == 0) 133 if ((client = split_at(argv[optind + 1], '@')) != 0) {
|
H A D | misc.c | 52 char *split_at(char *string, int delimiter) in split_at() function
|
H A D | tcpd.h | 92 char *split_at(char *, int); /* strchr() and split */
|