| /freebsd-14.2/usr.bin/bintrans/ |
| H A D | qp.c | 137 qp(FILE *fp, FILE *fpo, bool encode) in qp() argument 143 codec = encode ? encode_quoted_printable : decode_quoted_printable ; in qp() 161 bool encode = true; in main_quotedprintable() local 180 encode = false; in main_quotedprintable() 194 qp(fp, fpo, encode); in main_quotedprintable()
|
| H A D | uuencode.c | 68 static void encode(void); 158 encode(); in main_encode() 213 encode(void) in encode() function
|
| /freebsd-14.2/contrib/wpa/wpa_supplicant/examples/ |
| H A D | p2p-nfc.py | 81 cmd = "WPS_NFC_TAG_READ " + str(message).encode("hex") 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")) 186 print(str(message).encode("hex")) 225 print(str(message).encode("hex")) 312 print(data.encode("hex")) 342 print(data.encode("hex")) 360 print(str(sel).encode("hex")) 448 print(str(p2p_sel_data).encode("hex"))
|
| H A D | wps-nfc.py | 70 if "FAIL" in wpas.request("WPS_NFC_TAG_READ " + str(message).encode("hex")): 134 str(req).encode("hex") + " " + 135 str(sel).encode("hex")) 181 print(data.encode("hex")) 196 print(str(sel).encode("hex")) 210 print("Handover request carrier record from wpa_supplicant: " + data.encode("hex")) 222 print(str(message).encode("hex")) 261 print(str(message).encode("hex"))
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | SourceLocationEncoding.h | 55 static uint64_t encode(SourceLocation Loc, 130 EncodedTy encode(SourceLocation Loc) { in encode() function 152 inline uint64_t SourceLocationEncoding::encode(SourceLocation Loc, in encode() function 154 return Seq ? Seq->encode(Loc) : encodeRaw(Loc.getRawEncoding()); in encode()
|
| /freebsd-14.2/contrib/wpa/hostapd/ |
| H A D | wps-ap-nfc.py | 66 if "FAIL" in wpas.request("WPS_NFC_TAG_READ " + str(message).encode("hex")): 106 str(req).encode("hex") + " " + 107 str(sel).encode("hex")) 139 print(str(request).encode("hex")) 152 print(data.encode("hex")) 166 print(str(sel).encode("hex"))
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | atmel,at91sam9-rtc.txt | 7 - reg: should encode the memory region of the RTT controller 10 - atmel,rtt-rtc-time-reg: should encode the GPBR register used to store 13 encode the offset within the GPBR block (or in other words, the
|
| /freebsd-14.2/contrib/ntp/util/ |
| H A D | tg.c | 242 int encode = WWV; /* encoder select */ variable 287 encode = IRIG; in main() 368 switch (encode) { in main() 433 if (encode == WWV) { in main() 441 if (encode == IRIG) { in main() 452 switch(encode) { in main()
|
| H A D | tg2.c | 517 int encode = IRIG; /* encoder select */ variable 921 encode = IRIG; 928 encode = IRIG; 935 encode = IRIG; 942 encode = IRIG; 952 encode = IRIG; 962 encode = WWV; 1090 switch (encode) { 1372 if (encode == WWV) { 1425 if (encode == IRIG) { [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/evp/ |
| H A D | bio_b64.c | 38 int encode; member 125 if (ctx->encode != B64_DECODE) { in b64_read() 126 ctx->encode = B64_DECODE; in b64_read() 341 if (ctx->encode != B64_ENCODE) { in b64_write() 342 ctx->encode = B64_ENCODE; in b64_write() 462 ctx->encode = B64_NONE; in b64_ctrl() 474 if ((ret == 0) && (ctx->encode != B64_NONE) in b64_ctrl() 503 } else if (ctx->encode != B64_NONE in b64_ctrl()
|
| /freebsd-14.2/crypto/openssl/external/perl/Text-Template-1.56/t/ |
| H A D | template-encoding.t | 21 print $tmp_fh encode('UTF-8', "\x{4f60}\x{597d} {{\$name}}"); 36 print $tmp_fh encode('iso-8859-1', "Ol\x{e1} {{\$name}}");
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pci/ |
| H A D | ralink,rt3883-pci.txt | 12 - #address-cells: specifies the number of cells needed to encode an 37 - #address-cells: specifies the number of cells needed to encode an 41 - #interrupt-cells: specifies the number of cells needed to encode an 52 - #address-cells: specifies the number of cells needed to encode an 58 - #interrupt-cells: specifies the number of cells needed to encode an
|
| H A D | xilinx-pcie.txt | 6 - #interrupt-cells: specifies the number of cells needed to encode an 27 - #address-cells: specifies the number of cells needed to encode an 29 - #interrupt-cells: specifies the number of cells needed to encode an
|
| /freebsd-14.2/crypto/heimdal/lib/roken/ |
| H A D | vis.hin | 58 * to alter set of characters encoded (default is to encode all 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 */
|
| /freebsd-14.2/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 37 respectively. The "re" in B<i2d_re_X509_tbs> stands for "re-encode",
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | term.c | 38 static void encode(struct termp *, const char *, size_t); 554 encode(p, nbrsp, 1); in term_word() 561 encode(p, word, ssz); in term_word() 581 encode(p, cp, ssz); in term_word() 621 encode(p, "pdf", 3); in term_word() 623 encode(p, "ps", 2); in term_word() 625 encode(p, "ascii", 5); in term_word() 627 encode(p, "utf8", 4); in term_word() 699 encode(p, cp, ssz); in term_word() 742 encode(p, cp, strlen(cp)); in term_word() [all …]
|
| /freebsd-14.2/crypto/heimdal/appl/ftp/ftp/ |
| H A D | security.h | 55 int (*encode)(void *, void*, int, int, void**); member 66 int (*encode)(void *, void*, int, int, void**); member
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | img,meta-intc.txt | 17 - #interrupt-cells: Specifies the number of cells needed to encode an 20 - #address-cells: Specifies the number of cells needed to encode an 55 // Two cells to encode interrupt sources.
|
| H A D | msi-controller.yaml | 22 Typically this will encode information related to sideband data, 23 and will not encode doorbells or payloads as these can be
|
| H A D | open-pic.txt | 22 - #interrupt-cells: Specifies the number of cells needed to encode an 25 - #address-cells: Specifies the number of cells needed to encode an 65 // Two cells to encode interrupt sources.
|
| H A D | marvell,orion-intc.txt | 9 - #interrupt-cells: number of cells to encode an interrupt source, shall be 1 33 - #interrupt-cells: number of cells to encode an interrupt source, shall be 1
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | FunctionInfo.cpp | 105 llvm::Expected<uint64_t> Result = encode(FW); in cacheEncoding() 114 llvm::Expected<uint64_t> FunctionInfo::encode(FileWriter &Out) const { in encode() function in FunctionInfo 144 llvm::Error err = OptLineTable->encode(Out, Range.start()); in encode() 162 llvm::Error err = Inline->encode(Out, Range.start()); in encode()
|
| /freebsd-14.2/contrib/libpcap/testprogs/ |
| H A D | visopts.py | 232 …= html_template.safe_substitute(expr=expr.encode("string-escape"), gcount=gcount, logs=json.dumps(…
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/ |
| H A D | qcom,msm8916-venus.yaml | 7 title: Qualcomm MSM8916 Venus video encode and decode accelerators 13 The Venus IP is a video encode and decode accelerator present
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Alignment.h | 52 friend unsigned encode(struct MaybeAlign A); 217 inline unsigned encode(MaybeAlign A) { return A ? A->ShiftValue + 1 : 0; } in encode() function 230 inline unsigned encode(Align A) { return encode(MaybeAlign(A)); } in encode() function
|