| /src/usr.bin/touch/tests/ |
| H A D | touch_test.sh | 28 atf_check -s exit:1 -e match:"^usage" touch 38 atf_check touch foo 49 atf_check touch foo bar baz 60 atf_check touch -t 7001010101 foo 64 atf_check touch -t 7001010101.01 foo 68 atf_check touch -t 196912312359 foo 72 atf_check touch -t 196912312359.58 foo 76 atf_check touch -t 196912312359.59 foo 81 atf_check touch -d1969-12-31T23:59:58 foo 85 atf_check touch -d1969-12-31\ 23:59:58 foo [all …]
|
| /src/usr.sbin/makefs/tests/ |
| H A D | makefs_tests_common.sh | 105 atf_check touch d 107 atf_check touch .f 113 atf_check touch klmn 114 atf_check touch opqr 115 atf_check touch stuv 117 atf_check touch 0b00000001 118 atf_check touch 0b00000010 119 atf_check touch 0b00000011 120 atf_check touch 0b00000100 121 atf_check touch 0b00000101 [all …]
|
| /src/contrib/bmake/unit-tests/ |
| H A D | opt-no-action-touch.mk | 12 .MAKEFLAGS: opt-touch-phony 13 .MAKEFLAGS: opt-touch-join 14 .MAKEFLAGS: opt-touch-use 15 .MAKEFLAGS: opt-touch-make 16 .MAKEFLAGS: opt-touch-regular 20 opt-touch-phony: .PHONY 25 opt-touch-join: .JOIN 30 opt-touch-use: .USE 36 opt-touch-make: .MAKE 41 opt-touch-regular: [all …]
|
| H A D | opt-touch.mk | 5 .MAKEFLAGS: -t opt-touch-phony opt-touch-join opt-touch-use opt-touch-make 7 opt-touch-phony: .PHONY 10 opt-touch-join: .JOIN 13 opt-touch-use: .USE 16 opt-touch-make: .MAKE 20 @files=$$(ls opt-touch-* 2>/dev/null | grep -v -e '\.' -e '\*'); \
|
| H A D | opt-touch-jobs.mk | 7 .MAKEFLAGS: opt-touch-phony 8 .MAKEFLAGS: opt-touch-join 9 .MAKEFLAGS: opt-touch-use 10 .MAKEFLAGS: opt-touch-make 14 opt-touch-phony: .PHONY 19 opt-touch-join: .JOIN 24 opt-touch-use: .USE 31 opt-touch-make: .MAKE 35 @files=$$(ls opt-touch-* 2>/dev/null | grep -v -e '\.' -e '\*'); \
|
| H A D | dep-double-colon-indep.mk | 18 _!= touch -t 202001011200 dep-double-colon-1200 19 _!= touch -t 202001011300 dep-double-colon-1300 20 _!= touch -t 202001011400 dep-double-colon-1400 21 _!= touch -t 202001011500 dep-double-colon-1500
|
| /src/contrib/ntp/ |
| H A D | bootstrap | 84 touch $lt 87 touch $lr 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 sntp/libevent/config.h.in ;;
|
| /src/bin/ls/tests/ |
| H A D | ls_tests.sh | 49 atf_check -e empty -s exit:0 touch d 51 atf_check -e empty -s exit:0 touch .f 55 atf_check -e empty -s exit:0 touch klmn 56 atf_check -e empty -s exit:0 touch opqr 57 atf_check -e empty -s exit:0 touch stuv 59 atf_check -e empty -s exit:0 touch 0b00000001 60 atf_check -e empty -s exit:0 touch 0b00000010 61 atf_check -e empty -s exit:0 touch 0b00000011 62 atf_check -e empty -s exit:0 touch 0b00000100 63 atf_check -e empty -s exit:0 touch 0b00000101 [all …]
|
| /src/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | imx6ul_tsc.txt | 5 - reg: this touch controller address and the ADC2 address. 6 - interrupts: the interrupt of this touch controller and ADC2. 7 - clocks: the root clock of touch controller and ADC2. 10 This xnur-gpio returns to low once the finger leave the touch screen (The 11 last touch event the touch controller capture). 17 This value depends on the touch screen. 18 - pre-charge-time: the touch screen need some time to precharge. 19 This value depends on the touch screen.
|
| H A D | bu21013.txt | 11 - touch-gpios : GPIO pin registering a touch event 23 - rohm,touch-max-x : Maximum outward permitted limit in the X axis 24 - rohm,touch-max-y : Maximum outward permitted limit in the Y axis 25 - rohm,flip-x : Flip touch coordinates on the X axis 26 - rohm,flip-y : Flip touch coordinates on the Y axis 36 touch-gpio = <&gpio2 20 GPIO_ACTIVE_LOW>;
|
| /src/tools/test/stress2/misc/ |
| H A D | mountro4.sh | 44 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; }
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/off/ |
| H A D | posixmode.ksh | 80 log_must touch $file 85 log_must touch $file 90 log_must user_run $owner touch $file 95 log_must user_run $owner touch $file 99 log_must user_run $owner touch $file 111 log_must touch $file 116 log_must touch $file 122 log_mustnot user_run $owner touch $file 123 log_must touch $file
|
| H A D | dosmode.ksh | 84 log_must touch $testfile 88 log_must touch $testfile 93 log_must user_run $owner touch $testfile 98 log_must user_run $owner touch $testfile 108 log_must touch $testfile 114 log_must user_run $owner touch $testfile 127 log_must touch $testfile 133 log_must user_run $owner touch $testfile 148 log_must touch $testfile 158 log_must user_run $owner touch $testfile [all …]
|
| /src/usr.sbin/extattr/tests/ |
| H A D | extattr_test.sh | 33 touch foo 46 touch foo 58 touch foo 78 touch foo 93 touch foo 111 touch foo 137 touch foo 148 touch foo 163 touch foo 178 touch foo [all …]
|
| /src/tools/regression/tmpfs/ |
| H A D | t_rename | 95 touch a || die 96 touch b || die 104 touch a/c || die 115 touch a/c || die 117 touch b/d || die 131 touch b || die 140 touch a || die 150 touch dir/a 160 touch dir/a 161 touch dir/b [all …]
|
| /src/sys/dev/cyapa/ |
| H A D | cyapa.h | 73 } touch[CYAPA_MAX_MT]; member 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)
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_diff/ |
| H A D | zfs_diff_changes.ksh | 70 log_must touch "$MNTPOINT/fremoved" 71 log_must touch "$MNTPOINT/frenamed" 72 log_must touch "$MNTPOINT/fmodified" 81 log_must touch "$MNTPOINT/fmodified" 84 log_must touch "$MNTPOINT/dmodified/file" 85 log_must touch "$MNTPOINT/fcreated"
|
| /src/crypto/heimdal/ |
| H A D | missing | 156 touch aclocal.m4 165 touch configure 184 touch $touch_files 195 while read f; do touch "$f"; done 209 touch $file 284 touch $file 318 touch $file
|
| /src/bin/ln/tests/ |
| H A D | ln_test.sh | 48 atf_check touch A 64 atf_check touch A 78 atf_check touch A B 91 atf_check touch A B 104 atf_check touch A B 159 atf_check touch A B 191 atf_check touch A 241 touch foo 255 touch foo bar
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/longname/ |
| H A D | longname_001_pos.ksh | 77 log_must touch $WORKDIR/$LONGNAME_255 80 log_mustnot touch $WORKDIR/${LONGNAME_255}b 83 log_mustnot touch $WORKDIR/$LONGFNAME 91 log_must touch $WORKDIR/$LONGFNAME 94 log_must touch $WORKDIR/$LONGNAME_1023 97 log_mustnot touch $WORKDIR/${LONGNAME_1023}b
|
| /src/contrib/netbsd-tests/fs/psshfs/ |
| H A D | t_psshfs.sh | 142 touch root/dir/file1 143 touch root/dir/file2 144 touch root/file3 145 touch root/file4 213 touch root/dir/file1 214 touch root/dir/file2 215 touch root/file3 216 touch root/file4
|
| /src/crypto/heimdal/lib/roken/ |
| H A D | missing | 67 touch aclocal.m4 76 touch configure 95 touch $touch_files 106 while read f; do touch "$f"; done 175 touch $file
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/ |
| H A D | projecttree_002_pos.ksh | 67 log_must touch $PRJDIR/c1 71 log_must touch $PRJDIR/a1/c2 75 log_must touch $PRJDIR/b1/c2 79 log_must touch $PRJDIR/a1/a2/c3 83 log_must touch $PRJDIR/a1/a2/a3/c4 84 log_must touch $PRJDIR/a1/a2/a3/d4
|
| /src/tests/sys/acl/ |
| H A D | tools-crossfs.test | 42 $ touch nfs4/xxx 48 $ touch posix/xxx 57 $ touch posix/xxx 76 $ touch posix/xxx 89 $ touch posix/xxx 107 $ touch nfs4/xxx 122 $ touch nfs4/xxx 133 $ touch nfs4/xxx 148 $ touch nfs4/xxx 163 $ touch posix/xxx [all …]
|
| /src/usr.bin/stat/tests/ |
| H A D | stat_test.sh | 36 atf_check touch a 126 atf_check touch a 160 atf_check touch a b 187 atf_check touch a 199 atf_check touch a 237 atf_check touch foo 238 atf_check touch -d 1970-01-01T00:00:42 foo 291 atf_check touch a
|