Searched refs:safe_open (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/include/ |
D | safe_macros_fn.h | 76 int safe_open(const char *file, const int lineno,
|
D | tst_safe_macros.h | 90 safe_open(__FILE__, __LINE__, NULL, (pathname), (oflags), \
|
/third_party/ltp/include/old/ |
D | safe_macros.h | 63 safe_open(__FILE__, __LINE__, (cleanup_fn), (pathname), (oflags), \
|
/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create_common.c | 272 r = safe_open(filename, lineno, NULL, buf, flags, mode); in check_mfd_open()
|
/third_party/ltp/lib/ |
D | safe_macros.c | 237 int safe_open(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_open() function
|
/third_party/alsa-utils/aplay/ |
D | aplay.c | 3185 static int safe_open(const char *name) in safe_open() function 3255 fd = safe_open(name); in capture()
|