OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SAFE_STRTOUL
(Results
1 - 2
of
2
) sorted by null
/external/ltp/include/old/
safe_macros.h
114
#define
SAFE_STRTOUL
(cleanup_fn, str, min, max) \
115
safe_strtoul
(__FILE__, __LINE__, cleanup_fn, (str), (min), (max))
/external/ltp/include/
tst_safe_macros.h
150
#define
SAFE_STRTOUL
(str, min, max) \
151
safe_strtoul
(__FILE__, __LINE__, NULL, (str), (min), (max))
Completed in 503 milliseconds