| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| H A D | string_intrinsics.c | 83 #undef MEMCMP 84 #define MEMCMP memcmp macro 97 #undef MEMCMP 98 #define MEMCMP memcmp_char4 macro
|
| H A D | string_intrinsics_inc.c | 98 res = MEMCMP (s1, s2, ((len1 < len2) ? len1 : len2)); in compare_string()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| H A D | string_intrinsics.c | 83 #undef MEMCMP 84 #define MEMCMP memcmp macro 97 #undef MEMCMP 98 #define MEMCMP memcmp_char4 macro
|
| H A D | string_intrinsics_inc.c | 98 res = MEMCMP (s1, s2, ((len1 < len2) ? len1 : len2)); in compare_string()
|
| /netbsd-src/external/bsd/nvi/dist/common/ |
| H A D | multibyte.h | 104 #define MEMCMP(to, from, n) \ macro
|
| H A D | seq.c | 206 diff = MEMCMP(qp->input, c_input, MIN(qp->ilen, ilen)); in seq_find()
|
| H A D | options.c | 1111 if (!MEMCMP(op->name, name, len)) { in opts_search()
|
| /netbsd-src/external/bsd/nvi/dist/ex/ |
| H A D | ex_display.c | 82 return arg->len <= STRLEN(str) && !MEMCMP(arg->bp, str, arg->len); in is_prefix()
|
| H A D | ex_usage.c | 81 MEMCMP(ap->bp, cp->name, ap->len); ++cp); in ex_usage()
|
| H A D | ex.c | 2262 if (STRLEN(cp->name) >= len && !MEMCMP(name, cp->name, len)) in ex_comm_search()
|
| /netbsd-src/external/bsd/nvi/dist/regex/ |
| H A D | regcomp.c | 724 if (p->next + 5 < p->end && MEMCMP(p->next, bow, 6) == 0) { in p_bracket() 729 if (p->next + 5 < p->end && MEMCMP(p->next, eow, 6) == 0) { in p_bracket() 867 if (STRLEN(cp->name) == len && !MEMCMP(cp->name, sp, len)) in p_b_cclass() 937 if (STRLEN(cp->name) == len && !MEMCMP(cp->name, sp, len)) in p_b_coll_elem()
|
| /netbsd-src/external/bsd/nvi/dist/vi/ |
| H A D | v_ex.c | 621 !MEMCMP(tp->lb, p, len)) in v_ecl_log()
|
| H A D | v_txt.c | 2059 if (len != nlen || MEMCMP(cmd.argv[0]->bp, p, len)) in txt_fc() 2169 MEMCMP(av[0]->bp, argv[0]->bp, in txt_fc_col()
|
| /netbsd-src/external/bsd/nvi/dist/gtk/ |
| H A D | gtkviscreen.c | 109 if (MEMCMP(p = CharAt(vi,row,col), e = CharAt(vi,vi->rows,0), in cleartoel()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2011 | 336 * intrinsics/string_intrinsics_inc.c: New macro MEMCMP, either 338 (compare_string): Use MEMCMP, with correct size for it.
|
| /netbsd-src/external/gpl3/autoconf/dist/doc/ |
| H A D | autoconf.texi | 26606 @c LocalWords: lstat rpl MEMCMP memcmp OpenStep MBRTOWC mbrtowc MKTIME mktime
|