strstr           1620 src/dps8/dps8_console.c           if (strstr (text, needle)) {
strstr           3006 src/dps8/dps8_sys.c                 if (strstr (name, "fw.") || strstr (name, ".ec"))
strstr           1386 src/simh/scp.c     if (*sub && (q = r = strstr(str, sub)) != NULL) {
strstr           1388 src/simh/scp.c         while ((r = strstr(p = r + len, sub)) != NULL) {
strstr           4563 src/simh/scp.c         if (strstr(VER_H_GIT_VERSION, "*"))
strstr           4569 src/simh/scp.c         if ((strstr(VER_H_GIT_VERSION, "X")) ||  \
strstr           4570 src/simh/scp.c             (strstr(VER_H_GIT_VERSION, "D")) ||  \
strstr           4571 src/simh/scp.c             (strstr(VER_H_GIT_VERSION, "A")) ||  \
strstr           4572 src/simh/scp.c             (strstr(VER_H_GIT_VERSION, "B")))
strstr           4580 src/simh/scp.c             if ((strstr(VER_H_GIT_VERSION, "X")))
strstr           4584 src/simh/scp.c             else if ((strstr(VER_H_GIT_VERSION, "D")))
strstr           4588 src/simh/scp.c             else if ((strstr(VER_H_GIT_VERSION, "A")))
strstr           4592 src/simh/scp.c             else if ((strstr(VER_H_GIT_VERSION, "B")))
strstr            248 src/simh/sim_fio.c if (strstr(mode, "+") != NULL)
strstr            250 src/simh/sim_fio.c if (strstr(mode, "w") != NULL)
strstr            252 src/simh/sim_fio.c if (strstr(mode, "a") != NULL)