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

/freebsd-9.3-release/usr.bin/m4/
H A Dstdd.h50 * STREQN is an optimised strncmp(a,b,n)==0; assumes n > 0
53 #define STREQN(a, b, n) ((a)[0] == (b)[0] && strncmp(a, b, n) == 0) macro
/freebsd-9.3-release/contrib/libreadline/
H A Dhistsearch.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))
H A Dhistlib.h33 #define STREQN(a, b, n) (((n) == 0) ? (1) \ macro
H A Drldefs.h145 #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.c540 if (STREQN (cxt->search_string, cxt->sline + cxt->sline_index, cxt->search_string_index))
H A Dhistexpand.c799 if (STREQN (temp+si, subst_lhs, subst_lhs_len))
H A Dtext.c1182 if (STREQN (rl_comment_text, rl_line_buffer, rl_comment_len))
H A Dcomplete.c1860 if (namelen == 0 || (STREQN (username, entry->pw_name, namelen)))
H A Ddisplay.c1314 if (omax == nmax && STREQN (new, old, omax))
/freebsd-9.3-release/libexec/rbootd/
H A Ddefs.h77 #define STREQN(s1,s2) ((*s1 == *s2) && (strcmp(s1,s2) == 0)) macro
H A Dparseconf.c180 if (STREQN(BootFiles[j], bcp)) {
H A Drmpproto.c343 if (STREQN(filename, filelist[i]))

Completed in 115 milliseconds