Searched +full:test2 +full:. +full:zeros (Results 1 – 10 of 10) sorted by relevance
/freebsd/tools/regression/nfsmmap/test2/ |
H A D | Makefile | 1 PROG= test2 3 NFSSERVER?= herring.nlsystems.com 4 CLEANFILES= test2.zeros test2.good test2.data test2.scratch 6 all: test2 test2.zeros test2.good 7 @cp ${.OBJDIR}/test2.zeros ${.OBJDIR}/test2.data 9 ssh ${NFSSERVER} touch ${.OBJDIR}/test2.data; \ 11 @cd ${.OBJDIR}; ${.OBJDIR}/test2 12 @if cmp -s ${.OBJDIR}/test2.data ${.OBJDIR}/test2.good && \ 13 cmp -s ${.OBJDIR}/test2.scratch ${.OBJDIR}/test2.good ; then \ 19 test2.zeros: test2.zeros.uu target [all …]
|
H A D | test2.c | 1 #include <sys/types.h> 2 #include <sys/fcntl.h> 3 #include <sys/mman.h> 4 #include <unistd.h> 10 char zeros[4096]; in main() local 13 memset(zeros, 0, sizeof zeros); in main() 16 unlink("test2.data"); in main() 17 fd = open("test2.data", O_RDWR|O_CREAT, 0666); in main() 20 if (write(fd, zeros, sizeof zeros) < 0) in main() 21 err(1, "writing zeros"); in main() [all …]
|
HD | test2.zeros.uu | 1 begin 644 test2.zeros
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_buffer.c | 2 * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu> 8 * 1. Redistributions of source code must retain the above copyright 9 * notice, this list of conditions and the following disclaimer. 10 * 2. Redistributions in binary form must reproduce the above copyright 12 * documentation and/or other materials provided with the distribution. 13 * 3. The name of the author may not be used to endorse or promote products 14 * derived from this software without specific prior written permission. 18 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 25 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 #include "util-internal.h" [all …]
|
/freebsd/contrib/libevent/test/ |
H A D | regress_buffer.c | 2 * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu> 8 * 1. Redistributions of source code must retain the above copyright 9 * notice, this list of conditions and the following disclaimer. 10 * 2. Redistributions in binary form must reproduce the above copyright 12 * documentation and/or other materials provided with the distribution. 13 * 3. The name of the author may not be used to endorse or promote products 14 * derived from this software without specific prior written permission. 18 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 25 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 #include "util-internal.h" [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_proto.c | 2 * ntp_proto.c - NTP version 4 protocol machinery 5 * (Harlan will be discussing these changes with Dave Mills.) 9 #include <config.h> 12 #include "ntpd.h" 13 #include "ntp_stdlib.h" 14 #include "ntp_unixtime.h" 15 #include "ntp_control.h" 16 #include "ntp_string.h" 17 #include "ntp_leapsec.h" 18 #include "ntp_psl.h" [all …]
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 1 // Copyright 2005, Google Inc. 2 // All rights reserved. 9 // notice, this list of conditions and the following disclaimer. 13 // distribution. 14 // * Neither the name of Google Inc. nor the names of its 16 // this software without specific prior written permission. 21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 28 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31 // Tests for Google Test itself. This verifies that the basic constructs of 32 // Google Test work. [all …]
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonsubs.c | 5 * The Regents of the University of California. All rights reserved. 8 * Rick Macklem at The University of Guelph. 13 * 1. Redistributions of source code must retain the above copyright 14 * notice, this list of conditions and the following disclaimer. 15 * 2. Redistributions in binary form must reproduce the above copyright 17 * documentation and/or other materials provided with the distribution. 18 * 3. Neither the name of the University nor the names of its contributors 20 * without specific prior written permission. 25 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 32 * SUCH DAMAGE. [all …]
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 2 (4.2.8p18) 2024/05/25 Released by Harlan Stenn <stenn@ntp.org> 4 * [Bug 3918] Tweak openssl header/library handling. <stenn@ntp.org> 6 stepped. <hart@ntp.org> 7 * [Bug 3913] Avoid duplicate IPv6 link-local manycast associations. 8 <hart@ntp.org> 9 * [Bug 3912] Avoid rare math errors in ntptrace. <brian.utterbac [all...] |
H A D | CommitLog | 1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org 8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1 11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1 14 ntpd/invoke-ntpd.texi@1.528 +2 -2 17 ntpd/ntp.conf. [all...] |