HomeSort by relevance Sort by last modified time
    Searched refs:stristr (Results 1 - 4 of 4) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 52 if ((stristr($aDropEntry, ".tar.gz"))||(stristr($aDropEntry, ".zip"))) {
  /external/mksh/src/
main.c 507 (stristr((x), "UTF-8") || stristr((x), "utf8")))
    [all...]
sh.h 307 const char *stristr(const char *, const char *);
479 #define stristr(b,l) ((const char *)strcasestr((b), (l))) macro
    [all...]
misc.c 1935 stristr(const char *b, const char *l) function
    [all...]

Completed in 61 milliseconds