Searched refs:touch (Results 1 - 25 of 435) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-no-action-touch.exp1 echo ": Making opt-touch-phony."
2 { : Making opt-touch-phony.
4 echo 'Making opt-touch-make.'
5 Making opt-touch-make.
6 echo ": Making opt-touch-regular."
7 { : Making opt-touch-regular.
9 `opt-touch-join' is up to date.
10 `opt-touch-use' is up to date.
H A Dopt-touch-jobs.exp1 : Making opt-touch-make.
2 `opt-touch-join' is up to date.
3 `opt-touch-use' is up to date.
H A Dopt-touch.exp1 `opt-touch-join' is up to date.
2 `opt-touch-use' is up to date.
3 : Making opt-touch-make.
/freebsd-current/usr.bin/touch/tests/
H A Dtouch_test.sh22 atf_check -s exit:1 -e match:"^usage" touch
32 atf_check touch foo
43 atf_check touch foo bar baz
54 atf_check touch -t 7001010101 foo
58 atf_check touch -t 7001010101.01 foo
62 atf_check touch -t 196912312359 foo
66 atf_check touch -t 196912312359.58 foo
70 atf_check touch -t 196912312359.59 foo
75 atf_check touch -d1969-12-31T23:59:58 foo
79 atf_check touch
[all...]
/freebsd-current/usr.bin/touch/
H A DMakefile3 PROG= touch
/freebsd-current/usr.sbin/makefs/tests/
H A Dmakefs_tests_common.sh98 atf_check -e empty -s exit:0 touch d
100 atf_check -e empty -s exit:0 touch .f
106 atf_check -e empty -s exit:0 touch klmn
107 atf_check -e empty -s exit:0 touch opqr
108 atf_check -e empty -s exit:0 touch stuv
110 atf_check -e empty -s exit:0 touch 0b00000001
111 atf_check -e empty -s exit:0 touch 0b00000010
112 atf_check -e empty -s exit:0 touch 0b00000011
113 atf_check -e empty -s exit:0 touch 0b00000100
114 atf_check -e empty -s exit:0 touch
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_diff/
H A Dzfs_diff_changes.ksh69 log_must touch "$MNTPOINT/fremoved"
70 log_must touch "$MNTPOINT/frenamed"
71 log_must touch "$MNTPOINT/fmodified"
80 log_must touch "$MNTPOINT/fmodified"
83 log_must touch "$MNTPOINT/dmodified/file"
84 log_must touch "$MNTPOINT/fcreated"
/freebsd-current/sys/dev/cyapa/
H A Dcyapa.h72 uint8_t id; /* 1-15 incremented each touch */
73 } touch[CYAPA_MAX_MT]; member in struct:cyapa_regs
107 #define CYAPA_TOUCH_X(regs, i) ((((regs)->touch[i].xy_high << 4) & 0x0F00) | \
108 (regs)->touch[i].x_low)
109 #define CYAPA_TOUCH_Y(regs, i) ((((regs)->touch[i].xy_high << 8) & 0x0F00) | \
110 (regs)->touch[i].y_low)
111 #define CYAPA_TOUCH_P(regs, i) ((regs)->touch[i].pressure)
/freebsd-current/tools/regression/tmpfs/
H A Dt_remove44 touch a || die
50 touch a || die
64 touch dir/a || die
H A Dt_readdir48 touch reg || die
62 touch $(jot 10) || die
66 touch $(jot 20) || die
73 touch a/$f || die
H A Dt_trail_slash45 touch a/b || die
/freebsd-current/libexec/bootpd/
H A DConvOldTab.sh54 if touch $NEWTAB 2> /dev/null
/freebsd-current/contrib/ntp/
H A Dbootstrap84 touch $lt
87 touch $lr
97 # touch the stuff generated by the opt files
124 *) touch $l
131 *) touch $li
138 *) touch $lh
152 touch ntpd/ntp_parser.[ch] ntpd/keyword-gen-utd ntpd/ntp_keyword.h
163 aclocal.m4) touch config.h.in ;;
166 sntp/aclocal.m4) touch sntp/config.h.in ;;
169 sntp/libevent/aclocal.m4) touch snt
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dlockf2.sh32 touch $file
H A Dcpuset.sh43 "round-robin:all" "0-1" round-robin all first-touch prefer:1 \
H A Dmountro4.sh44 touch $f1
46 touch $f2 2>/dev/null && { echo "ufs: ro failed"; s=1; }
56 touch $f2 2>/dev/null || { echo "ufs: rw failed"; s=1; }
62 touch $f1
64 touch $f2 2>/dev/null && { echo "tmpfs: ro failed"; s=1; }
74 touch $f2 2>/dev/null || { echo "tmpfs: rw failed"; s=1; }
86 touch $f1
88 touch $f2 2>/dev/null && { echo "msdosfs: ro failed"; s=1; }
98 touch $f2 2>/dev/null || { echo "msdosfs: rw failed"; s=1; }
/freebsd-current/contrib/elftoolchain/common/
H A Dnative-elf-format17 touch ${tmp_c}
/freebsd-current/lib/csu/powerpc64/
H A DMakefile12 touch ${.TARGET}
/freebsd-current/contrib/ntp/scripts/build/
H A DcheckHtmlFileDates15 # Therefore touch .datecheck unconditionally right away.
17 touch .datecheck
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/upgrade/
H A Dupgrade_readonly_pool.ksh47 log_must touch $TESTDIR/file.bin
63 log_mustnot touch "$TESTFILE"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mv_files/
H A Drandom_creation.ksh15 if ! touch "${DIR}/${i}" ; then
35 if ! touch "${DIR}/${i}" ; then
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/stat/
H A Dstat_001_pos.ksh53 log_must touch ${TESTFILE}
/freebsd-current/bin/rm/tests/
H A Drm_test.sh34 touch -- foo bar -foo -bar
/freebsd-current/usr.bin/find/tests/
H A Dfind_test.sh38 atf_check -s exit:0 touch -d 2017-12-31T10:00:00Z -h test/link
39 atf_check -s exit:0 touch -d 2017-12-31T11:00:00Z test/file2
40 atf_check -s exit:0 touch -d 2017-12-31T12:00:00Z test/file1
59 atf_check -s exit:0 touch test/file3
/freebsd-current/crypto/heimdal/lib/roken/
H A Dmissing40 aclocal touch file \`aclocal.m4'
41 autoconf touch file \`configure'
42 autoheader touch file \`config.h.in'
43 automake touch all \`Makefile.in' files
47 makeinfo touch the output file
67 touch aclocal.m4
76 touch configure
95 touch $touch_files
106 while read f; do touch "$f"; done
175 touch
[all...]

Completed in 179 milliseconds

1234567891011>>