Searched refs:encode (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h55 int (*encode)(void *, void*, int, int, void**); member in struct:sec_client_mech
66 int (*encode)(void *, void*, int, int, void**); member in struct:sec_server_mech
/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
H A Dpriv.h49 * For each coding scheme a quadrupel of check, print, encode and
72 uni_encode_f encode; member in struct:iedecl
81 uni_msg_encode_f encode; member in struct:msgdecl
/freebsd-12-stable/tools/tools/locale/tools/
H A Dmkwidths.pl33 use Encode qw(encode decode);
51 my $ux = encode('UTF-32BE', decode('UTF-8', $k));
H A Dutf8-rollup.pl33 use Encode qw(encode decode);
61 my $ux = encode('UTF-32BE', decode('UTF-8', $k));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DHeader.h120 llvm::Error encode(FileWriter &O) const;
H A DRange.h56 /// ranges to be efficiently encoded using ULEB128 encodings as we encode the
62 void encode(FileWriter &O, uint64_t BaseAddr) const;
105 /// See the AddressRange comment for the encode and decode methods for full
109 void encode(FileWriter &O, uint64_t BaseAddr) const;
H A DGsymCreator.h158 llvm::Error encode(FileWriter &O) const;
H A DInlineInfo.h34 /// Any clients that encode information will need to ensure the ranges are
45 /// we encode the offset and size of each range instead of full addresses. This
168 llvm::Error encode(FileWriter &O, uint64_t BaseAddr) const;
H A DLineTable.h112 /// opcodes that allows us to encode line tables in fewer bytes than standard
166 llvm::Error encode(FileWriter &O, uint64_t BaseAddr) const;
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dcheck-common.h53 int (ASN1CALL *encode)(unsigned char *, size_t, void *, size_t *),
H A Dasn1-template.h104 asn1_type_encode encode; member in struct:asn1_type_func
/freebsd-12-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py66 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-12-stable/contrib/bc/tests/
H A Drandmath.py105 p2 = subprocess.run(args, input=indata.encode(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
186 p = subprocess.run(args, input=indata.encode(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
205 p = subprocess.run(args, input=indata.encode(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
278 p = subprocess.run(args, input=indata.encode(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
285 p = subprocess.run(args, input=indata.encode(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp70 void AddressRange::encode(FileWriter &O, uint64_t BaseAddr) const { function in class:AddressRange
85 void AddressRanges::encode(FileWriter &O, uint64_t BaseAddr) const { function in class:AddressRanges
90 Range.encode(O, BaseAddr);
H A DGsymCreator.cpp50 return encode(O);
53 llvm::Error GsymCreator::encode(FileWriter &O) const { function in class:GsymCreator
57 "no functions to encode");
94 llvm::Error Err = Hdr.encode(O);
139 if (Expected<uint64_t> OffsetOrErr = FuncInfo.encode(O))
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py81 cmd = "WPS_NFC_TAG_READ " + str(message).encode("hex")
136 cmd = "NFC_REPORT_HANDOVER " + type + " P2P " + str(req).encode("hex") + " " + str(sel).encode("hex")
147 cmd = "NFC_REPORT_HANDOVER " + type + " WPS " + str(req).encode("hex") + " " + str(sel).encode("hex")
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("he
[all...]
H A Dwps-nfc.py70 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-12-stable/usr.bin/uuencode/
H A Duuencode.c65 static void encode(void);
135 encode();
180 encode(void) function
/freebsd-12-stable/contrib/ntp/util/
H A Dtg.c228 void digit(int); /* encode digit */
242 int encode = WWV; /* encoder select */ variable
287 encode = IRIG;
341 printf("port %d gain %d rate %d chan %d prec %d encode %d\n",
368 switch (encode) {
433 if (encode == WWV) {
441 if (encode == IRIG) {
452 switch(encode) {
/freebsd-12-stable/contrib/gdb/include/
H A Dxtensa-isa-internal.h59 xtensa_immed_encode_fn encode; /* Encode the operand value. */ member in struct:xtensa_operand_internal_struct
/freebsd-12-stable/tests/sys/geom/class/eli/
H A Dgentestvect.py12 s = s.encode(encoding)
/freebsd-12-stable/release/scripts/
H A Dlist-new-changesets.py72 print(msg.encode('utf-8'))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h133 ByValAlign = encode(A);
142 OrigAlign = encode(A);
/freebsd-12-stable/sys/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py89 tpl = tpl.replace(str.encode(
90 "{{" + s + "}}", "utf8"), str.encode(str.strip(sbox[s]), "utf8"))
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dbio_b64.c38 int encode; member in struct:b64_struct
127 if (ctx->encode != B64_DECODE) {
128 ctx->encode = B64_DECODE;
343 if (ctx->encode != B64_ENCODE) {
344 ctx->encode = B64_ENCODE;
464 ctx->encode = B64_NONE;
476 if ((ret == 0) && (ctx->encode != B64_NONE)
505 } else if (ctx->encode != B64_NONE

Completed in 276 milliseconds

123