Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds