Home
last modified time | relevance | path

Searched refs:mkfifo (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.121.6/tests/vfs/
H A Dlseek.c70 …T_ASSERT_POSIX_SUCCESS(mkfifo(path_template, (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)), "setup: cre…
/xnu-11417.121.6/tests/
H A Dkqueue_fifo_18776047.c92 ret = mkfifo(filepath, 0777); in create_fifo()
H A Dpoll_select_kevent_paired_fds.c742 T_ASSERT_POSIX_SUCCESS(mkfifo(fifo_path, 0700), "mkfifo(%s, 0700)", in fd_pair_init()
H A Dkqueue_file_tests.c363 res = mkfifo((char*)args[0], 0755); in execute_action()
/xnu-11417.121.6/bsd/man/man2/
H A DMakefile138 mkfifo.2 \
/xnu-11417.121.6/bsd/sys/
H A Dstat.h566 int mkfifo(const char *, mode_t);
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_syscalls.c5593 mkfifo(proc_t p, struct mkfifo_args *uap, __unused int32_t *retval) in mkfifo() function