Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dstd.c180 const char* pNeedle = cpszNeedle; in std_strstr() local
182 if ('\0' == *++pNeedle) { in std_strstr()
186 } while (*++pHaystack == *pNeedle); in std_strstr()