Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
H A Dhistsearch.c110 if (STREQN (string, line, string_len))
127 if (STREQN (string, line + line_index, string_len))
144 if (STREQN (string, line + line_index, string_len))
H A Dhistlib.h33 #define STREQN(a, b, n) (((n) == 0) ? (1) \ macro
H A Drldefs.h147 #define STREQN(a, b, n) (((n) == 0) ? (1) \ macro
H A Dkill.c536 if (n >= 0 && STREQN (rl_line_buffer + n, rl_kill_ring[rl_kill_index], l))
H A Disearch.c564 if (STREQN (cxt->search_string, cxt->sline + cxt->sline_index, cxt->search_string_index))
H A Dtext.c1230 if (STREQN (rl_comment_text, rl_line_buffer, rl_comment_len))
H A Dhistexpand.c804 if (STREQN (temp+si, subst_lhs, subst_lhs_len))
H A Dcomplete.c2053 if (namelen == 0 || (STREQN (username, entry->pw_name, namelen)))
H A Ddisplay.c1387 if (omax == nmax && STREQN (new, old, omax))
/dragonfly/usr.bin/m4/
H A Dstdd.h53 #define STREQN(a, b, n) ((a)[0] == (b)[0] && strncmp(a, b, n) == 0) macro
/dragonfly/libexec/rbootd/
H A Ddefs.h73 #define STREQN(s1,s2) ((*s1 == *s2) && (strcmp(s1,s2) == 0)) macro
H A Dparseconf.c171 if (STREQN(BootFiles[j], bcp)) { in ParseConfig()
H A Drmpproto.c336 if (STREQN(filename, filelist[i])) in SendBootRepl()