003 File Manager
Current Path:
/usr/src/contrib/pjdfstest/tests/mkfifo
usr
/
src
/
contrib
/
pjdfstest
/
tests
/
mkfifo
/
📁
..
📄
00.t
(2.17 KB)
📄
01.t
(517 B)
📄
02.t
(452 B)
📄
03.t
(476 B)
📄
04.t
(395 B)
📄
05.t
(798 B)
📄
06.t
(812 B)
📄
07.t
(501 B)
📄
08.t
(766 B)
📄
09.t
(482 B)
📄
10.t
(1.4 KB)
📄
11.t
(741 B)
📄
12.t
(369 B)
Editing: 12.t
#!/bin/sh # vim: filetype=sh noexpandtab ts=8 sw=8 # $FreeBSD: head/tools/regression/pjdfstest/tests/mkfifo/12.t 211352 2010-08-15 21:24:17Z pjd $ desc="mkfifo returns EFAULT if the path argument points outside the process's allocated address space" dir=`dirname $0` . ${dir}/../misc.sh echo "1..2" expect EFAULT mkfifo NULL 0644 expect EFAULT mkfifo DEADCODE 0644
Upload File
Create Folder