/freebsd/contrib/openpam/doc/man/ |
H A D | openpam_readlinev.3 | 43 allocated NUL-terminated strings, each containing a single word, in the 66 .Bl -bullet 71 zero, 73 returns zero, and 75 returns a non-zero value. 83 returns zero, and 85 returns a non-zero value. 89 is non-zero, 91 returns a non-zero value and 93 returns zero. [all …]
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_ctype.h | 1 /*- 2 * Copyright (c) 2012-2014 Dag-Erling Smørgrav 34 * Evaluates to non-zero if the argument is a digit. 40 * Evaluates to non-zero if the argument is a hex digit. 48 * Evaluates to non-zero if the argument is an uppercase letter. 54 * Evaluates to non-zero if the argument is a lowercase letter. 60 * Evaluates to non-zero if the argument is a letter. 66 * Evaluates to non-zero if the argument is a linear whitespace character. 74 * Evaluates to non-zero if the argument is a whitespace character. 80 * Evaluates to non-zero if the argument is a printable ASCII character. [all …]
|
H A D | openpam_readlinev.c | 1 /*- 2 * Copyright (c) 2012-2016 Dag-Erling Smørgrav 83 while (wordvlen--) in openpam_readlinev() 121 * allocated NUL-terminated strings, each containing a single word, in the 135 * - The end of the file was reached before any words were read; :errno is 136 * zero, =!ferror returns zero, and =!feof returns a non-zero value. 138 * - The end of the file was reached while a quote or backslash escape 139 * was in effect; :errno is set to =EINVAL, =!ferror returns zero, and 140 * =!feof returns a non-zero value. 142 * - An error occurred while reading from the file; :errno is non-zero, [all …]
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_insn.h | 2 * Copyright (c) 2016-2019, Intel Corporation 34 #include "intel-pt.h" 39 /* A finer-grain classification of instructions used internally. */ 94 /* Instruction-specific information. */ 109 * non-zero: direct 110 * zero: indirect 124 * Returns non-zero if it does, zero if it doesn't (or @insn/@iext is NULL). 131 * Returns non-zero if it does, zero if it doesn't (or @insn/@iext is NULL). 138 * Returns non-zero if it is, zero if it isn't (or @insn/@iext is NULL). 145 * Returns non-zero if it is, zero if it isn't (or @insn/@iext is NULL). [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/man/man3/ |
H A D | hcrypto_des.3 | 1 .TH "DES crypto functions" 3 "11 Jan 2012" "Version 1.5.2" "Heimdal crypto library" \" -*- nroff -*- 5 DES crypto functions \- 69 See the \fBDES - Data Encryption Standard crypto interface\fP for description and examples. 110 \fIencp\fP if non zero, encrypt. if zero, decrypt. 134 \fIencp\fP if non zero, encrypt. if zero, decrypt. 169 \fIencp\fP if non zero, encrypt. if zero, decrypt. 185 \fIencp\fP if non zero, encrypt. if zero, decrypt. 211 \fIencp\fP if non zero, encrypt. if zero, decrypt. 225 \fIencp\fP if non zero, encrypt. if zero, decrypt. 231 Seed the random number generator. Deprecated, use \fBRAND - random number\fP [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang-c/ |
H A D | CXSourceLocation.h | 1 /*===-- clang-c/CXSourceLocation.h - C Index Source Location ------*- C -*-===*\ 6 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *| 8 |*===----------------------------------------------------------------------===*| 12 \*===----------------------------------------------------------------------===*/ 17 #include "clang-c/CXFile.h" 18 #include "clang-c/CXString.h" 19 #include "clang-c/ExternC.h" 20 #include "clang-c/Platform.h" 50 * Identifies a half-open character range in the source code. 71 * \returns non-zero if the source locations refer to the same location, zero [all …]
|
/freebsd/share/doc/psd/04.uprog/ |
H A D | p9 | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 63 or to machines other than the PDP-11 running a version of 88 is actually \-1, and is the value returned by 89 the read routines on end-of-file or error. 92 pointer-valued functions 185 is returned on end-of-file or when 281 returns non-zero when end-of-file 289 returns non-zero when an error has occurred while reading 317 .UL n-1 329 if error or end-of-file occurred. [all …]
|
/freebsd/contrib/bc/gen/ |
H A D | bc_help.txt | 4 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2018-2024 Gavin D. Howard and contributors. 38 bc is a command-line, arbitrary-precision calculator with a Turing-complete 56 unary minus (-), or negation, operator. This still allows POSIX-complian [all...] |
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Declaration.h | 1 //===-- Declaration.h -------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 #include "lldb/lldb-private.h" 37 /// to zero if there is no line number information. 41 /// Set to zero if there is no column number information. 56 /// zero. 76 /// -1 if lhs < rhs 118 /// Non-zero indicates a valid line number, zero indicates no 125 /// Non-zero indicates a valid column number, zero indicates no [all …]
|
/freebsd/contrib/bc/manuals/dc/ |
H A D | EH.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
H A D | EHN.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
H A D | E.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
H A D | EN.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
H A D | N.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
H A D | A.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
H A D | H.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
H A D | HN.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
/freebsd/contrib/arm-optimized-routines/string/aarch64/ |
H A D | strncmp.S | 2 * strncmp - compare two strings 4 * Copyright (c) 2013-2022, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 10 * ARMv8-a, AArch64. 45 On big-endian early bytes are at MSB and on little-endian LSB. 66 /* NUL detection works on the principle that (X - 1) & (~X) & 0x80 67 (=> (X - 1) & ~(X | 0x7f)) is non-zero iff a byte is zero, and 77 eor diff, data1, data2 /* Non-zero if differences found. */ 79 bics has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */ 98 /* But we need to zero-extend (char is unsigned) the value and then [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | strncmp.S | 2 * strncmp - compare two strings 4 * Copyright (c) 2013-2022, Arm Limited. 5 * SPDX-License-Identifier: MIT 10 * ARMv8-a, AArch64. 49 On big-endian early bytes are at MSB and on little-endian LSB. 70 /* NUL detection works on the principle that (X - 1) & (~X) & 0x80 71 (=> (X - 1) & ~(X | 0x7f)) is non-zero iff a byte is zero, and 81 eor diff, data1, data2 /* Non-zero if differences found. */ 83 bics has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */ 102 /* But we need to zero-extend (char is unsigned) the value and then [all …]
|
/freebsd/share/man/man9/ |
H A D | vm_page_busy.9 | 93 function returns non-zero if the current thread busied 96 Returns zero otherwise. 129 function returns non-zero if the current thread busied 132 Returns zero otherwise. 145 returns 0, otherwise a non-zero value is returned. 153 returns 0, otherwise a non-zero value is returned. 157 function returns non-zero if the current thread busied 160 Returns zero otherwise.
|
/freebsd/share/man/man4/ |
H A D | iflib.4 | 28 .Bl -tag -width indent 33 These numbers must be powers of two, and zero means to use the default. 40 These numbers must be powers of two, and zero means to use the default. 48 If zero, the number of RX queues is derived from the number of cores on the 53 If zero, the number of TX queues is derived from the number of cores on the 56 Disables MSI-X interrupts for the device. 63 If this is zero or not set, an RX and TX queue pair will be assigned to each 65 When set to a non-zero value, TX queues are assigned to cores following the 72 .Bl -tag -width indent 75 If set to zero, when a frame is submitted to the transmission ring, the same [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleRemoteEPCServer.cpp | 1 //===------- SimpleEPCServer.cpp - EPC over simple abstract channel -- [all...] |
/freebsd/lib/msun/man/ |
H A D | fenv.3 | 43 .Nd floating-point environment control 80 routines manipulate the floating-point environment, 82 .St -ieee754 . 84 Exception flags are set as side-effects of floating-point arithmetic 89 representing the five standard floating-point exceptions. 90 .Bl -tag -width ".Dv FE_DIVBYZERO" 92 A divide-by-zero exception occurs when the 95 For example, dividing a finite non-zero number by zero or computing 97 raises a divide-by-zero exception. 105 For instance, subtraction of like-signed infinities, division of zero by zero, [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. 101 /// A zero or positive value indicates the result code of the program. 102 /// -1 indicates failure to execute 103 /// -2 indicates a crash during execution or timeout [all …]
|
/freebsd/lib/libmt/ |
H A D | mt.3 | 174 driver returns some status data as XML-formatted strings, and 202 is successful, and non-zero if parsing failed. 227 argument is for a user-supplied alternate printing function. 228 If it is non-NULL, it will be called instead of the default output printing 255 In the case of a multi-level name like "foo.bar.baz", it will return the 334 argument is non-zero, protection entry descriptions will be printed. 335 If it is zero, protection entry descriptions will not be printed. 342 is non-NULL, only the named parameter will be printed. 345 is non-zero, parameter descriptions will be omitted in the output. 364 argument is non-zero, the bits per inch value is returned. [all …]
|