Searched refs:std_strstr (Results 1 – 4 of 4) sorted by relevance
/external/fastrpc/src/ |
D | std_path.c | 113 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()
|
D | std.c | 168 char* std_strstr(const char* cpszHaystack, const char* cpszNeedle) in std_strstr() function
|
D | fastrpc_apps_user.c | 594 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/ |
D | AEEstd.h | 90 extern char * std_strstr(const char *pszString, const char *pszSearch);
|