Searched refs:split_chr (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 86 milliseconds