Home
last modified time | relevance | path

Searched refs:Strncmp (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/tcsh/
H A Ded.chared.c547 if (!Strncmp(p + 1, l->next->word, (size_t) i)) in c_expand()
907 if (Strncmp(KillRing[j].buf, start, (size_t) len) == 0 && in c_push_kill()
922 if (Strncmp(KillRing[i].buf, start, (size_t) len) == 0 && in c_push_kill()
927 if (Strncmp(KillRing[j].buf, start, (size_t) len) == 0 && in c_push_kill()
1044 if (Strncmp(cp, pattern, len) == 0 || in c_search_line()
1052 if (Strncmp(cp, pattern, len) == 0 || in c_search_line()
1822 if (Strncmp(patbuf.s, str, patbuf.len) == 0) in c_hmatch()
1956 if ((Strncmp(hl, InputBuf, (size_t) (LastChar - InputBuf)) || in e_down_search_hist()
2177 && Strncmp(patbuf.s, cp, patbuf.len) == 0){ in e_dabbrev_expand()
2216 if (len > patbuf.len && Strncmp(cp, patbuf.s, patbuf.len) == 0) { in e_dabbrev_expand()
[all …]
H A Dsh.h1106 #define Strncmp(a, b, c) strncmp(a, b, c) macro
1129 #define Strncmp(a, b, c) wcsncmp(a, b, c) macro
1139 #define Strncmp(a, b, c) s_strncmp(a, b, c) macro
H A Ded.refresh.c126 …if (!Strncmp(addlitptr, litptr + i, addlitlen) && !Strncmp(str, litptr + i + addlitlen, len) && li… in MakeLiteral()
131 if (!Strncmp(str, litptr + i, len) && litptr[i + len] == 0) in MakeLiteral()
H A Dsh.c551 (Strncmp(cp, STRptssl, 3) != 0)) { in main()
556 if (!(((Strncmp(cp2, STRtty, 3) == 0) && Isalpha(cp2[3])) || in main()
H A Dtc.func.c1598 (Strncmp(p, h, j = Strlen(h)) == 0) && in getusername()
1604 if ((Strncmp(p, tcache[i].home, (j = tcache[i].hlen)) == 0) && in getusername()
H A Dsh.dir.c1123 if (p1 && *p1 == '/' && (Strncmp(p1, cp, cc) != 0 || in dcanon()
/freebsd-12.1/lib/libedit/
H A Dchartype.h97 #define Strncmp(s,v,n) wcsncmp(s,v,n) macro
152 #define Strncmp(s,v,n) strncmp(s,v,n) macro
H A Dcommon.c751 if ((Strncmp(hp, el->el_line.buffer, (size_t) in ed_search_prev_history()
806 if ((Strncmp(hp, el->el_line.buffer, (size_t) in ed_search_next_history()
H A Dhistory.c916 if (Strncmp(str, ev->str, len) == 0) in history_prev_string()
934 if (Strncmp(str, ev->str, len) == 0) in history_next_string()
/freebsd-12.1/contrib/ntp/libparse/
H A Dparsestreams.c174 Strncmp( in Strncmp() function
236 if (!Strncmp(fm->f_name, mname, FMNAMESZ)) in xxxinit()
323 if (!Strncmp(fm->f_name, mname, FMNAMESZ)) in xxxinit()
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-91936823 * cpu-i960.c: Strncmp needed a length arg.