strncmp 1613 src/dps8/dps8_console.c if (strncmp (text, (char *) (csp->autop + 1), expl) == 0) { strncmp 840 src/dps8/dps8_crdrdr.c if (strncmp (entry -> d_name, "cdeck.", 6) == 0) strncmp 845 src/dps8/dps8_crdrdr.c if (strncmp (entry -> d_name, "7deck.", 6) == 0) strncmp 850 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 2548 src/dps8/dps8_sys.c if (strncmp (line, "ASSEMBLY LISTING", 16) == 0) strncmp 2558 src/dps8/dps8_sys.c if (strncmp (line, offset_str, (size_t) offset_str_len) == 0) strncmp 2570 src/dps8/dps8_sys.c else if (strncmp (line, "\tCOMPILATION LISTING", 20) == 0) strncmp 2581 src/dps8/dps8_sys.c if (strncmp (line, " LINE LOC", 14) != 0) strncmp 2607 src/dps8/dps8_sys.c while (strncmp (line, strncmp 2673 src/dps8/dps8_sys.c if (strncmp (line, "\f\tSOURCE", 8) == 0) strncmp 2696 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 1139 src/simh/linehistory.c if (strncmp(l->buf, history[cnt], l->pos) == 0) strncmp 1167 src/simh/linehistory.c if (strncmp(l->buf, history[cnt], l->pos) == 0) strncmp 3679 src/simh/scp.c if ((!strncmp(gbuf, "DELAY=", 6)) && (gbuf[6])) { strncmp 3687 src/simh/scp.c if ((!strncmp(gbuf, "AFTER=", 6)) && (gbuf[6])) { strncmp 6645 src/simh/scp.c if (strncmp (gptr, "STATE", strlen ("STATE")) == 0) { strncmp 7518 src/simh/scp.c if (max && strncmp (cptr, "ALL", strlen ("ALL")) == 0) { /* ALL? */ strncmp 7524 src/simh/scp.c if ((strncmp (cptr, ".", strlen (".")) == 0) && /* .? */ strncmp 7533 src/simh/scp.c if (strncmp (cptr, "$", strlen ("$")) == 0) { /* $? */ strncmp 7826 src/simh/scp.c (strncmp (cptr, nptr, strlen (nptr)) == 0)) || /* LINTED E_EQUALITY_NOT_ASSIGNMENT*/ strncmp 7828 src/simh/scp.c (strncmp (cptr, nptr, strlen (nptr)) == 0)))) { strncmp 7982 src/simh/scp.c (strncmp (cptr, rptr->name, slnt) == 0)) { strncmp 8632 src/simh/scp.c if (0 != strncmp ("1 ", buf, 2)) strncmp 9550 src/simh/scp.c if ((!strncmp(gbuf, "HALTAFTER=", 10)) && (gbuf[10])) { strncmp 11085 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)))