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

  /external/ltp/include/
safe_macros_fn.h 138 int safe_fchmod(const char *file, const int lineno, void (cleanup_fn)(void),
tst_safe_macros.h 157 #define SAFE_FCHMOD(fd, mode) \
158 safe_fchmod(__FILE__, __LINE__, NULL, (fd), (mode))
  /external/ltp/include/old/
safe_macros.h 128 #define SAFE_FCHMOD(cleanup_fn, fd, mode) \
129 safe_fchmod(__FILE__, __LINE__, (cleanup_fn), (fd), (mode))
  /external/ltp/lib/
safe_macros.c 576 int safe_fchmod(const char *file, const int lineno, function

Completed in 796 milliseconds