Searched refs:enda (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c1196 const char *enda = stra + lena;
1201 while (stra < enda && strb < endb && *stra == *strb)
1208 while (stra < enda && strb < endb)
1210 --enda; --endb;
1211 if (*enda != *endb)
1213 ++enda; ++endb;
1220 if (stra < enda && strb < endb)
1222 const apr_size_t resta = enda - stra;
1235 pstr = enda;
1236 enda
1191 const char *enda = stra + lena; local
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dggc-page.c810 char *allocation, *a, *enda;
826 enda = allocation + alloc_size - tail_slop;
839 enda -= G.pagesize;
843 group = (page_group *)enda;
859 for (a = enda - G.pagesize; a != page; a -= G.pagesize)
807 char *allocation, *a, *enda; local
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dtekhex.c265 #define enda(x) (x->vma + x->size) macro

Completed in 122 milliseconds