Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.c182 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 Ddocproc.c217 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 Dkallsyms.c220 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 Dstring2.h1150 # 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 Dstring.h41 char *_EXFUN(strstr,(const char *, const char *));
/utopia/UTPA2-700.0.x/projects/build/scripts/selinux/genheaders/
H A Dgenheaders.c99 substr = strstr(map->name, needle); in main()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstring.h194 extern char *strstr (__const char *__haystack, __const char *__needle)
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia.c127 pFindString=strstr(sCmdline,pattern); in UtopiaParserBootArg()
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c1257 if (strstr(s, "rodata") != NULL) in sec2annotation()
1259 else if (strstr(s, "data") != NULL) in sec2annotation()
H A Dsumversion.c378 if ((strstr(line, dir)+strlen(dir)-1) == strrchr(line, '/')) { in parse_source_files()
H A Dfile2alias.c867 match = strstr(symbol, name); in sym_is()