| /freebsd/contrib/libc-vis/ |
| H A D | vis.3 | 51 .Nd visually encode characters 111 is only used when selecting the 131 functions encode characters from 140 functions encode exactly 179 functions return \-1 and set 215 These characters will be copied encoded or backslash-escaped into 230 characters that are encoded (applies only to 239 By default, all non-graphic characters, 244 .Bl -tag -width VIS_WHITEX 246 Also encode double quotes [all …]
|
| H A D | vis.h | 3 /*- 46 * to alter set of characters encoded (default is to encode all 47 * non-graphic except space, tab, and newline). 49 #define VIS_SP 0x0004 /* also encode space */ 50 #define VIS_TAB 0x0008 /* also encode tab */ 51 #define VIS_NL 0x0010 /* also encode newline */ 53 #define VIS_SAFE 0x0020 /* only encode "unsafe" characters */ 54 #define VIS_DQ 0x8000 /* also encode double quotes */ 60 #define VIS_HTTP1808 0x0080 /* http-style escape % hex hex */ 61 #define VIS_HTTPSTYLE 0x0080 /* http-style escape % hex hex */ [all …]
|
| /freebsd/contrib/wpa/wpa_supplicant/examples/ |
| H A D | p2p-nfc.py | 4 # Copyright (c) 2012-2013, Jouni Malinen <j@w1.fi> 81 cmd = "WPS_NFC_TAG_READ " + str(message).encode("hex") 94 res = wpas.request("NFC_GET_HANDOVER_REQ NDEF P2P-CR").rstrip() 103 res = wpas.request("NFC_GET_HANDOVER_REQ NDEF WPS-CR").rstrip() 114 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF P2P-CR-TAG").rstrip() 116 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF P2P-CR").rstrip() 126 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR"); 136 …cmd = "NFC_REPORT_HANDOVER " + type + " P2P " + str(req).encode("hex") + " " + str(sel).encode("he… 147 …cmd = "NFC_REPORT_HANDOVER " + type + " WPS " + str(req).encode("hex") + " " + str(sel).encode("he… 163 print("Handover request carrier record from wpa_supplicant: " + data.encode("hex")) [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | FunctionInfo.h | 1 //===- FunctionInfo.h --------- [all...] |
| /freebsd/crypto/openssl/include/internal/ |
| H A D | json_enc.h | 2 * Copyright 2023-2025 The OpenSSL Project Authors. All Rights Reserved. 20 * JSON-SEQ (RFC 7464) and I-JSON (RFC 7493). It supports only basic ASCII. 44 * -------------- 48 * If the flag OSSL_JSON_FLAG_SEQ is passed, the output is in JSON-SEQ. The 51 * Each top-level JSON item (e.g. JSON object) encoded will be separated 52 * correctly as per the JSON-SEQ format. 55 * Generally the caller should encode only a single output item (e.g. a JSON 59 * set, JSON/JSON-SEQ output is spaced for optimal human readability. 61 * If OSSL_JSON_FLAG_IJSON is set, integers outside the range `[-2**53 + 1, 62 * 2**53 - 1]` are automatically converted to decimal strings before [all …]
|
| /freebsd/crypto/openssl/crypto/comp/ |
| H A D | c_brotli.c | 2 * Copyright 1998-2023 The OpenSSL Project Authors. All Rights Reserved. 30 # include <brotli/encode.h> 120 state->encoder = BrotliEncoderCreateInstance(brotli_alloc, brotli_free, NULL); in brotli_stateful_init() 121 if (state->encoder == NULL) in brotli_stateful_init() 124 state->decoder = BrotliDecoderCreateInstance(brotli_alloc, brotli_free, NULL); in brotli_stateful_init() 125 if (state->decoder == NULL) in brotli_stateful_init() 128 ctx->data = state; in brotli_stateful_init() 131 BrotliDecoderDestroyInstance(state->decoder); in brotli_stateful_init() 132 BrotliEncoderDestroyInstance(state->encoder); in brotli_stateful_init() 139 struct brotli_state *state = ctx->data; in brotli_stateful_finish() [all …]
|
| /freebsd/crypto/heimdal/appl/gssmask/ |
| H A D | protocol.h | 39 * - export context 40 * - import context 47 * length-encoded: [int32 length, data of length bytes] 66 * return: -- on error 69 * return: -- on existing message OP 70 * int32: support (GSMERR_OK) -- only sent for extensions 97 * the lowest 0x7f flags maps directly to GSS-API flags 110 * length-encoded: targetname 111 * length-encoded: token 115 * length-encoded: output token [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | SourceLocationEncoding.h | 1 //===--- SourceLocationEncoding.h - Small serialized locations --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // We wish to encode the SourceLocation from other module file not dependent 15 // To achieve this, we need to encode the index of the module file into the 18 // |-----------------------|-----------------------| 28 // Specially, if the index of the module file is 0, we allow to encode a 29 // sequence of locations we store only differences between successive elements. 31 //===----------------------------------------------------------------------===// 52 return (Raw << 1) | (Raw >> (UIntBits - 1)); in encodeRaw() [all …]
|
| /freebsd/usr.sbin/yp_mkdb/ |
| H A D | yp_mkdb.8 | 92 creates are readable and writable by owner only (and usually the 96 .Bl -tag -width indent 110 will send the signal only after the new database has been successfully 129 special behavior only applies to the 145 maps, which should be restricted to privileged access only. 148 input that start with ``+'' or ``-'' characters. 161 will reject any source line that starts with a ``+'' or ``-'' 169 When generating an NIS map, encode 174 When generating an NIS map, encode 179 When generating an NIS map, encode [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | ralink,rt3883-pci.txt | 7 - compatible: must be "ralink,rt3883-pci" 9 - reg: specifies the physical base address of the controller and 12 - #address-cells: specifies the number of cells needed to encode an 15 - #size-cells: specifies the number of cells used to represent the size 18 - ranges: specifies the translation between child address space and parent 23 - status: indicates the operational status of the device. 28 The main node must have two child nodes which describes the built-in 35 - interrupt-controller: identifies the node as an interrupt controller 37 - #address-cells: specifies the number of cells needed to encode an 38 address. The value must be 0. As such, 'interrupt-map' nodes do not [all …]
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | vis.h | 4 /*- 53 * to alter set of characters encoded (default is to encode all 54 * non-graphic except space, tab, and newline). 56 #define VIS_SP 0x04 /* also encode space */ 57 #define VIS_TAB 0x08 /* also encode tab */ 58 #define VIS_NL 0x10 /* also encode newline */ 60 #define VIS_SAFE 0x20 /* only encode "unsafe" characters */ 61 #define VIS_DQ 0x200 /* backslash-escape double quotes */ 62 #define VIS_ALL 0x400 /* encode all characters */ 68 #define VIS_GLOB 0x100 /* encode glob(3) magics and '#' */ [all …]
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | k5-der.h | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 2 /* include/k5-der.h - Distinguished Encoding Rules (DER) declarations */ 34 * Most ASN.1 encoding and decoding is done using the table-driven framework in 35 * libkrb5. When that is not an option, these helpers can be used to encode 44 #include "k5-buf.h" 45 #include "k5-input.h" 47 /* Return the number of bytes needed to encode len as a DER encoding length. */ 63 /* Return the number of bytes needed to encode a DER value (with identifier 86 *p = 0x80 | (llen - 1); in k5_der_add_taglen() 87 /* Encode the length bytes backwards so the most significant byte is in k5_der_add_taglen() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPack.h | 1 //===-- MsgPack.h - MessagePack Constants ------- [all...] |
| /freebsd/contrib/unbound/util/data/ |
| H A D | msgencode.h | 2 * util/data/msgencode.h - encode compressed DNS messages. 98 * Encode query packet. Assumes the buffer is large enough. 121 * the size of the EXTRA-TEXT field(s) in case we can trim them to fit. 125 * @param txt_size: the size of the EXTRA-TEXT field(s); this includes 141 * Encode an error. With QR and RA set. 144 * @param r: RCODE value to encode (may contain extra flags). 149 * and an edns reply is attached. Only attached if EDNS record fits reply. 155 * Encode an extended error. With QR and RA set. 158 * @param rcode: Extended RCODE value to encode. 164 * and an edns reply is attached. Only attached if EDNS record fits reply.
|
| /freebsd/contrib/bc/manuals/ |
| H A D | bcl.3.md | 1 <!--- 3 SPDX-License-Identifier: BSD-2-Clause 5 Copyright (c) 2018-2025 Gavin D. Howard and contributors. 29 --> 33 bcl - library of arbitrary precision decimal arithmetic 41 Link with *-lbcl*, and on POSIX systems, *-lpthread* is also required. 112 These items allow clients to manipulate and query the arbitrary-precision 209 ## Pseudo-Random Number Generator 211 These items allow clients to manipulate the seeded pseudo-random number 248 bcl(3) is a library that implements arbitrary-precision decimal math, as [all …]
|
| H A D | bcl.3 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2025 Gavin D. Howard and contributors. 32 bcl \- library of arbitrary precision decimal arithmetic 37 Link with \f[I]\-lbcl\f[R], and on POSIX systems, \f[I]\-lpthread\f[R] 107 arbitrary\-precision numbers managed by bcl(3). 226 .SS Pseudo\-Random Number Generator 227 These items allow clients to manipulate the seeded pseudo\-random number 268 bcl(3) is a library that implements arbitrary\-precision decimal math, 285 only be called \f[I]once\f[R]. 305 This function must only be called \f[I]once\f[R]. [all …]
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | wps-ap-nfc.py | 4 # Copyright (c) 2012-2013, Jouni Malinen <j@w1.fi> 66 if "FAIL" in wpas.request("WPS_NFC_TAG_READ " + str(message).encode("hex")): 95 ret = wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR") 106 str(req).encode("hex") + " " + 107 str(sel).encode("hex")) 134 summary("HandoverServer - request received") 139 print(str(request).encode("hex")) 146 summary("WPS carrier type match - add WPS carrier record") 152 print(data.encode("hex")) 166 print(str(sel).encode("hex")) [all …]
|
| /freebsd/contrib/openbsm/compat/ |
| H A D | vis.h | 1 /*- 45 * to alter set of characters encoded (default is to encode all 46 * non-graphic except space, tab, and newline). 48 #define VIS_SP 0x04 /* also encode space */ 49 #define VIS_TAB 0x08 /* also encode tab */ 50 #define VIS_NL 0x10 /* also encode newline */ 52 #define VIS_SAFE 0x20 /* only encode "unsafe" characters */ 58 #define VIS_HTTPSTYLE 0x80 /* http-style escape % HEX HEX */ 59 #define VIS_GLOB 0x100 /* encode glob(3) magics */ 67 #define UNVIS_SYNBAD -1 /* unrecognized escape sequence */ [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | i2d_re_X509_tbs.pod | 7 - X509 encode and decode functions 21 The X509 encode and decode routines encode and parse an 32 Note that this is a non-standard OpenSSL-specific data format. 34 i2d_re_X509_tbs() is similar to L<i2d_X509(3)> except it encodes only 37 respectively. The "re" in B<i2d_re_X509_tbs> stands for "re-encode", 44 certificates with broken (non-DER) encodings. 46 If, after modification, the B<X509> object is re-signed with X509_sign(), 55 i2d_X509_AUX() returns the length of encoded data or -1 on error. 81 Copyright 2002-2018 The OpenSSL Project Authors. All Rights Reserved.
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | DataFileCache.h | 1 //===-- DataFileCache.h -----------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 #include "lldb/lldb-forward.h" 30 /// "llvmcache-<key>" where <key> is the key name specified when getting to 35 /// DataFileCache cache("/tmp/lldb-test-cache"); 39 /// printf("cached data:\n%s", mem_buffer_up->getBufferStart()); 106 /// signature and then encode and decode them to validate the signatures 133 /// Return true only if the CacheSignature is valid. 135 /// Cache signatures are considered valid only if there is a UUID in the file [all …]
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | vis.hin | 3 /*- 58 * to alter set of characters encoded (default is to encode all 59 * non-graphic except space, tab, and newline). 61 #define VIS_SP 0x04 /* also encode space */ 62 #define VIS_TAB 0x08 /* also encode tab */ 63 #define VIS_NL 0x10 /* also encode newline */ 65 #define VIS_SAFE 0x20 /* only encode "unsafe" characters */ 71 #define VIS_HTTPSTYLE 0x80 /* http-style escape % HEX HEX */ 79 #define UNVIS_SYNBAD -1 /* unrecognized escape sequence */ 80 #define UNVIS_ERROR -2 /* decoder in unknown state (unrecoverable) */
|
| /freebsd/contrib/vis/ |
| H A D | vis.1 | 37 .Nd display non-printable characters in a visual format 46 is a filter for converting non-printable characters 49 .Ql cat -v 52 By default, all non-graphic 59 .Bl -tag -width Ds 61 Turns off prepending of backslash before up-arrow control sequences 67 .Dq Li cat -v . 71 non-printable characters using C-style backslash sequences. 74 Also encode characters in 96 Encode using the URI encoding from RFC 1808. [all …]
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | i2d_re_X509_tbs.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH I2D_RE_X509_TBS 3ossl 2025-09-30 3.5.4 OpenSSL 66 \&\- X509 encode and decode functions 80 The X509 encode and decode routines encode and parse an 91 Note that this is a non-standard OpenSSL-specific data format. 93 \&\fBi2d_re_X509_tbs()\fR is similar to \fBi2d_X509\fR\|(3) except it encodes only 96 respectively. The "re" in \fBi2d_re_X509_tbs\fR stands for "re-encode", 103 certificates with broken (non-DER) encodings. 105 If, after modification, the \fBX509\fR object is re-signed with \fBX509_sign()\fR, 113 \&\fBi2d_X509_AUX()\fR returns the length of encoded data or \-1 on error. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | img,meta-intc.txt | 8 - compatible: Specifies the compatibility list for the interrupt controller. 9 The type shall be <string> and the value shall include "img,meta-intc". 11 - num-banks: Specifies the number of interrupt banks (each of which can 14 - interrupt-controller: The presence of this property identifies the node 17 - #interrupt-cells: Specifies the number of cells needed to encode an 20 - #address-cells: Specifies the number of cells needed to encode an 22 'interrupt-map' nodes do not have to specify a parent unit address. 26 - no-mask: The controller doesn't have any mask registers. 32 - <1st-cell>: The interrupt-number that identifies the interrupt source. 34 - <2nd-cell>: The Linux interrupt flags containing level-sense information, [all …]
|
| /freebsd/share/man/man7/ |
| H A D | arch.7 | 1 .\" Copyright (c) 2016-2017 The FreeBSD Foundation. 32 .Nd Architecture-specific details 40 For full details consult the processor-specific ABI supplement 62 and no other types as these types are the only integer types where the 98 .Bl -column -offset indent "Architecture" "Initial Release" 111 .Bl -column -offset indent "Architecture" "Initial Release" "Final Release" 142 .Bl -tag -width "Dv L64PC128" 149 types machine representations all have 4-byte size. 173 Typically these are 64-bit machines, where the 179 environment, which was the historical 32-bit predecessor for 64-bit evolution. [all …]
|