Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dstd_path.c113 while ((char*)0 != (pc = std_strstr(pc, "/."))) { in std_cleanpath()
135 while (pszStart == std_strstr(pszStart, "../")) { in std_cleanpath()
140 while (pszStart == std_strstr(pszStart, "./")) { in std_cleanpath()
149 while ((char*)0 != (pc = std_strstr(pszPath, "//"))) { in std_cleanpath()
Dstd.c168 char* std_strstr(const char* cpszHaystack, const char* cpszNeedle) in std_strstr() function
Dfastrpc_apps_user.c594 if(std_strstr(uri, ADSP_DOMAIN)) { in get_domain_from_name()
596 } else if(std_strstr(uri, MDSP_DOMAIN)) { in get_domain_from_name()
598 } else if(std_strstr(uri, SDSP_DOMAIN)) { in get_domain_from_name()
600 } else if(std_strstr(uri, CDSP_DOMAIN)) { in get_domain_from_name()
606 if (std_strstr(uri, FASTRPC_SESSION_URI)) { in get_domain_from_name()
/external/fastrpc/inc/
DAEEstd.h90 extern char * std_strstr(const char *pszString, const char *pszSearch);