Searched refs:touch (Results 26 - 50 of 181) sorted by relevance

12345678

/openbsd-current/regress/usr.bin/rsync/
H A Dtest10_perms.test13 touch -m -t 199901020405 foo/bar/baz/one.txt
/openbsd-current/sys/conf/
H A Dnewvers.sh42 touch version
/openbsd-current/sys/dev/wscons/
H A Dwsmouse.c666 int limit = imax(input->touch.min_pressure, 1);
678 struct touch_state *touch = &input->touch; local
683 if (pressure == 0 || pressure != touch->pressure) {
688 touch->pressure = pressure;
689 touch->sync |= SYNC_PRESSURE;
691 if (contacts != touch->contacts) {
692 touch->contacts = contacts;
693 touch->sync |= SYNC_CONTACTS;
716 /* Is this a new touch
803 struct touch_state *touch = &input->touch; local
1060 struct touch_state *touch = &input->touch; local
[all...]
/openbsd-current/regress/usr.bin/ssh/
H A Dbanner.sh8 touch $OBJ/empty.in
19 touch $OBJ/banner.in
H A Dkeys-command.sh12 touch $OBJ/keys-command-args
/openbsd-current/gnu/llvm/libcxx/utils/
H A Dzos_rename_dll_side_deck.sh47 touch $sidedeck.tmp; chtag -tc1047 $sidedeck.tmp
/openbsd-current/sbin/iked/
H A DMakefile28 @touch $@
32 @touch $@
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DCommand.pm8 our @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod
52 perl -MExtUtils::Command -e touch files...
118 local @ARGV = ($dst); touch(); # in case $dst doesn't exist
173 =item touch
175 touch file ...
181 sub touch { subroutine
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgenfixes76 touch fixincl.x
/openbsd-current/gnu/usr.bin/binutils/bfd/doc/
H A DMakefile.in497 touch s-aoutx
503 touch s-archive
509 touch s-archures
517 touch s-bfd
523 touch s-cache
529 touch s-coffcode
535 touch s-core
541 touch s-elf
547 touch s-elfcode
553 touch
[all...]
/openbsd-current/gnu/gcc/libgomp/
H A DMakefile.am89 @touch $@
95 @touch $@
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/
H A DMakefile.am86 touch testsuite_wchar_t
102 touch baseline_symbols)
/openbsd-current/gnu/usr.bin/perl/ext/File-DosGlob/t/
H A DDosGlob.t110 unless open my $touch, ">", $filename_containing_parens;
111 close $touch;
/openbsd-current/usr.bin/mail/
H A Dcmd2.c179 touch(mp);
273 touch(dot);
297 touch(mp);
333 touch(mp);
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-SysV/
H A Dregen.pl43 If you're absolutely sure you didn't touch the files, please ignore
/openbsd-current/regress/bin/csh/
H A Dfilec.sh44 touch $tmp/ambiguous.{1,2} $tmp/complete $tmp/ignore.{c,o} $tmp/only.o
/openbsd-current/regress/lib/libssl/rust-openssl/
H A DMakefile25 touch $@
/openbsd-current/gnu/usr.bin/binutils/binutils/doc/
H A DMakefile.in445 touch $@
452 touch $@
459 touch $@
466 touch $@
473 touch $@
480 touch $@
487 touch $@
494 touch $@
501 touch $@
508 touch
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/doc/
H A DMakefile.in562 touch $@
569 touch $@
576 touch $@
583 touch $@
590 touch $@
597 touch $@
604 touch $@
611 touch $@
618 touch $@
625 touch
[all...]
/openbsd-current/gnu/usr.bin/gcc/contrib/regression/
H A Dobjs-gcc.sh63 [ -f $PASSES ] || touch $PASSES
/openbsd-current/usr.bin/compress/
H A Dznew86 if ! touch -fr "$filez" "$filegz"; then
/openbsd-current/lib/libcrypto/util/
H A Dmkstack.pl62 if (m|^/\* This block of defines is updated by util/mkstack.pl, please do not touch! \*/|) {
71 $new_stackfile .= "/* This block of defines is updated by util/mkstack.pl, please do not touch! */";
/openbsd-current/regress/usr.sbin/vmd/config/
H A DMakefile29 touch $@
/openbsd-current/gnu/usr.bin/clang/lldb-server/
H A DMakefile80 touch $@
/openbsd-current/gnu/usr.bin/clang/lldb/
H A DMakefile88 touch $@

Completed in 710 milliseconds

12345678