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 - 2
of
2
) 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)];
Completed in 48 milliseconds