OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INT_STRLEN_BOUND
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
intprops.h
57
When compiling with GCC,
INT_STRLEN_BOUND
uses this macro to obtain a
71
#define
INT_STRLEN_BOUND
(t) \
77
#define INT_BUFSIZE_BOUND(t) (
INT_STRLEN_BOUND
(t) + 1)
strerror.c
338
static char msg_buf[sizeof fmt +
INT_STRLEN_BOUND
(n)];
/external/bison/lib/
strerror.c
58
verify (sizeof buf >= sizeof (fmt) +
INT_STRLEN_BOUND
(n));
intprops.h
119
#define
INT_STRLEN_BOUND
(t) \
126
#define INT_BUFSIZE_BOUND(t) (
INT_STRLEN_BOUND
(t) + 1)
/external/bison/
maint.mk
661
INT_BITS_STRLEN_BOUND
INT_STRLEN_BOUND
INT_BUFSIZE_BOUND \
[
all
...]
Completed in 1235 milliseconds