Searched refs:TEST_FIFO_MODE (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
D | mknodat.c | 20 #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()
|
D | mkfifoat.c | 20 #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()
|
D | mkfifo.c | 20 #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/ |
D | lutimes.c | 21 #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()
|