Home
last modified time | relevance | path

Searched refs:format_file (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inuse/
H A Dinuse_004_pos.ksh79 typeset format_file=$TEST_BASE_DIR/format_in.$$.1
80 echo "partition" > $format_file
81 echo "modify" >> $format_file
83 format -e -s -d $disk -f $format_file
86 rm -rf $format_file
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib1020 echo "partition" >$format_file
1021 echo "$slicenum" >> $format_file
1022 echo "" >> $format_file
1023 echo "" >> $format_file
1024 echo "$start" >> $format_file
1025 echo "$size" >> $format_file
1026 echo "label" >> $format_file
1027 echo "" >> $format_file
1028 echo "q" >> $format_file
1029 echo "q" >> $format_file
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c5078 apr_file_t *format_file; in svn_io_read_version_file() local
5084 SVN_ERR(svn_io_file_open(&format_file, path, APR_READ, in svn_io_read_version_file()
5087 err = svn_io_file_read(format_file, buf, &len, pool); in svn_io_read_version_file()
5091 svn_io_file_close(format_file, pool))); in svn_io_read_version_file()