Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Doption.c516 static char *split_chr(char *s, char c) in split_chr() function
536 return split_chr(s, ','); in split()
851 slash = split_chr(cp, '/'); in parse_dhcp_opt()
1256 if ((arg = split_chr(comma, '/'))) in one_opt()
1384 while ((end = split_chr(arg, '/'))) in one_opt()
1431 if ((source = split_chr(arg, '@')) && /* is there a source. */ in one_opt()
1432 (portno = split_chr(source, '#')) && in one_opt()
1436 if ((portno = split_chr(arg, '#')) && /* is there a port no. */ in one_opt()
2235 dash = split_chr(a[0], '-'); in one_opt()