Searched refs:Strncmp (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.chared.c | 543 if (!Strncmp(p + 1, l->next->word, (size_t) i)) in c_expand() 903 if (Strncmp(KillRing[j].buf, start, (size_t) len) == 0 && in c_push_kill() 918 if (Strncmp(KillRing[i].buf, start, (size_t) len) == 0 && in c_push_kill() 923 if (Strncmp(KillRing[j].buf, start, (size_t) len) == 0 && in c_push_kill() 1040 if (Strncmp(cp, pattern, len) == 0 || in c_search_line() 1048 if (Strncmp(cp, pattern, len) == 0 || in c_search_line() 1817 if (Strncmp(patbuf.s, str, patbuf.len) == 0) in c_hmatch() 1892 matched = (Strncmp(hl, InputBuf, (size_t) (LastChar - InputBuf)) || in e_up_search_hist() 1951 if ((Strncmp(hl, InputBuf, (size_t) (LastChar - InputBuf)) || in e_down_search_hist() 2172 && Strncmp(patbuf.s, cp, patbuf.len) == 0){ in e_dabbrev_expand() [all …]
|
H A D | sh.h | 1115 #define Strncmp(a, b, c) strncmp(a, b, c) macro 1138 #define Strncmp(a, b, c) wcsncmp(a, b, c) macro 1148 #define Strncmp(a, b, c) s_strncmp(a, b, c) macro
|
H A D | ed.refresh.c | 122 …if (!Strncmp(addlitptr, litptr + i, addlitlen) && !Strncmp(str, litptr + i + addlitlen, len) && li… in MakeLiteral() 127 if (!Strncmp(str, litptr + i, len) && litptr[i + len] == 0) in MakeLiteral()
|
H A D | sh.c | 549 (Strncmp(cp, STRptssl, 3) != 0)) { in main() 554 if (!(((Strncmp(cp2, STRtty, 3) == 0) && Isalpha(cp2[3])) || in main()
|
H A D | tc.func.c | 1601 (Strncmp(p, h, j = Strlen(h)) == 0) && in getusername() 1607 if ((Strncmp(p, tcache[i].home, (j = tcache[i].hlen)) == 0) && in getusername()
|
H A D | sh.dir.c | 1123 if (p1 && *p1 == '/' && (Strncmp(p1, cp, cc) != 0 || in dcanon_internal()
|
/freebsd/contrib/ntp/libparse/ |
H A D | parsestreams.c | 174 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/contrib/libedit/ |
H A D | history.c | 69 #define Strncmp(d, s, n) strncmp(d, s, n) macro 87 #define Strncmp(d, s, n) wcsncmp(d, s, n) macro 965 if (Strncmp(str, ev->str, len) == 0) in history_prev_string() 983 if (Strncmp(str, ev->str, len) == 0) in history_next_string()
|