OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xalloc_oversized
(Results
1 - 8
of
8
) sorted by null
/external/bison/lib/
xalloc-oversized.h
35
# define
xalloc_oversized
(n, s) \
macro
xmalloc.c
100
if ((! HAVE_GNU_CALLOC &&
xalloc_oversized
(n, s))
xalloc.h
102
if (
xalloc_oversized
(n, s))
115
if (
xalloc_oversized
(n, s))
quotearg.c
777
revert to the original type, so that the test in
xalloc_oversized
782
if (
xalloc_oversized
(n1, sizeof *sv))
hash.c
554
if (
xalloc_oversized
(candidate, sizeof (struct hash_entry *)))
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/lib/
xalloc.h
75
# define
xalloc_oversized
(n, s) \
macro
123
if (
xalloc_oversized
(n, s))
134
if (
xalloc_oversized
(n, s))
xmalloc.c
96
if ((! HAVE_GNU_CALLOC &&
xalloc_oversized
(n, s))
quotearg.c
684
revert to the original type, so that the test in
xalloc_oversized
689
if (
xalloc_oversized
(n1, sizeof *sv))
Completed in 303 milliseconds