Home
last modified time | relevance | path

Searched refs:fifoname (Results 1 – 4 of 4) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dtst-sync_file_range.c37 static char fifoname[] = "/tmp/tst-posix_fadvise-fifo-XXXXXX"; variable
47 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()
/sysdeps/pthread/
A Dtst-cancel4-common.h91 static char fifoname[] = "/tmp/tst-cancel4-fifo-XXXXXX"; variable
100 unlink (fifoname); in cl_fifo()
A Dtst-cancel4-common.c31 if (mktemp (fifoname) == NULL) in do_test()
A Dtst-cancel4.c944 fifofd = mkfifo (fifoname, S_IWUSR | S_IRUSR); in tf_open()
957 open (arg ? "Makefile" : fifoname, O_RDONLY); in tf_open()

Completed in 7 milliseconds