Home
last modified time | relevance | path

Searched defs:safe_strtol (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/include/
Dlocal.h238 static inline int safe_strtol(const char *str, long *val) { return safe_strtol_base(str, val, 0); } in safe_strtol() function
/third_party/ltp/lib/
Dsafe_macros.c545 long safe_strtol(const char *file, const int lineno, in safe_strtol() function