Searched refs:strnchr (Results 1 – 1 of 1) sorted by relevance
37 strnchr(unsigned char *s, size_t len, unsigned char c) { in strnchr() function332 while (length > 0 && !strnchr((unsigned char *)"?#", 2, *q)) { in coap_split_path_impl()