HomeSort by relevance Sort by last modified time
    Searched defs:SAFE_FSTAT (Results 1 - 2 of 2) sorted by null

  /external/ltp/include/old/
safe_macros.h 234 static inline int safe_fstat(const char *file, const int lineno, function
248 #define SAFE_FSTAT(cleanup_fn, fd, buf) \
249 safe_fstat(__FILE__, __LINE__, (cleanup_fn), (fd), (buf))
  /external/ltp/include/
tst_safe_macros.h 292 static inline int safe_fstat(const char *file, const int lineno, function
306 #define SAFE_FSTAT(fd, buf) \
307 safe_fstat(__FILE__, __LINE__, (fd), (buf))

Completed in 194 milliseconds