/freebsd-src/release/ |
H A D | release.conf.sample | 25 #GITCMD="/usr/local/bin/git clone -q --branch main" 39 #MAKE_FLAGS="-s" 41 ## Set to use world- and kernel-specific make(1) flags. 42 #WORLD_FLAGS="-j $(sysctl -n hw.ncpu)" 43 #KERNEL_FLAGS="-j $(( $(( $(sysctl - [all...] |
/freebsd-src/crypto/openssl/test/ssl-tests/ |
H A D | 04-client_auth.cnf | 5 test-0 = 0-server-auth-flex 6 test-1 = 1-client-auth-flex-request 7 test-2 = 2-client-auth-flex-require-fail 8 test-3 = 3-client-auth-flex-require 9 test-4 = 4-client-auth-flex-require-non-empty-names 10 test-5 = 5-client-auth-flex-noroot 11 test-6 = 6-server-auth-TLSv1 12 test-7 = 7-client-auth-TLSv1-request 13 test-8 = 8-client-auth-TLSv1-require-fail 14 test-9 = 9-client-auth-TLSv1-require [all …]
|
H A D | 26-tls13_client_auth.cnf | 5 test-0 = 0-server-auth-TLSv1.3 6 test-1 = 1-client-auth-TLSv1.3-request 7 test-2 = 2-client-auth-TLSv1.3-require-fail 8 test-3 = 3-client-auth-TLSv1.3-require 9 test-4 = 4-client-auth-TLSv1.3-require-non-empty-names 10 test-5 = 5-client-auth-TLSv1.3-noroot 11 test-6 = 6-client-auth-TLSv1.3-request-post-handshake 12 test-7 = 7-client-auth-TLSv1.3-require-fail-post-handshake 13 test-8 = 8-client-auth-TLSv1.3-require-post-handshake 14 test-9 = 9-client-auth-TLSv1.3-require-non-empty-names-post-handshake [all …]
|
/freebsd-src/contrib/libarchive/libarchive/test/ |
H A D | test_archive_string.c | 1 /*- 56 /* single-extent allocation */ in test_archive_string_ensure() 61 assert(&s == archive_string_ensure(&s, EXTENT - 1)); in test_archive_string_ensure() 81 /* null target, empty source */ in test_archive_strcat() 85 /* empty target, empty source */ in test_archive_strcat() 89 /* empty target, non-empty sourc in test_archive_strcat() [all...] |
/freebsd-src/contrib/netbsd-tests/fs/tmpfs/ |
H A D | t_rmdir.sh | 41 atf_check -s eq:1 -o empty -e ignore rmdir ${Mount_Point} 48 atf_set "descr" "Checks that non-existent directories cannot" \ 55 atf_check -s eq:1 -o empty -e ignore rmdir non-existent 68 atf_check -s eq:0 -o empty -e empty mkdir a 69 eval $(stat -s ${Mount_Point}) 72 atf_check -s eq:0 -o empty -e empty rmdir a 73 eval $(stat -s ${Mount_Point}) 88 atf_check -s eq:0 -o empty -e empty mkdir -p a/b/c 89 atf_check -s eq:0 -o empty -e empty rmdir a/b/c 90 atf_check -s eq:0 -o empty -e empty rmdir a/b [all …]
|
H A D | t_times.sh | 32 atf_test_case empty 34 atf_set "descr" "Tests that creating an empty file and later" \ 41 atf_check -s eq:0 -o empty -e empty touch a 42 eval $(stat -s a | sed -e 's|st_|ost_|g') || atf_fail "stat failed" 43 [ ${ost_birthtime} -eq ${ost_atime} ] || atf_fail "Incorrect atime" 44 [ ${ost_birthtime} -eq ${ost_ctime} ] || atf_fail "Incorrect ctime" 45 [ ${ost_birthtime} -eq ${ost_mtime} ] || atf_fail "Incorrect mtime" 48 atf_check -s eq:0 -o empty -e empty cat a 49 eval $(stat -s a) || atf_fail "stat failed" 50 [ ${st_atime} -gt ${ost_atime} ] || atf_fail "Incorrect atime" [all …]
|
/freebsd-src/lib/libutil/ |
H A D | login_ok.3 | 54 An empty 60 list exists and is non-empty, and the device or its 71 or empty string as the 73 parameter causes the function to return a non-zero value. 102 or empty strings in both parameters will result in 103 a non-zero return value. 112 An empty or non-existent 126 A non-zero return value from any of these functions indicates that
|
/freebsd-src/tools/regression/tmpfs/ |
H A D | t_times | 42 test_name "Creation of empty file" 44 eval $(stat -s a | sed -e 's|st_|ost_|g') || die 45 [ ${ost_birthtime} -eq ${ost_atime} ] || die 46 [ ${ost_birthtime} -eq ${ost_ctime} ] || die 47 [ ${ost_birthtime} -eq ${ost_mtime} ] || die 49 test_name "Read of empty file" 52 eval $(stat -s a) || die 53 [ ${st_atime} -gt ${ost_atime} ] || die 54 [ ${st_ctime} -eq ${ost_ctime} ] || die 55 [ ${st_mtime} -eq ${ost_mtime} ] || die [all …]
|
/freebsd-src/lib/libbe/tests/ |
H A D | be_create.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 38 mktemp -u libbe_test_XXXXXX > $ZPOOL_NAME_FILE 51 atf_check test -n "$zpool" 53 kldload -n -q zfs || atf_skip "ZFS module not loaded on the current system" 54 atf_check mkdir -p ${mnt} 55 atf_check truncate -s 1G ${disk} 56 atf_check zpool create -o altroot=${mnt} ${zpool} ${disk} 57 atf_check zfs create -o mountpoint=none ${zpool}/ROOT 58 atf_check zfs create -o mountpoint=/ -o canmount=noauto \ 60 atf_check zfs create -o mountpoint=/usr -o canmount=noauto \ [all …]
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
H A D | zfs_mount_012_pos.ksh | 1 #!/bin/ksh -p 21 # Verify that zfs mount succeeds with a non-empty directory 27 # 2. Create a new empty directory 38 log_assert "zfs mount succeeds with non-empty directory" 43 log_must mkdir -p $TESTDIR 50 log_must rm -rf $TESTDIR 52 log_pass "zfs mount succeeds with non-empty directory as expected."
|
/freebsd-src/tests/sys/kern/execve/ |
H A D | execve_test.sh | 8 atf_check -s exit:1 -e 'match:No such file or directory' -o empty \ 9 -x "cd $(atf_get_srcdir) && ./execve_helper bad_interp_len" 14 atf_set "descr" "Empty file" 18 atf_check -s exit:1 -e 'match:Exec format error' -o empty \ 19 -x "cd $(atf_get_srcdir) && ./execve_helper empty" 28 atf_check -s exit:0 -e empty -o 'match:succeeded' \ 29 -x "cd $(atf_get_srcdir) && ./execve_helper ./good_aout" 38 atf_check -s exit:0 -e empty -o 'match:succeeded' \ 39 -x "cd $(atf_get_srcdir) && ./execve_helper good_script" 44 atf_set "descr" "Non-existent file" [all …]
|
/freebsd-src/usr.bin/dc/ |
H A D | dc.1 |
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Program.h | 1 //===- llvm/Support/Program.h --------- [all...] |
H A D | Regex.h | 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 34 /// Compile for newline-sensitive matching. With this flag '[^' bracket 51 /// \param Regex - referenced string is no longer needed after this 64 /// isValid - returns the error encountered during regex compilation, if 69 /// getNumMatches - In a valid regex, return the number of parenthesized 74 /// matches - Match the regex against a given \p String. 76 /// \param Matches - If given, on a successful match this will be filled in [all …]
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-as/ |
H A D | llvm-as.cpp | 1 //===--- llvm-as.cpp - The low-level LLVM assembler ---- [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | RecordsSlice.h | 1 //===- llvm/TextAPI/RecordSlice.h - TAPI RecordSlice -------- 131 bool empty() const { empty() function [all...] |
/freebsd-src/contrib/mandoc/ |
H A D | mandoc.1 | 3 .\" Copyright (c) 2012, 2014-2023 Ingo Schwarze <schwarze@openbsd.org> 50 .Bl -tag -width Ds 81 .Cm us-ascii , 82 .Cm iso-8859-1 , 84 .Cm utf-8 . 87 .Bl -enum 89 If the first three bytes of the input file are the UTF-8 byte order 91 .Cm utf- [all...] |
/freebsd-src/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 1 //===- SyntheticSections.h --------- [all...] |
/freebsd-src/bin/rmdir/ |
H A D | rmdir.1 | 1 .\"- 48 argument, provided it is empty. 54 is empty when 59 .Bl -tag -width indent 64 components will be removed, if they are empty, 68 for fully non-discriminant recursive removal.) 76 .Bl -tag -widt [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CloneDetection.h | 1 //===--- CloneDetection.h - Finds code clones in an AST ---------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 42 /// If EndIndex is non-zero, then S is a CompoundStmt and this StmtSequence 54 /// that describe a non-empty sub-array in the body of the given CompoundStmt. 70 /// Constructs an empty StmtSequence. 83 /// This method should only be called on a non-empty StmtSequence object. 85 assert(!empty()); in front() 91 /// This method should only be called on a non-empty StmtSequence object. [all …]
|
/freebsd-src/contrib/nvi/regex/ |
H A D | regex.3 | 42 regcomp, regexec, regerror, regfree \- regular-expression library 70 transforms error codes from either into human-readable messages, 73 frees any dynamically-allocated storage used by the internal form 126 Compile for newline-sensitive matching. 169 fails, it returns a non-zero error code; 190 the NUL-terminated string pointed to by 223 Note that a non-zero \fIrm_so\fR does not imply REG_NOTBOL; 235 returns 0 for success and the non-zero code REG_NOMATCH for failure. 236 Other non-zero error codes may be returned in exceptional situations; 269 An empty substring is denoted by equal offsets, [all …]
|
/freebsd-src/contrib/netbsd-tests/bin/sh/ |
H A D | t_shift.sh | 37 "one-arg::0:one-arg" \ 38 "one-arg:1:0:one-arg" \ 39 "one-arg:0:1 one-arg" \ 51 IFS=:; set -- $a 59 not="${not} -o not-match:$b" 62 atf_check -s exit:0 -o "match:${res}" ${not} -e empty \ 63 ${TEST_SH} -c "set -- ${init}; shift $n;"' echo "$# $*"' 66 atf_check -s exit:0 -o match:complete -o not-match:ERR -e empty \ 67 ${TEST_SH} -c \ 68 'set -- a b c d e;while [ $# -gt 0 ];do shift||echo ERR;done;echo complete' [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 1 //=== RecordLayoutBuilder.cpp - Helper class for building record layouts ---==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===-- [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CXXRecordDeclDefinitionBits.def | 1 //===-- CXXRecordDeclDefinitionBits.def - Class definition bits -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 35 /// True if this class has any user-declared constructors. 38 /// The user-declared special members which this class has. 44 /// True when this class is a POD-type. 47 /// True when this class is empty for traits purposes, that is: 48 /// * has no data members other than 0-width bit-fields and empty fields 51 /// * doesn't inherit from a non-empty class. [all …]
|
/freebsd-src/share/man/man4/ |
H A D | ng_tag.4 | 59 for matching packets, a destination hook for non-matching packets, 71 is non-zero, 77 .Dq non-match 79 Either or both destination hooks can be an empty string, or may 100 (as all hook names are empty strings; zero values can be specified 101 to forward all packets to non-matching hook), 113 .Bl -tag -width foo 118 .Bd -literal -offset 4n 142 Matching and non-matching incoming packets are delivered out the hooks named 149 flag is non-zero, then found tag is deleted from list of packet tags. [all …]
|