Home
last modified time | relevance | path

Searched refs:safe_fchown (Results 1 – 4 of 4) sorted by relevance

/external/ltp/include/
Dsafe_macros_fn.h136 int safe_fchown(const char *file, const int lineno, void (cleanup_fn)(void),
Dtst_safe_macros.h183 safe_fchown(__FILE__, __LINE__, NULL, (fd), (owner), (group))
/external/ltp/include/old/
Dsafe_macros.h130 safe_fchown(__FILE__, __LINE__, (cleanup_fn), (fd), (owner), (group))
/external/ltp/lib/
Dsafe_macros.c595 int safe_fchown(const char *file, const int lineno, void (cleanup_fn)(void), in safe_fchown() function