Searched +full:test2 +full:. +full:zeros (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/tools/regression/nfsmmap/test2/ |
H A D | Makefile | 1 PROG= test2 3 NFSSERVER?= herring.nlsystems.com 4 CLEANFILES= test2.zeros test2.good test2.dat [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-src/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-src/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-src/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. [all...] |
/freebsd-src/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. 2821 TEST_F(FloatTest,Zeros) TEST_F() argument 2978 TEST_F(DoubleTest,Zeros) TEST_F() argument 5024 TEST_F(TestLifeCycleTest,Test2) TEST_F() argument 5401 TEST_F(SetUpTestCaseTest,Test2) TEST_F() argument [all...] |
/freebsd-src/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. I [all...] |
/freebsd-src/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.utterback@oracle.com> 10 * [Bug 3910] Memory leak using openssl-3 <hart@ntp.org> 11 * [Bug 3909] Do not select multicast local address for unicast peer. 12 <hart@ntp.org> 13 * [Bug 3903] lib/isc/win32/strerror.c NTstrerror() is not thread-safe. [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.5man@1.265 +2 -2 20 ntpd/ntp.conf.5mdoc@1.265 +2 -2 23 ntpd/ntp.conf.html@1.213 +1 -1 26 ntpd/ntp.conf.man.in@1.265 +2 -2 29 ntpd/ntp.conf.mdoc.in@1.265 +2 -2 32 ntpd/ntp.keys.5man@1.248 +2 -2 [all …]
|