/third_party/node/test/parallel/ |
D | test-http2-respond-file-error-pipe-offset.js | 19 const mkfifo = child_process.spawnSync('mkfifo', [ pipeName ]); constant 20 if (mkfifo.error && mkfifo.error.code === 'ENOENT') {
|
D | test-http2-respond-file-with-pipe.js | 19 const mkfifo = child_process.spawnSync('mkfifo', [ pipeName ]); constant 20 if (mkfifo.error && mkfifo.error.code === 'ENOENT') {
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
D | mkfifo.c | 30 int ret = mkfifo(path, S_IFIFO | TEST_FIFO_MODE); in mkfifo_0100() 45 int ret = mkfifo("/", TEST_FIFO_MODE); in mkfifo_0200()
|
D | test_src_functionalext_supplement_stat.gni | 18 "mkfifo",
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | tracediff.sh | 157 mkfifo "$TEMP1" || fatal "Could not create fifo 1" 158 mkfifo "$TEMP2" || fatal "Could not create fifo 2"
|
/third_party/musl/porting/liteos_a/user/src/stat/ |
D | mkfifo.c | 4 int mkfifo(const char *path, mode_t mode) in mkfifo() function
|
/third_party/musl/src/stat/ |
D | mkfifo.c | 3 int mkfifo(const char *path, mode_t mode) in mkfifo() function
|
/third_party/ltp/testcases/kernel/security/filecaps/ |
D | filecapstest.sh | 28 mkfifo $FIFOFILE
|
/third_party/toybox/tests/ |
D | tar.test | 29 mkfifo xxd-pipe 108 skipnot mkfifo dir/fifo
|
D | test.test | 20 mkfifo p
|
D | find.test | 8 mkfifo fifo
|
/third_party/NuttX/drivers/pipes/ |
D | fifo.c | 96 int mkfifo(const char *pathname, mode_t mode) in mkfifo() function
|
/third_party/ltp/testcases/kernel/controllers/memcg/control/ |
D | mem_process.c | 122 ret = mkfifo(STATUS_PIPE, 0666); in main()
|
/third_party/ltp/runtest/ |
D | scsi_debug.part1 | 14 gf212 mkfifo gffifo17; growfiles -W gf212 -d /test/growfiles/reiser -b -e 1 -u -i 0 -L 30 gffifo17 15 gf213 mkfifo gffifo18; growfiles -W gf213 -d /test/growfiles/reiser -b -e 1 -u -i 0 -L 30 -I r -r 1… 50 gf312 mkfifo gffifo17; growfiles -W gf312 -d /test/growfiles/ext2 -b -e 1 -u -i 0 -L 30 gffifo17 51 gf313 mkfifo gffifo18; growfiles -W gf313 -d /test/growfiles/ext2 -b -e 1 -u -i 0 -L 30 -I r -r 1-4… 86 gf712 mkfifo gffifo17; growfiles -W gf712 -d /test/growfiles/ext3 -b -e 1 -u -i 0 -L 30 gffifo17 87 gf713 mkfifo gffifo18; growfiles -W gf713 -d /test/growfiles/ext3 -b -e 1 -u -i 0 -L 30 -I r -r 1-4… 122 gf112 mkfifo gffifo17; growfiles -W gf112 -d /test/growfiles/msdos -b -e 1 -u -i 0 -L 30 gffifo17 123 gf113 mkfifo gffifo18; growfiles -W gf113 -d /test/growfiles/msdos -b -e 1 -u -i 0 -L 30 -I r -r 1-…
|
D | fs_readonly | 12 test_robind12 test_robind.sh -c "mkfifo gffifo17; growfiles -b -W gf12 -e 1 -u -i 0 -L 3 gffifo17" 13 test_robind13 test_robind.sh -c "mkfifo gffifo18; growfiles -b -W gf13 -e 1 -u -i 0 -L 3 -I r -r 1-…
|
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
D | parameters.sh | 115 mkfifo myfifo 2> /dev/null;
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 82 int mkfifo(const char *, mode_t);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 82 int mkfifo(const char *, mode_t);
|
/third_party/musl/include/sys/ |
D | stat.h | 82 int mkfifo(const char *, mode_t);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 82 int mkfifo(const char *, mode_t);
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 82 int mkfifo(const char *, mode_t);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 82 int mkfifo(const char *, mode_t);
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 82 int mkfifo(const char *, mode_t);
|
/third_party/musl/libc-test/src/api/ |
D | sys_stat.c | 95 {int(*p)(const char*,mode_t) = mkfifo;} in f()
|
/third_party/e2fsprogs/tests/f_bad_encryption/ |
D | mkimage.sh | 90 mkfifo $dir/fifo
|