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

  /external/ltp/testcases/kernel/syscalls/fchownat/
fchownat02.c 95 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf);
124 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf);
  /external/ltp/testcases/kernel/syscalls/open/
open14.c 205 SAFE_LSTAT(cleanup, path, &st);
  /external/ltp/testcases/kernel/syscalls/openat/
openat03.c 216 SAFE_LSTAT(cleanup, path, &st);
  /external/ltp/include/old/
safe_macros.h 256 static inline int safe_lstat(const char *file, const int lineno, function
270 #define SAFE_LSTAT(cleanup_fn, path, buf) \
271 safe_lstat(__FILE__, __LINE__, (cleanup_fn), (path), (buf))
  /external/ltp/include/
tst_safe_macros.h 307 static inline int safe_lstat(const char *file, const int lineno, function
321 #define SAFE_LSTAT(path, buf) \
322 safe_lstat(__FILE__, __LINE__, (path), (buf))

Completed in 55 milliseconds