| /freebsd/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 -n hw.ncpu) + 1 )) / 2 ))" 51 ## Set to '1' to disable multi-threaded xz(1) compression. 57 ## Set to a list of ports required to build embedded system-on-chip 58 ## images, such as sysutils/u-boot-rpi. 62 ## is passed to make(1) to set the TARGET (value of uname -m) to cross 67 ## This value is passed to make(1) to set the TARGET_ARCH (value of uname -p) [all …]
|
| /freebsd/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-rsa-pss 10 test-5 = 5-client-auth-flex-rsa-pss-bad 11 test-6 = 6-client-auth-flex-require-non-empty-names 12 test-7 = 7-client-auth-flex-noroot 13 test-8 = 8-server-auth-TLSv1 14 test-9 = 9-client-auth-TLSv1-request [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/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 source */ in test_archive_strcat() 93 /* non-empty target, non-empty source */ in test_archive_strcat() 112 /* non-empty target */ in test_archive_strappend_char() 185 /* dirty target, empty source */ in test_archive_strcpy() 211 /* null target, empty source */ in test_archive_string_concat() [all …]
|
| /freebsd/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/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/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/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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
| H A D | zfs_mount_012_pos.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 22 # Verify that zfs mount succeeds with a non-empty directory 28 # 2. Create a new empty directory 39 log_assert "zfs mount succeeds with non-empty directory" 44 log_must mkdir -p $TESTDIR 51 log_must rm -rf $TESTDIR 53 log_pass "zfs mount succeeds with non-empty directory as expected."
|
| /freebsd/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/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Program.h | 1 //===- llvm/Support/Program.h ------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 18 #include "llvm/Config/llvm-config.h" 29 /// This is the OS-specific separator for PATH like environment variables: 50 process_t Process; /// Platform-dependent process object. 73 /// \param Paths optional list of paths to search for \p Name. If empty it 102 /// -1 indicates failure to execute 103 /// -2 indicates a crash during execution or timeout [all …]
|
| H A D | Regex.h | 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*---- [all...] |
| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | RecordsSlice.h | 1 //===- llvm/TextAPI/RecordSlice.h - TAPI RecordSlice ------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 42 /// \param GV The kind of global, if this represents a non obj-c global 45 /// \return The non-owning pointer to added record in slice. 50 /// Add non-ObjC global record. 58 /// \return The non-owning pointer to added record in slice. 69 /// \return The non-owning pointer to added record in slice. 78 /// \return The non-owning pointer to added record in slice. [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-as/ |
| H A D | llvm-as.cpp | 1 //===--- llvm-as.cpp - The low-level LLVM assembler -----------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // llvm-as --help - Output information about command line switches 11 // llvm-as [options] - Read LLVM asm from stdin, write bitcode to stdout 12 // llvm-as [options] x.ll - Read LLVM asm from the x.ll file, write bitcode 15 //===----------------------------------------------------------------------===// 33 cl::OptionCategory AsCat("llvm-as Options"); 37 cl::init("-")); 47 static cl::opt<bool> DisableOutput("disable-output", cl::desc("Disable output"), [all …]
|
| /freebsd/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/contrib/llvm-project/lld/MachO/ |
| H A D | SyntheticSections.h | 1 //===- SyntheticSections.h -------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 48 return sec->kind() == SyntheticKind; in classof() 62 align = target->wordSize; in LinkEditSection() 65 // Implementations of this method can assume that the regular (non-__LINKEDIT) 77 // __LINKEDIT ends where the next one starts -- no gaps are permitted. We 81 // zero-valued bytes. 85 // The header of the Mach-O file, which must have a file offset of zero. 106 bool isNeeded() const override { return target->pageZeroSize != 0; } in isNeeded() [all …]
|
| /freebsd/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 //===----------------------------------------------------------------------===// 28 /// BaseSubobjectInfo - Represents a single base subobject in a complete class. 40 /// Class - The class for this base info. 43 /// IsVirtual - Whether the BaseInfo represents a virtual base or not. 46 /// Bases - Information about the base subobjects. 49 /// PrimaryVirtualBaseInfo - Holds the base info for the primary virtual base 72 /// Direct, non-virtual base offsets. 90 BaseOffset = Known->second; in getExternalNVBaseOffset() [all …]
|
| /freebsd/contrib/mandoc/ |
| H A D | mandoc.1 | 3 .\" Copyright (c) 2012, 2014-2023, 2025 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/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 -width indent 80 referred to an empty directory and was removed successfully. 89 if it is empty: 95 stopping at the first non-empty directory (if any): [all …]
|
| /freebsd/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/share/man/man7/ |
| H A D | release.7 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 45 including the creation of ISO images suitable for burning to CD-ROM, 139 .Bl -tag -width Ev 172 The target machine type for cross-building a release. 174 The target machine architecture for cross-building a release. 217 .Pq Ar -j 218 to the number of CPUs available on a SMP-capable system. 228 .Pq Ar -j 229 to half the number of CPUs available on a SMP-capable system. 231 Set to a non-empty value to skip the [all …]
|
| /freebsd/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/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 …]
|
| /freebsd/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 …]
|