OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:safe_strtoul
(Results
1 - 4
of
4
) sorted by null
/external/ltp/include/
safe_macros_fn.h
120
unsigned long
safe_strtoul
(const char *file, const int lineno,
tst_safe_macros.h
150
#define
SAFE_STRTOUL
(str, min, max) \
151
safe_strtoul
(__FILE__, __LINE__, NULL, (str), (min), (max))
/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/lib/
safe_macros.c
490
unsigned long
safe_strtoul
(const char *file, const int lineno,
function
Completed in 191 milliseconds