strncmp 1628 src/dps8/dps8_console.c if (strncmp (text, (char *) (csp->autop + 1), expl) == 0) { strncmp 864 src/dps8/dps8_crdrdr.c if (strncmp (entry -> d_name, "cdeck.", 6) == 0) strncmp 869 src/dps8/dps8_crdrdr.c if (strncmp (entry -> d_name, "7deck.", 6) == 0) strncmp 874 src/dps8/dps8_crdrdr.c if (strncmp (entry -> d_name, "sdeck.", 6) == 0) strncmp 896 src/dps8/dps8_mt.c if (strncmp(current_entry->label_prefix, tapeFileName, current_entry->prefix_len) == 0) strncmp 2558 src/dps8/dps8_sys.c if (strncmp (line, "ASSEMBLY LISTING", 16) == 0) strncmp 2568 src/dps8/dps8_sys.c if (strncmp (line, offset_str, (size_t) offset_str_len) == 0) strncmp 2580 src/dps8/dps8_sys.c else if (strncmp (line, "\tCOMPILATION LISTING", 20) == 0) strncmp 2591 src/dps8/dps8_sys.c if (strncmp (line, " LINE LOC", 14) != 0) strncmp 2617 src/dps8/dps8_sys.c while (strncmp (line, strncmp 2683 src/dps8/dps8_sys.c if (strncmp (line, "\f\tSOURCE", 8) == 0) strncmp 2706 src/dps8/dps8_sys.c if (strncmp (line, strncmp 161 src/dps8/utfile.c if (strncmp(&pattern[mask_offset], "XXXXXX", 6)) strncmp 351 src/libsir/include/sir/helpers.h return 0 == strncmp(lhs, rhs, count); strncmp 517 src/libsir/src/sirfilecache.c equal = 0 == strncmp(resolved1, resolved2, SIR_MAXPATH); strncmp 391 src/libsir/src/sirinternal.c if (!cur_ok || 0 != strncmp(si->d_syslog.identity, data->sl_identity, SIR_MAX_SYSLOG_ID)) { strncmp 413 src/libsir/src/sirinternal.c if (!cur_ok || 0 != strncmp(si->d_syslog.category, data->sl_category, SIR_MAX_SYSLOG_CAT)) { strncmp 1328 src/libsir/src/sirinternal.c if (!(strncmp(name, "pthread func", SIR_MAXPID))) strncmp 1151 src/simh/linehistory.c if (strncmp(l->buf, history[cnt], l->pos) == 0) strncmp 1179 src/simh/linehistory.c if (strncmp(l->buf, history[cnt], l->pos) == 0) strncmp 3871 src/simh/scp.c if ((!strncmp(gbuf, "DELAY=", 6)) && (gbuf[6])) { strncmp 3879 src/simh/scp.c if ((!strncmp(gbuf, "AFTER=", 6)) && (gbuf[6])) { strncmp 6866 src/simh/scp.c if (strncmp (gptr, "STATE", strlen ("STATE")) == 0) { strncmp 7739 src/simh/scp.c if (max && strncmp (cptr, "ALL", strlen ("ALL")) == 0) { /* ALL? */ strncmp 7745 src/simh/scp.c if ((strncmp (cptr, ".", strlen (".")) == 0) && /* .? */ strncmp 7754 src/simh/scp.c if (strncmp (cptr, "$", strlen ("$")) == 0) { /* $? */ strncmp 8047 src/simh/scp.c (strncmp (cptr, nptr, strlen (nptr)) == 0)) || /* LINTED E_EQUALITY_NOT_ASSIGNMENT*/ strncmp 8049 src/simh/scp.c (strncmp (cptr, nptr, strlen (nptr)) == 0)))) { strncmp 8203 src/simh/scp.c (strncmp (cptr, rptr->name, slnt) == 0)) { strncmp 8853 src/simh/scp.c if (0 != strncmp ("1 ", buf, 2)) strncmp 9771 src/simh/scp.c if ((!strncmp(gbuf, "HALTAFTER=", 10)) && (gbuf[10])) { strncmp 11313 src/simh/scp.c if (!strncmp (cbuf, token, strlen (token))) { strncmp 303 src/simh/sim_defs.h # define MATCH_CMD(ptr,cmd) ((NULL == (ptr)) || (!*(ptr)) || strncmp ((ptr), (cmd), strlen (ptr))) strncmp 357 src/simh/sim_hints.c if (DT_DIR == entry->d_type && 0 == strncmp (entry->d_name, "cpu", 3) strncmp 421 src/simh/sim_hints.c if (strncmp(line, "Model", 5) == 0 && strstr(line, RPI_TEXT)) { strncmp 482 src/simh/sim_hints.c if (DT_DIR == entry->d_type && 0 == strncmp (entry->d_name, "cpu", 3) strncmp 59 src/simh/sim_os_mem.c if (0 != strncmp(line, label, label_len)) strncmp 74 src/simh/sim_os_mem.c if (0 != strncmp(endptr, "kB", 2) || 3 < strlen(endptr))