Home
last modified time | relevance | path

Searched refs:safe_dup2 (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/include/
Dtst_safe_macros.h53 int safe_dup2(const char *file, const int lineno, int oldfd, int newfd);
56 safe_dup2(__FILE__, __LINE__, (oldfd), (newfd))
/third_party/ltp/lib/
Dtst_safe_macros.c494 int safe_dup2(const char *file, const int lineno, int oldfd, int newfd) in safe_dup2() function