Searched refs:stristr (Results 1 - 4 of 4) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
H A Dindex.php52 if ((stristr($aDropEntry, ".tar.gz"))||(stristr($aDropEntry, ".zip"))) {
/external/mksh/src/
H A Dmain.c507 (stristr((x), "UTF-8") || stristr((x), "utf8")))
H A Dsh.h307 const char *stristr(const char *, const char *);
479 #define stristr(b,l) ((const char *)strcasestr((b), (l))) macro
H A Dmisc.c1935 stristr(const char *b, const char *l) function

Completed in 97 milliseconds