Home
last modified time | relevance | path

Searched refs:MEM_SAME (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rcs/rcs-5.10.0/src/
H A Drcsfnms.c163 if (xl <= nl && MEM_SAME (xl, (p = nz - xl), x)) in rcssuffix()
170 && MEM_SAME (rcsdirlen, p, rcsdir)) in rcssuffix()
308 && MEM_SAME (baselen, base, p)) in pairnames()
329 && MEM_SAME (baselen, base, RCSbase)) in pairnames()
H A Db-anchor.c66 return MEM_SAME (sym->len, start, sym->bytes); in looking_at()
106 if (x->size == symlen && MEM_SAME (symlen, p + 1, x->string)) in pool_lookup()
H A Dbase.h993 #define MEM_SAME(n,a,b) (0 == memcmp ((a), (b), (n))) macro
H A DChangeLog764 [int] Use ‘MEM_SAME’ more.
3216 [int] Add abstractions: MEM_SAME, MEM_DIFF
3218 * base.h (MEM_SAME, MEM_DIFF): New macros.
3219 * b-anchor.c (looking_at): Use ‘MEM_SAME’.
3222 * rcsfnms.c (rcssuffix, pairnames): Use ‘MEM_SAME’.