strncmp 1613 src/dps8/dps8_console.c if (strncmp (text, (char *) (csp->autop + 1), expl) == 0) { strncmp 860 src/dps8/dps8_crdrdr.c if (strncmp (entry -> d_name, "cdeck.", 6) == 0) strncmp 865 src/dps8/dps8_crdrdr.c if (strncmp (entry -> d_name, "7deck.", 6) == 0) strncmp 870 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 2549 src/dps8/dps8_sys.c if (strncmp (line, "ASSEMBLY LISTING", 16) == 0) strncmp 2559 src/dps8/dps8_sys.c if (strncmp (line, offset_str, (size_t) offset_str_len) == 0) strncmp 2571 src/dps8/dps8_sys.c else if (strncmp (line, "\tCOMPILATION LISTING", 20) == 0) strncmp 2582 src/dps8/dps8_sys.c if (strncmp (line, " LINE LOC", 14) != 0) strncmp 2608 src/dps8/dps8_sys.c while (strncmp (line, strncmp 2674 src/dps8/dps8_sys.c if (strncmp (line, "\f\tSOURCE", 8) == 0) strncmp 2697 src/dps8/dps8_sys.c if (strncmp (line, strncmp 170 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 1146 src/simh/linehistory.c if (strncmp(l->buf, history[cnt], l->pos) == 0) strncmp 1174 src/simh/linehistory.c if (strncmp(l->buf, history[cnt], l->pos) == 0) strncmp 3751 src/simh/scp.c if ((!strncmp(gbuf, "DELAY=", 6)) && (gbuf[6])) { strncmp 3759 src/simh/scp.c if ((!strncmp(gbuf, "AFTER=", 6)) && (gbuf[6])) { strncmp 6723 src/simh/scp.c if (strncmp (gptr, "STATE", strlen ("STATE")) == 0) { strncmp 7596 src/simh/scp.c if (max && strncmp (cptr, "ALL", strlen ("ALL")) == 0) { /* ALL? */ strncmp 7602 src/simh/scp.c if ((strncmp (cptr, ".", strlen (".")) == 0) && /* .? */ strncmp 7611 src/simh/scp.c if (strncmp (cptr, "$", strlen ("$")) == 0) { /* $? */ strncmp 7904 src/simh/scp.c (strncmp (cptr, nptr, strlen (nptr)) == 0)) || /* LINTED E_EQUALITY_NOT_ASSIGNMENT*/ strncmp 7906 src/simh/scp.c (strncmp (cptr, nptr, strlen (nptr)) == 0)))) { strncmp 8060 src/simh/scp.c (strncmp (cptr, rptr->name, slnt) == 0)) { strncmp 8710 src/simh/scp.c if (0 != strncmp ("1 ", buf, 2)) strncmp 9628 src/simh/scp.c if ((!strncmp(gbuf, "HALTAFTER=", 10)) && (gbuf[10])) { strncmp 11167 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)))