/freebsd/usr.bin/bintrans/ |
H A D | qp.c | 147 qp(FILE *fp, FILE *fpo, bool encode, bool rfc2047) in qp() argument 153 codec = encode ? encode_quoted_printable : decode_quoted_printable ; in qp() 171 bool encode = true; in main_quotedprintable() local 196 encode = false; in main_quotedprintable() 215 qp(fp, fpo, encode, rfc2047); in main_quotedprintable()
|
H A D | uuencode.c | 56 static void encode(void); 146 encode(); in main_encode() 201 encode(void) in encode() function
|
/freebsd/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/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/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | SourceLocationEncoding.h | 62 static RawLocEncoding encode(SourceLocation Loc, UIntTy BaseOffset, 139 EncodedTy encode(SourceLocation Loc) { in encode() function 162 SourceLocationEncoding::encode(SourceLocation Loc, UIntTy BaseOffset, in encode() function 168 return Seq ? Seq->encode(Loc) : encodeRaw(Loc.getRawEncoding()); in encode()
|
/freebsd/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/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) { 1155 if ((encode == IRIG) && (((Second % 20) == 0) || (CountOfSecondsSent == 0))) 1372 if (encode == WWV) { [all …]
|
/freebsd/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/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/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
|
H A D | rockchip-pcie-host.txt | 6 - #interrupt-cells: specifies the number of cells needed to encode an 39 - #interrupt-cells: specifies the number of cells needed to encode an 74 - #address-cells: specifies the number of cells needed to encode an 76 - #interrupt-cells: specifies the number of cells needed to encode an
|
/freebsd/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/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/contrib/mandoc/ |
H A D | term.c | 38 static void encode(struct termp *, const char *, size_t); 579 encode(p, nbrsp, 1); in term_word() 586 encode(p, word, ssz); in term_word() 607 encode(p, cp, ssz); in term_word() 651 encode(p, "pdf", 3); in term_word() 653 encode(p, "ps", 2); in term_word() 655 encode(p, "ascii", 5); in term_word() 657 encode(p, "utf8", 4); in term_word() 745 encode(p, cp, ssz); in term_word() 791 encode(p, cp, strlen(cp)); in term_word() [all …]
|
/freebsd/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/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 | 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/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | FunctionInfo.cpp | 20 /// FunctionInfo information type that is used to encode the optional data 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 117 "attempted to encode invalid FunctionInfo object"); in encode() 123 // precompute exactly how big FunctionInfo objects encode into so we can in encode() 144 llvm::Error err = OptLineTable->encode(Out, Range.start()); in encode() 162 llvm::Error err = Inline->encode(Out, Range.start()); in encode()
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | visopts.py | 232 …= html_template.safe_substitute(expr=expr.encode("string-escape"), gcount=gcount, logs=json.dumps(…
|
/freebsd/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
|
/freebsd/sys/contrib/device-tree/Bindings/security/tpm/ |
H A D | ibmvtpm.txt | 14 encode the physical address field of dma-window 17 encode the size field of dma-window properties
|