Searched refs:mkfifo (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.121.6/tests/vfs/ |
| H A D | lseek.c | 70 …T_ASSERT_POSIX_SUCCESS(mkfifo(path_template, (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)), "setup: cre…
|
| /xnu-11417.121.6/tests/ |
| H A D | kqueue_fifo_18776047.c | 92 ret = mkfifo(filepath, 0777); in create_fifo()
|
| H A D | poll_select_kevent_paired_fds.c | 742 T_ASSERT_POSIX_SUCCESS(mkfifo(fifo_path, 0700), "mkfifo(%s, 0700)", in fd_pair_init()
|
| H A D | kqueue_file_tests.c | 363 res = mkfifo((char*)args[0], 0755); in execute_action()
|
| /xnu-11417.121.6/bsd/man/man2/ |
| H A D | Makefile | 138 mkfifo.2 \
|
| /xnu-11417.121.6/bsd/sys/ |
| H A D | stat.h | 566 int mkfifo(const char *, mode_t);
|
| /xnu-11417.121.6/bsd/vfs/ |
| H A D | vfs_syscalls.c | 5593 mkfifo(proc_t p, struct mkfifo_args *uap, __unused int32_t *retval) in mkfifo() function
|