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 239 static inline int safe_fstat(const char *file, const int lineno, function
253 #define SAFE_FSTAT(cleanup_fn, fd, buf) \
254 safe_fstat(__FILE__, __LINE__, (cleanup_fn), (fd), (buf))
  /external/ltp/include/
tst_safe_macros.h 290 static inline int safe_fstat(const char *file, const int lineno, function
304 #define SAFE_FSTAT(fd, buf) \
305 safe_fstat(__FILE__, __LINE__, (fd), (buf))

Completed in 95 milliseconds