Searched refs:STREQN (Results 1 – 18 of 18) sorted by relevance
| /openbsd/src/gnu/lib/libreadline/ |
| D | histsearch.c | 111 if (STREQN (string, line, string_len)) 128 if (STREQN (string, line + line_index, string_len)) 145 if (STREQN (string, line + line_index, string_len))
|
| D | histlib.h | 33 #define STREQN(a, b, n) (((n) == 0) ? (1) \ macro
|
| D | rldefs.h | 154 #define STREQN(a, b, n) (((n) == 0) ? (1) \ macro
|
| D | isearch.c | 455 if (STREQN (search_string, sline + line_index, search_string_index))
|
| D | kill.c | 497 if (n >= 0 && STREQN (rl_line_buffer + n, rl_kill_ring[rl_kill_index], l))
|
| D | text.c | 1146 if (STREQN (rl_comment_text, rl_line_buffer, rl_comment_len))
|
| D | histexpand.c | 765 if (STREQN (temp+si, subst_lhs, subst_lhs_len))
|
| D | complete.c | 1663 if (namelen == 0 || (STREQN (username, entry->pw_name, namelen)))
|
| /openbsd/src/usr.bin/m4/ |
| D | stdd.h | 52 #define STREQN(a, b, n) ((a)[0] == (b)[0] && strncmp(a, b, n) == 0) macro
|
| /openbsd/src/usr.sbin/rbootd/ |
| D | defs.h | 57 #define STREQN(s1,s2) ((*s1 == *s2) && (strcmp(s1,s2) == 0)) macro
|
| D | parseconf.c | 160 if (STREQN(BootFiles[j], bcp)) { in ParseConfig()
|
| D | rmpproto.c | 338 if (STREQN(filename, filelist[i])) in SendBootRepl()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ChangeLog-1992 | 35 * c-exp.y (strncmp): Replace throughout with STREQN, missed 107 * defs.h (STRCMP, STREQ, STREQN): New macros. 109 * dwarfread.c (STREQ, STREQN): Remove macros, replaced with STREQ 110 and STREQN defined in defs.h. 195 and strncmp usages with STREQ, STREQN, or STRCMP as appropriate. 6240 * dwarfread.c: Add new macros GCC_PRODUCER and STREQN. Remove
|
| D | ChangeLog-2003 | 551 * defs.h (DEPRECATED_STREQN): Rename STREQN. 1353 * valops.c (destructor_name_p): Replace STREQN with strncmp. 13569 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
|
| D | ChangeLog-2000 | 6677 * defs.h (STREQ, STRCMP, STREQN): Document that these macros are
|
| D | ChangeLog-1993 | 6582 Use STREQN macro rather than bare '!strncmp()'.
|
| D | ChangeLog | 5142 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/mi/ |
| D | ChangeLog-1999-2003 | 3 * mi-cmd-var.c (mi_cmd_var_set_format): Replace STREQN with
|