Home
last modified time | relevance | path

Searched refs:threebyte_strstr (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstrstr.c11 static char *threebyte_strstr(const unsigned char *h, const unsigned char *n) in threebyte_strstr() function
149 if (!n[3]) return threebyte_strstr((void *)h, (void *)n); in strstr()
/third_party/musl/src/string/
H A Dstrstr.c11 static char *threebyte_strstr(const unsigned char *h, const unsigned char *n) in threebyte_strstr() function
149 if (!n[3]) return threebyte_strstr((void *)h, (void *)n); in strstr()
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrstr.c11 static char *threebyte_strstr(const unsigned char *h, const unsigned char *n) in threebyte_strstr() function
149 if (!n[3]) return threebyte_strstr((void *)h, (void *)n); in strstr()
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dstrstr.c11 static char *threebyte_strstr(const unsigned char *h, const unsigned char *n) in threebyte_strstr() function
149 if (!n[3]) return threebyte_strstr((void *)h, (void *)n); in strstr()

Completed in 2 milliseconds