Searched refs:split_chr (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | option.c | 516 static char *split_chr(char *s, char c) in split_chr() function 536 return split_chr(s, ','); in split() 852 slash = split_chr(cp, '/'); in parse_dhcp_opt() 1257 if ((arg = split_chr(comma, '/'))) in one_opt() 1385 while ((end = split_chr(arg, '/'))) in one_opt() 1432 if ((source = split_chr(arg, '@')) && /* is there a source. */ in one_opt() 1433 (portno = split_chr(source, '#')) && in one_opt() 1437 if ((portno = split_chr(arg, '#')) && /* is there a port no. */ in one_opt() 2262 dash = split_chr(a[0], '-'); in one_opt()
|