strstr           1629 src/dps8/dps8_console.c           if (strstr (text, needle)) {
strstr           2955 src/dps8/dps8_sys.c                 if (strstr (name, "fw.") || strstr (name, ".ec"))
strstr            349 src/libsir/src/sirhelpers.c     if (*sub && (q = r = strstr(str, sub)) != NULL) {
strstr            353 src/libsir/src/sirhelpers.c         while ((r = strstr(p = r + len, sub)) != NULL)
strstr            386 src/libsir/src/sirhelpers.c     char *p = strstr(str, sub);
strstr           1461 src/simh/scp.c     if (*sub && (q = r = strstr(str, sub)) != NULL) {
strstr           1463 src/simh/scp.c         while ((r = strstr(p = r + len, sub)) != NULL) {
strstr           4848 src/simh/scp.c         if (strstr(VER_H_GIT_VERSION, "*"))
strstr           4854 src/simh/scp.c         if ((strstr(VER_H_GIT_VERSION, "X")) ||  \
strstr           4855 src/simh/scp.c             (strstr(VER_H_GIT_VERSION, "D")) ||  \
strstr           4856 src/simh/scp.c             (strstr(VER_H_GIT_VERSION, "A")) ||  \
strstr           4857 src/simh/scp.c             (strstr(VER_H_GIT_VERSION, "B")))
strstr           4865 src/simh/scp.c             if ((strstr(VER_H_GIT_VERSION, "X")))
strstr           4869 src/simh/scp.c             else if ((strstr(VER_H_GIT_VERSION, "D")))
strstr           4873 src/simh/scp.c             else if ((strstr(VER_H_GIT_VERSION, "A")))
strstr           4877 src/simh/scp.c             else if ((strstr(VER_H_GIT_VERSION, "B")))
strstr            256 src/simh/sim_fio.c if (strstr(mode, "+") != NULL)
strstr            258 src/simh/sim_fio.c if (strstr(mode, "w") != NULL)
strstr            260 src/simh/sim_fio.c if (strstr(mode, "a") != NULL)