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

  /external/ltp/testcases/kernel/syscalls/futex/
futex_utils.h 49 SAFE_CLOSEDIR(NULL, dir);
55 SAFE_CLOSEDIR(NULL, dir);
  /external/ltp/lib/
tst_dir_is_empty.c 46 SAFE_CLOSEDIR(cleanup_fn, dir);
  /external/ltp/include/old/
safe_macros.h 330 #define SAFE_CLOSEDIR(cleanup_fn, dirp) \
331 safe_closedir(__FILE__, __LINE__, (cleanup_fn), (dirp))
  /external/ltp/include/
tst_safe_macros.h 195 #define SAFE_CLOSEDIR(dirp) \
196 safe_closedir(__FILE__, __LINE__, NULL, (dirp))

Completed in 51 milliseconds