Home
last modified time | relevance | path

Searched refs:MEMCMP (Results 1 – 16 of 16) sorted by path

/freebsd/contrib/bionic-x86_64-string/
H A Dsse4-memcmp-slm.S33 #ifndef MEMCMP
34 # define MEMCMP memcmp macro
82 ENTRY (MEMCMP)
1631 END (MEMCMP)
/freebsd/contrib/nvi/common/
H A Dmultibyte.h104 #define MEMCMP wmemcmp macro
108 #define MEMCMP(p, t, len) memcmp(p, t, (len) * sizeof(CHAR_T)) macro
H A Doptions.c1070 if (!MEMCMP(op->name, name, len)) { in opts_search()
H A Dseq.c135 diff = MEMCMP(qp->input, input, ilen); in seq_delete()
208 diff = MEMCMP(qp->input, c_input, MIN(qp->ilen, ilen)); in seq_find()
/freebsd/contrib/nvi/ex/
H A Dex.c2279 !MEMCMP(name, cp->name, len)) in ex_comm_search()
H A Dex_argv.c291 (cmdlen > len || MEMCMP(cmd, cp->name, cmdlen))) in argv_flt_ex()
H A Dex_display.c73 return arg->len <= STRLEN(str) && !MEMCMP(arg->bp, str, arg->len); in is_prefix()
H A Dex_usage.c70 MEMCMP(ap->bp, cp->name, ap->len); ++cp); in ex_usage()
/freebsd/contrib/nvi/regex/
H A Dengine.c162 MEMCMP(dp, g->must, g->mlen) == 0) in matcher()
H A Dregcomp.c698 if (p->next + 5 < p->end && MEMCMP(p->next, bow, 6) == 0) { in p_bracket()
703 if (p->next + 5 < p->end && MEMCMP(p->next, eow, 6) == 0) { in p_bracket()
839 if (STRLEN(cp->name) == len && !MEMCMP(cp->name, sp, len)) in p_b_cclass()
906 if (STRLEN(cp->name) == len && MEMCMP(cp->name, sp, len)) in p_b_coll_elem()
/freebsd/contrib/nvi/vi/
H A Dv_ex.c602 !MEMCMP(tp->lb, p, len)) in v_ecl_log()
H A Dv_txt.c2146 MEMCMP(av[0]->bp, argv[0]->bp, in txt_fc_col()
/freebsd/lib/libc/tests/string/
H A Dbcmp_test.c29 #define MEMCMP bcmp macro
H A Dmemcmp_test.c39 #ifndef MEMCMP
40 #define MEMCMP memcmp macro
64 __XSTRING(MEMCMP), a, b, len, got, expected); in check_memcmp()
150 memcmp_fn = dlsym(dl_handle, "test_" __XSTRING(MEMCMP)); in ATF_TP_ADD_TCS()
152 memcmp_fn = MEMCMP; in ATF_TP_ADD_TCS()
H A Dtimingsafe_bcmp_test.c29 #define MEMCMP timingsafe_bcmp macro
H A Dtimingsafe_memcmp_test.c29 #define MEMCMP timingsafe_memcmp macro