HomeSort by relevance Sort by last modified time
    Searched refs:safe_strtol (Results 1 - 4 of 4) sorted by null

  /external/ltp/include/
safe_macros_fn.h 117 long safe_strtol(const char *file, const int lineno,
tst_safe_macros.h 147 #define SAFE_STRTOL(str, min, max) \
148 safe_strtol(__FILE__, __LINE__, NULL, (str), (min), (max))
  /external/ltp/include/old/
safe_macros.h 111 #define SAFE_STRTOL(cleanup_fn, str, min, max) \
112 safe_strtol(__FILE__, __LINE__, cleanup_fn, (str), (min), (max))
  /external/ltp/lib/
safe_macros.c 458 long safe_strtol(const char *file, const int lineno, function

Completed in 85 milliseconds