Home
last modified time | relevance | path

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

/external/libpcap/rpcapd/
Dfileconf.c52 static int strrem(char *string, char chr);
133 strrem(hostlist, '\r'); in fileconf_read()
134 strrem(hostlist, '\n'); in fileconf_read()
201 static int strrem(char *string, char chr) in strrem() function