Home
last modified time | relevance | path

Searched refs:split_chr (Results 1 – 1 of 1) sorted by relevance

/external/dnsmasq/src/
Doption.c529 static char* split_chr(char* s, char c) { in split_chr() function
546 return split_chr(s, ','); in split()
799 slash = split_chr(cp, '/'); in parse_dhcp_opt()
1140 if ((arg = split_chr(comma, '/'))) { in one_opt()
1255 while ((end = split_chr(arg, '/'))) { in one_opt()
1292 if ((source = split_chr(arg, '@')) && /* is there a source. */ in one_opt()
1293 (portno = split_chr(source, '#')) && !atoi_check16(portno, &source_port)) in one_opt()
1296 if ((portno = split_chr(arg, '#')) && /* is there a port no. */ in one_opt()
1992 dash = split_chr(a[0], '-'); in one_opt()