Searched refs:path_template (Results 1 – 1 of 1) sorted by relevance
65 char path_template[] = "/tmp/fifoXXXXXX"; variable66 T_ASSERT_POSIX_SUCCESS(mkstemp(path_template), "setup: created temp file");69 T_ASSERT_POSIX_ZERO(remove(path_template), "setup: removed temp file");70 …T_ASSERT_POSIX_SUCCESS(mkfifo(path_template, (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)), "setup: cre…71 int fifo_fd = open(path_template, O_RDWR, 0);