Searched refs:fifoname (Results 1 – 4 of 4) sorted by relevance
37 static char fifoname[] = "/tmp/tst-posix_fadvise-fifo-XXXXXX"; variable47 if (mktemp (fifoname) == NULL) in do_prepare()49 add_temp_file (fifoname); in do_prepare()51 if (mkfifo (fifoname, S_IWUSR | S_IRUSR) != 0) in do_prepare()54 fifofd = open (fifoname, O_RDONLY | O_NONBLOCK); in do_prepare()
91 static char fifoname[] = "/tmp/tst-cancel4-fifo-XXXXXX"; variable100 unlink (fifoname); in cl_fifo()
31 if (mktemp (fifoname) == NULL) in do_test()
944 fifofd = mkfifo (fifoname, S_IWUSR | S_IRUSR); in tf_open()957 open (arg ? "Makefile" : fifoname, O_RDONLY); in tf_open()
Completed in 7 milliseconds