Searched refs:Strncmp (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/bin/csh/ |
| H A D | csh.h | 491 #define Strncmp(a, b, c) strncmp(a, b, c) macro 511 #define Strncmp(a, b, c) s_strncmp(a, b, c) macro
|
| H A D | dir.c | 222 (len = Strlen(hp), Strncmp(hp, dp->di_name, len) == 0) && in printdirs() 850 (Strncmp(p1, cp, len) != 0 || (cp[len] != '/' && cp[len] != '\0'))) { in dcanon()
|
| /netbsd-src/external/bsd/ntp/dist/libparse/ |
| H A D | parsestreams.c | 176 Strncmp( in Strncmp() function 238 if (!Strncmp(fm->f_name, mname, FMNAMESZ)) in xxxinit() 325 if (!Strncmp(fm->f_name, mname, FMNAMESZ)) in xxxinit()
|
| /netbsd-src/lib/libedit/ |
| H A D | history.c | 70 #define Strncmp(d, s, n) strncmp(d, s, n) macro 88 #define Strncmp(d, s, n) wcsncmp(d, s, n) macro 968 if (Strncmp(str, ev->str, len) == 0) in history_prev_string() 986 if (Strncmp(str, ev->str, len) == 0) in history_next_string()
|
| /netbsd-src/share/man/tools/ |
| H A D | sp.ignore | 1241 Strncmp
|
| H A D | newsp.errs | 1815 Strncmp
|
| /netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
| H A D | ChangeLog-9193 | 6823 * cpu-i960.c: Strncmp needed a length arg.
|
| /netbsd-src/external/gpl3/gdb/dist/bfd/ |
| H A D | ChangeLog-9193 | 6823 * cpu-i960.c: Strncmp needed a length arg.
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | ChangeLog-9193 | 6823 * cpu-i960.c: Strncmp needed a length arg.
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | ChangeLog-9193 | 6823 * cpu-i960.c: Strncmp needed a length arg.
|