HomeSort by relevance Sort by last modified time
    Searched refs:safe_fstat (Results 1 - 3 of 3) 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))
  /external/ltp/testcases/kernel/syscalls/memfd_create/
memfd_create_common.c 263 safe_fstat(filename, lineno, fd, &st);

Completed in 764 milliseconds