Lines Matching refs:Declare
721 (errno): Declare if !STDC_HEADERS.
1277 (alloca): Declare like coreutils does it.
2000 * system.h (gettext): Declare; use a stub if ! HAVE_LIBINTL_H.
2001 (setlocale): Declare; use a stub if ! HAVE_LOCALE_H.
2383 * system.h (malloc, realloc): Declare only if !HAVE_STDLIB_H.
2384 (memchr): Declare only if !HAVE_MEMCHR. These changes are
2421 * system.h (malloc, realloc): Declare only if !HAVE_STDLIB_H.
2422 (memchr): Declare only if !HAVE_MEMCHR. These changes are
2448 (getenv, malloc, realloc): Declare even if HAVE_STDLIB_H, since some
2713 * system.h (memchr): Declare if !HAVE_MEMCHR, not if
2740 * system.h: Declare memchr #if !HAVE_MEMCHR && !STDC_HEADERS,
2984 and const when declaring memchr replacement. Declare memchr
3115 Declare malloc and realloc.
3619 * diff.h: Don't declare xcalloc. Declare some other functions.
3833 * diff.h: Declare index, rindex.