Searched refs:strstr (Results 1 – 11 of 11) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dmx/api/dmx/ |
| H A D | Internal_DMX_debug.c | 182 char* _pc_ = strstr(_u8Tmp, _id_); \ 195 char* _pc_ = strstr(_u8Tmp, _id_); \ 211 char* _pc_ = strstr(_u8Tmp, _id_); \ 588 pCh = strstr(_u8Tmp, DMX_DBG_LOG_OPT_PID); in _DMX_DBG_Log() 698 pch = strstr(tmp, DMX_DBG_LOG_OPT_PID); in _DMX_DBG_Pvr() 854 pch = strstr(tmp, DMX_DBG_FLT_OPT_PATTERN); in _DMX_DBG_Flt()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | docproc.c | 217 if (((p = strstr(line, "EXPORT_SYMBOL_GPL")) != NULL) || in find_export_symbols() 218 ((p = strstr(line, "EXPORT_SYMBOL")) != NULL)) { in find_export_symbols()
|
| H A D | kallsyms.c | 220 if (strstr((char *)s->sym + offset, "_compiled.")) in symbol_valid()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | string2.h | 1150 # define strstr(haystack, needle) \ macro 1157 : strstr (haystack, needle))) \ 1158 : strstr (haystack, needle)))
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | string.h | 41 char *_EXFUN(strstr,(const char *, const char *));
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/selinux/genheaders/ |
| H A D | genheaders.c | 99 substr = strstr(map->name, needle); in main()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | string.h | 194 extern char *strstr (__const char *__haystack, __const char *__needle)
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/ |
| H A D | utopia.c | 127 pFindString=strstr(sCmdline,pattern); in UtopiaParserBootArg()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | modpost.c | 1257 if (strstr(s, "rodata") != NULL) in sec2annotation() 1259 else if (strstr(s, "data") != NULL) in sec2annotation()
|
| H A D | sumversion.c | 378 if ((strstr(line, dir)+strlen(dir)-1) == strrchr(line, '/')) { in parse_source_files()
|
| H A D | file2alias.c | 867 match = strstr(symbol, name); in sym_is()
|