Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dtst_kconfig.c224 static const char *strnchr(const char *s, int c, unsigned int len) in strnchr() function
238 const char *sep = strnchr(kconfig, '=', len); in get_len()
434 const char *val = strnchr(expr->tok, '=', expr->tok_len); in map()
/third_party/cups-filters/filter/foomatic-rip/
Dutil.h90 char * strnchr(const char *str, int c, size_t n);
Dutil.c256 char * strnchr(const char *str, int c, size_t n) in strnchr() function
/third_party/libcoap/src/
Duri.c34 strnchr(const uint8_t *s, size_t len, unsigned char c) { in strnchr() function
401 while (length > 0 && !strnchr((const uint8_t *)"?#", 2, *q)) { in coap_split_path_impl()