Home
last modified time | relevance | path

Searched refs:safe_getcwd (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/libs/libltpnewipc/
Dlibnewipc.c36 safe_getcwd(file, lineno, NULL, buf, BUFSIZE); in getipckey()
/third_party/ltp/include/
Dsafe_macros_fn.h42 char* safe_getcwd(const char *file, const int lineno,
Dtst_safe_macros.h59 safe_getcwd(__FILE__, __LINE__, NULL, (buf), (size))
/third_party/ltp/include/old/
Dsafe_macros.h42 safe_getcwd(__FILE__, __LINE__, (cleanup_fn), (buf), (size))
/third_party/ltp/lib/
Dsafe_macros.c115 char *safe_getcwd(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_getcwd() function