Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Doption.c511 static char *split_chr(char *s, char c) in split_chr() function
531 return split_chr(s, ','); in split()
847 slash = split_chr(cp, '/'); in parse_dhcp_opt()
1252 if ((arg = split_chr(comma, '/'))) in one_opt()
1396 while ((end = split_chr(arg, '/'))) in one_opt()
1443 if ((source = split_chr(arg, '@')) && /* is there a source. */ in one_opt()
1444 (portno = split_chr(source, '#')) && in one_opt()
1448 if ((portno = split_chr(arg, '#')) && /* is there a port no. */ in one_opt()
2274 dash = split_chr(a[0], '-'); in one_opt()