Searched +full:test2 +full:. +full:good (Results 1 – 19 of 19) 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 [all …]
|
HD | test2.good.uu | 1 begin 644 test2.good
|
/freebsd/contrib/atf/atf-c/ |
H A D | tc_test.c | 1 /* Copyright (c) 2008 The NetBSD Foundation, Inc. 2 * All rights reserved. 7 * 1. Redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer. 9 * 2. Redistributions in binary form must reproduce the above copyright 11 * documentation and/or other materials provided with the distribution. 13 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND 16 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 24 * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 26 #include "atf-c/tc.h" [all …]
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_format_rar5.c | 3 * All rights reserved. 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. 16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25 #include "test.h" 28 * help. */ 30 #include <archive_crc32.h> [all …]
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_io.h | 4 * Copyright (c) 2003 Silicon Graphics International Corp. 5 * Copyright (c) 2014-2015 Alexander Motin <mav@FreeBSD.org> 6 * All rights reserved. 11 * 1. Redistributions of source code must retain the above copyright 13 * without modification. 14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 18 * binary redistribution. 24 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 31 * POSSIBILITY OF SUCH DAMAGES. 33 * $Id: //depot/users/kenm/FreeBSD-test2/sy [all...] |
H A D | ctl_frontend_cam_sim.c | 4 * Copyright (c) 2009 Silicon Graphics International Corp. 5 * All rights reserved. 10 * 1. Redistributions of source code must retain the above copyright 12 * without modification. 13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 17 * binary redistribution. 23 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 30 * POSSIBILITY OF SUCH DAMAGES. 32 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_frontend_cam_sim.c#4 $ 35 * CTL frontend to CAM SIM interface. This allows access to CTL LUNs via [all …]
|
H A D | scsi_ctl.c | 4 * Copyright (c) 2008, 2009 Silicon Graphics International Corp. 5 * Copyright (c) 2014-2015 Alexander Motin <mav@FreeBSD.org> 6 * All rights reserved. 11 * 1. Redistributions of source code must retain the above copyright 13 * without modification. 14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 18 * binary redistribution. 24 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 31 * POSSIBILITY OF SUCH DAMAGES. 33 * $Id: //depot/users/kenm/FreeBSD-test2/sy [all...] |
/freebsd/crypto/openssh/regress/ |
H A D | sshsig.sh | 1 # $OpenBSD: sshsig.sh,v 1.15 2023/10/12 03:51:08 djm Exp $ 2 # Placed in the Public Domain. 6 DATA2=$OBJ/${DATANAME}.2 9 rm -f $OBJ/sshsig-*.sig $OBJ/wrong-key* $OBJ/sigca-key* 12 sig_principal="user-$$@example.com" 18 WRONG=$OBJ/wrong-key.pub 20 # Make a CA key. 24 CA_PUB=$OBJ/sigca-key.pub 41 SIGNKEYS="$SIGNKEYS ${t}-cert.pub" 46 keybase=`basename $t .pub` [all …]
|
/freebsd/contrib/kyua/m4/ |
H A D | ax_cxx_compile_stdcxx.m4 | 2 # https://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx.html 12 # version of the C++ standard. If necessary, add switches to CXX and 13 # CXXCPP to enable support. VERSION may be '11' (for the C++11 standard) 14 # or '14' (for the C++14 standard). 17 # extended mode (e.g. -std=gnu++11) or a strict conformance mode (e.g. 18 # -std=c++11). If neither is specified, you get whatever works, with 19 # preference for an extended mode. 24 # support is found. If specified 'optional', then configuration proceeds 26 # supporting mode is found. 30 # Copyright (c) 2008 Benjamin Kosnik <bkoz@redhat.com> [all …]
|
/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/googletest/docs/ |
H A D | advanced.md | 5 Now that you have read the [GoogleTest Primer](primer.md) and learned how to 6 write tests using GoogleTest, it's time to learn some new tricks. This document 9 use various flags with your tests. 14 assertions. 18 See [Explicit Success and Failure](reference/assertions.md#success-failure) in 19 the Assertions Reference. 23 See [Exception Assertions](reference/assertions.md#exceptions) in the Assertions 24 Reference. 29 as it's impossible (nor a good idea) to anticipate all scenarios a user might 30 run into. Therefore, sometimes a user has to use `EXPECT_TRUE()` to check a [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. [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/contrib/ntp/ntpq/ |
H A D | ntpq.c | 4 #include <config.h> 5 #include <ctype.h> 6 #include <signal.h> 7 #include <setjmp.h> 8 #include <stddef.h> 9 #include <stdio.h> 10 #include <sys/types.h> 11 #include <sys/time.h> 13 # include <unistd.h> 16 # include <fcntl. [all...] |
/freebsd/usr.sbin/ctladm/ |
H A D | ctladm.c | 4 * Copyright (c) 2003, 2004 Silicon Graphics International Corp. 5 * Copyright (c) 1997-2007 Kenneth D. Merry 7 * Copyright (c) 2018 Marcelo Araujo <araujo@FreeBSD.org> 8 * All rights reserved. 11 * under sponsorship from the FreeBSD Foundation. 16 * 1. Redistributions of source code must retain the above copyright 18 * without modification. 19 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 23 * binary redistribution. 29 * A PARTICULAR PURPOSE ARE DISCLAIMED. I [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 | NEWS | 2 NTP 4.2.8p18 (Harlan Stenn <stenn@ntp.org>, 2024 May 24) 10 - changes crypto (OpenSSL or compatible) detection and default build behavior. 12 option was given to configure. With this release, the prior behavior of 14 changed to instead cause configure to fail with an error. 16 that does not use libcrypto functionality. 22 * [Bug 3918] Tweak openssl header/library handling. <stenn@ntp.org> 24 stepped. <hart@ntp.or [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...] |