Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dxmalloc.c40 enum { HAVE_GNU_CALLOC = 1 }; enumerator
42 enum { HAVE_GNU_CALLOC = 0 }; enumerator
222 if ((! HAVE_GNU_CALLOC && xalloc_oversized (n, s)) in xcalloc()
223 || (! (p = calloc (n, s)) && (HAVE_GNU_CALLOC || n != 0))) in xcalloc()