Searched +full:test1 +full:. +full:good (Results 1 – 16 of 16) sorted by relevance
/freebsd/tools/regression/nfsmmap/test1/ |
H A D | Makefile | 1 PROG= test1 3 NFSSERVER?= herring.nlsystems.com 4 CLEANFILES= test1.zeros test1.good test1.data test1.scratch 6 all: test1 test1.zeros test1.good 7 @cp ${.OBJDIR}/test1.zeros ${.OBJDIR}/test1.data 9 ssh ${NFSSERVER} touch ${.OBJDIR}/test1.data; \ 11 @cd ${.OBJDIR}; ${.OBJDIR}/test1 12 @if cmp -s ${.OBJDIR}/test1.data ${.OBJDIR}/test1.good && \ 13 cmp -s ${.OBJDIR}/test1.scratch ${.OBJDIR}/test1.good ; then \ 19 test1.zeros: test1.zeros.uu [all …]
|
HD | test1.good.uu | 1 begin 644 test1.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_endian.h> [all …]
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress.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 …]
|
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.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 …]
|
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/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/jemalloc/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/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/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 1 //==- WebAssemblyAsmParser.cpp - Assembler for WebAssembly -*- C++ -*-==// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 10 /// This file is part of the WebAssembly Assembler. 12 /// It contains code to translate a parsed .s file into MCInsts. 16 #include "AsmParser/WebAssemblyAsmTypeCheck.h" 17 #include "MCTargetDesc/WebAssemblyMCTargetDesc.h" 18 #include "MCTargetDesc/WebAssemblyMCTypeUtilities.h" 19 #include "MCTargetDesc/WebAssemblyTargetStreamer.h" 20 #include "TargetInfo/WebAssemblyTargetInfo.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/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/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...] |