strstr           1643 src/dps8/dps8_console.c           if (strstr (text, needle)) {
strstr           1035 src/dps8/dps8_crdpun.c         char * open_ext_pos = strstr (old_open_filename, ".OPEN");
strstr           1061 src/dps8/dps8_crdpun.c             char * prt_ext_pos = strstr (new_target_filename, ".pun");
strstr           1175 src/dps8/dps8_prt.c         char * open_ext_pos = strstr (old_open_filename, ".OPEN");
strstr           1203 src/dps8/dps8_prt.c             char * prt_ext_pos = strstr (new_target_filename, ".prt");
strstr           2189 src/dps8/dps8_prt.c                 char * open_ext_pos = strstr (old_open_filename, ".OPEN");
strstr           2217 src/dps8/dps8_prt.c                     char * prt_ext_pos = strstr (new_target_filename, ".prt");
strstr           2961 src/dps8/dps8_sys.c                 if (strstr (name, "fw.") || strstr (name, ".ec"))
strstr            222 src/dps8/dps8_topo.c       char *path = strstr(line, "/");
strstr            223 src/dps8/dps8_topo.c       if (path && strstr(path, ".so")) {
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           1475 src/simh/scp.c     if (*sub && (q = r = strstr(str, sub)) != NULL) {
strstr           1477 src/simh/scp.c         while ((r = strstr(p = r + len, sub)) != NULL) {
strstr           5075 src/simh/scp.c         if (strstr(VER_H_GIT_VERSION, "*"))
strstr           5081 src/simh/scp.c         if ((strstr(VER_H_GIT_VERSION, "X")) ||  \
strstr           5082 src/simh/scp.c             (strstr(VER_H_GIT_VERSION, "D")) ||  \
strstr           5083 src/simh/scp.c             (strstr(VER_H_GIT_VERSION, "A")) ||  \
strstr           5084 src/simh/scp.c             (strstr(VER_H_GIT_VERSION, "B")))
strstr           5092 src/simh/scp.c             if ((strstr(VER_H_GIT_VERSION, "X")))
strstr           5096 src/simh/scp.c             else if ((strstr(VER_H_GIT_VERSION, "D")))
strstr           5100 src/simh/scp.c             else if ((strstr(VER_H_GIT_VERSION, "A")))
strstr           5104 src/simh/scp.c             else if ((strstr(VER_H_GIT_VERSION, "B")))
strstr            255 src/simh/sim_fio.c if (strstr(mode, "+") != NULL)
strstr            257 src/simh/sim_fio.c if (strstr(mode, "w") != NULL)
strstr            259 src/simh/sim_fio.c if (strstr(mode, "a") != NULL)
strstr            251 src/simh/sim_hints.c    if (strstr(line, "/ld-") ||
strstr            252 src/simh/sim_hints.c        strstr(line, "/system/bin/linker") ||
strstr            253 src/simh/sim_hints.c        strstr(line, "/lib/ld")) {
strstr            425 src/simh/sim_hints.c     if (fgets(line, sizeof(line), file) && strstr(line, RPI_TEXT))
strstr            437 src/simh/sim_hints.c     if (strncmp(line, "Model", 5) == 0 && strstr(line, RPI_TEXT)) {
strstr            465 src/simh/sim_hints.c   char *p = strstr(buffer, "0x");