Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dmknodat.c20 #define TEST_FIFO_MODE 0666 macro
32 int ret = mknodat(-1, path, S_IFIFO | TEST_FIFO_MODE, 0); in mknodat_0100()
49 int ret = mknodat(-1, path, S_IFIFO | TEST_FIFO_MODE, 0); in mknodat_0200()
54 ret = mknodat(-1, path, S_IFIFO | TEST_FIFO_MODE, 0); in mknodat_0200()
Dmkfifoat.c20 #define TEST_FIFO_MODE 0666 macro
33 int ret = mkfifoat(-1, path, S_IFIFO | TEST_FIFO_MODE); in mkfifoat_0100()
51 int ret = mkfifoat(TEST_AT_FDCWD, path, S_IFIFO | TEST_FIFO_MODE); in mkfifoat_0200()
66 int ret = mkfifoat(-1, "mkfifoat_0300", S_IFIFO | TEST_FIFO_MODE); in mkfifoat_0300()
Dmkfifo.c20 #define TEST_FIFO_MODE 0666 macro
30 int ret = mkfifo(path, S_IFIFO | TEST_FIFO_MODE); in mkfifo_0100()
45 int ret = mkfifo("/", TEST_FIFO_MODE); in mkfifo_0200()
/third_party/musl/libc-test/src/functionalext/supplement/legacy/
Dlutimes.c21 #define TEST_FIFO_MODE 777 macro
41 fd = creat("./lutimes_0100.txt", TEST_FIFO_MODE); in lutimes_0100()
83 fd = creat("./lutimes_time64_0100.txt", TEST_FIFO_MODE); in lutimes_time64_0100()