Searched refs:testfile (Results 26 - 33 of 33) sorted by relevance

12

/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_rwacl_001_pos.ksh233 log_must usr_exec touch $testfile
238 for node in $testfile $testdir; do
243 log_must usr_exec rm -rf $testfile $testdir
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c189 char testfile[PATH_MAX]; local
193 (void) snprintf(testfile, sizeof (testfile), "%s/testXXXXXX", mountpt);
195 if (mktemp(testfile) == NULL)
198 else if ((fd = creat(testfile, 0777)) == -1)
208 (void) unlink(testfile);
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DTest.java70 String testfile = "";
72 testfile = args[0];
74 System.out.println("Usage: Test testfile");
78 String cmd = "/usr/bin/cat " + testfile;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-cpL_varied_recsize.ksh70 typeset file="$(get_prop mountpoint $recv_ds)/testfile"
172 log_must cp $BACKDIR/file.0 $dir/testfile
/illumos-gate/usr/src/cmd/logadm/
H A Dtester264 # common setup step -- create a testfile.conf
267 $fname = 'testfile.conf' unless defined($fname);
314 /bin/sed '/^conffile <testfile.conf>:$/d' <std.out >sed.out
315 exec /bin/diff testfile.conf sed.out
321 exec $bindir/conftest testfile.conf >std.out 2>std.err
331 set_file('testfile.conf', 'line fragment');
334 conftest: Warning: file testfile.conf doesn't end with newline, last line ignored.
344 $bindir/conftest testfile.conf >std.out 2>std.err || exit 0
844 exec $bindir/logadm -f testfile.conf -F testfile
[all...]
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun639 for testfile in tmp_dict.keys():
640 uniq = '/'.join(testfile.split('/')[components:]).lstrip('/')
643 tmp_dict[testfile].outputdir = os.path.join(base, uniq)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib731 log_must touch $mntpt/testfile.$stamp
740 if [[ -e $mntpt/testfile.$stamp ]]; then
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c4058 char testfile[PATH_MAX]; local
4066 (void) snprintf(testfile, sizeof (testfile), "%s/%s.%d",
4069 (void) unlink(testfile);
4072 fd = open(testfile, O_RDWR|O_CREAT|O_EXCL, 0644);
4084 (void) unlink(testfile);

Completed in 1165 milliseconds

12