Searched refs:safe_open (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/glib/ |
D | gspawn.c | 1534 safe_open (const char *path, gint mode) in safe_open() function 1600 gint read_null = safe_open ("/dev/null", O_RDONLY); in do_exec() 1621 gint write_null = safe_open ("/dev/null", O_WRONLY); in do_exec() 1642 gint write_null = safe_open ("/dev/null", O_WRONLY); in do_exec() 1860 gint read_null = safe_open ("/dev/null", O_RDONLY | O_CLOEXEC); in do_posix_spawn() 1884 gint write_null = safe_open ("/dev/null", O_WRONLY | O_CLOEXEC); in do_posix_spawn() 1908 gint write_null = safe_open ("/dev/null", O_WRONLY | O_CLOEXEC); in do_posix_spawn()
|
/third_party/ltp/include/ |
D | safe_macros_fn.h | 64 int safe_open(const char *file, const int lineno,
|
D | tst_safe_macros.h | 85 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 | 236 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()
|