Home
last modified time | relevance | path

Searched refs:STREQN (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/libreadline/
HDhistsearch.c111 if (STREQN (string, line, string_len))
128 if (STREQN (string, line + line_index, string_len))
145 if (STREQN (string, line + line_index, string_len))
HDhistlib.h33 #define STREQN(a, b, n) (((n) == 0) ? (1) \ macro
HDrldefs.h145 #define STREQN(a, b, n) (((n) == 0) ? (1) \ macro
HDkill.c536 if (n >= 0 && STREQN (rl_line_buffer + n, rl_kill_ring[rl_kill_index], l))
HDisearch.c540 if (STREQN (cxt->search_string, cxt->sline + cxt->sline_index, cxt->search_string_index))
HDtext.c1182 if (STREQN (rl_comment_text, rl_line_buffer, rl_comment_len))
HDhistexpand.c799 if (STREQN (temp+si, subst_lhs, subst_lhs_len))
HDcomplete.c1860 if (namelen == 0 || (STREQN (username, entry->pw_name, namelen)))
HDdisplay.c1324 if (omax == nmax && STREQN (new, old, omax))
/NextBSD/usr.bin/m4/
HDstdd.h53 #define STREQN(a, b, n) ((a)[0] == (b)[0] && strncmp(a, b, n) == 0) macro
/NextBSD/libexec/rbootd/
HDdefs.h73 #define STREQN(s1,s2) ((*s1 == *s2) && (strcmp(s1,s2) == 0)) macro
HDparseconf.c176 if (STREQN(BootFiles[j], bcp)) { in ParseConfig()
HDrmpproto.c339 if (STREQN(filename, filelist[i])) in SendBootRepl()