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

  /external/ltp/include/
safe_macros_fn.h 39 char* safe_dirname(const char *file, const int lineno,
tst_safe_macros.h 50 #define SAFE_DIRNAME(path) \
51 safe_dirname(__FILE__, __LINE__, NULL, (path))
  /external/ltp/include/old/
safe_macros.h 35 #define SAFE_DIRNAME(cleanup_fn, path) \
36 safe_dirname(__FILE__, __LINE__, (cleanup_fn), (path))
  /external/ltp/lib/
safe_macros.c 83 char *safe_dirname(const char *file, const int lineno, function

Completed in 40 milliseconds