Searched refs:decode (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-12-stable/usr.sbin/vidcontrol/
H A Ddecode.h3 int decode(FILE *fd, char *buffer, int len);
H A DMakefile4 SRCS= vidcontrol.c decode.c
H A Ddecode.c38 #include "decode.h"
40 int decode(FILE *fd, char *buffer, int len) function
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dcheck-common.h55 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *),
64 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *));
/freebsd-12-stable/stand/i386/kgzldr/
H A Dboot.c64 static int decode(void);
78 err = decode();
93 decode(void) function
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-esp.c200 /* see if we can find the SA, and if so, decode it */
351 * decode the form: SPINUM@IP <tab> ALGONAME:0xsecret
357 char *decode, struct sa_list *sa)
364 colon = strchr(decode, ':');
366 (*ndo->ndo_warning)(ndo, "failed to decode espsecret: %s\n", decode);
371 if (strlen(decode) > strlen("-hmac96") &&
372 !strcmp(decode + strlen(decode) - strlen("-hmac96"),
374 p = strstr(decode, "
356 espprint_decode_encalgo(netdissect_options *ndo, char *decode, struct sa_list *sa) argument
425 espprint_decode_authalgo(netdissect_options *ndo, char *decode, struct sa_list *sa) argument
515 char *decode; local
[all...]
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h56 int (*decode)(void *, void*, int, int); member in struct:sec_client_mech
67 int (*decode)(void *, void*, int, int); member in struct:sec_server_mech
/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
H A Dpriv.h50 * decode functions must be defined. A structure of the same format
73 uni_decode_f decode; member in struct:iedecl
82 uni_msg_decode_f decode; member in struct:msgdecl
/freebsd-12-stable/lib/libsecureboot/openpgp/
H A DMakefile.inc3 # decode OpenPGP signatures per rfc4880
10 decode.c \
/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.h43 /// When endianness is swapped, the Header::decode() function should be used to
44 /// decode the header.
111 static llvm::Expected<Header> decode(DataExtractor &Data);
H A DRange.h61 void decode(DataExtractor &Data, uint64_t BaseAddr, uint64_t &Offset);
105 /// See the AddressRange comment for the encode and decode methods for full
108 void decode(DataExtractor &Data, uint64_t BaseAddr, uint64_t &Offset);
H A DInlineInfo.h82 /// Clients have the option to decode an entire InlineInfo object (using
83 /// InlineInfo::decode() ) or just find the matching inline info using this
107 /// decode the correct addresses for the inline information.
152 static llvm::Expected<InlineInfo> decode(DataExtractor &Data,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp112 Inline.Ranges.decode(Data, BaseAddr, Offset);
167 /// A local helper function to decode InlineInfo objects. This function is
170 /// \param Data The data extractor to decode from.
171 /// \param Offset The offset within \a Data to decode from.
175 static llvm::Expected<InlineInfo> decode(DataExtractor &Data, uint64_t &Offset, function
181 Inline.Ranges.decode(Data, BaseAddr, Offset);
206 llvm::Expected<InlineInfo> Child = decode(Data, Offset, ChildBaseAddr);
218 llvm::Expected<InlineInfo> InlineInfo::decode(DataExtractor &Data, function in class:InlineInfo
221 return ::decode(Data, Offset, BaseAddr);
H A DRange.cpp76 void AddressRange::decode(DataExtractor &Data, uint64_t BaseAddr, function in class:AddressRange
93 void AddressRanges::decode(DataExtractor &Data, uint64_t BaseAddr, function in class:AddressRanges
101 Range.decode(Data, BaseAddr, Offset);
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c194 operand1 = dbg->decode(&p, 2);
198 operand1 = (int16_t) dbg->decode(&p, 2);
205 operand1 = dbg->decode(&p, 4);
209 operand1 = (int32_t) dbg->decode(&p, 4);
215 operand1 = dbg->decode(&p, 8);
304 operand1 = dbg->decode(&p, pointer_size);
309 operand1 = dbg->decode(&p, offset_size);
321 operand1 = dbg->decode(&p, s);
333 operand1 = dbg->decode(&p, pointer_size);
335 operand1 = dbg->decode(
[all...]
/freebsd-12-stable/tools/test/ptrace/
H A Dscescx.c92 } decode[] = { local
112 for (i = 0; i < sizeof(decode) / sizeof(decode[0]); i++) {
113 if ((flags & decode[i].flag) != 0) {
118 strlcat(c, decode[i].desc, sizeof(c));
119 flags &= ~decode[i].flag;
/freebsd-12-stable/tools/tools/vt/keymaps/
H A Dconvert-keymap.pl52 my $ucs_char = ord(Encode::decode("UTF-8", local_to_UCS_string($char)));
70 return prettyprint_token(ord(Encode::decode("UTF-8", $char)));
/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_decoder_function.h45 /* The decode packet contains unconditional branch destinations. */
72 /* The function to decode the next packet. */
73 int (*decode)(struct pt_query_decoder *); member in struct:pt_decoder_function
75 /* The function to decode the next packet in segment header
/freebsd-12-stable/contrib/gdb/include/
H A Dxtensa-isa-internal.h31 /* Encode/decode function types for immediate operands. */
43 /* Instruction decode function type. */
60 xtensa_immed_decode_fn decode; /* Decode the value from the field. */ member in struct:xtensa_operand_internal_struct
/freebsd-12-stable/contrib/bc/tests/
H A Drandmath.py97 actual = p.stdout.decode()
106 expected = p2.stdout[:-10].decode()
188 output1 = p.stdout.decode()
280 expected = p.stdout.decode()
/freebsd-12-stable/usr.bin/less/
H A DMakefile5 decode.c edit.c filename.c forwback.c help.c ifile.c input.c \
/freebsd-12-stable/usr.bin/morse/
H A Dmorse.c276 static void decode (char *), fdecode(FILE *);
433 decode(*argv);
437 decode(p);
630 decode(p);
639 decode(char *p) function
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_packet.c55 int (*decode)(struct pt_packet_unknown *, const struct pt_config *,
62 decode = config->decode.callback;
63 if (!decode)
73 size = (*decode)(&packet->payload.unknown, config, pos,
74 config->decode.context);

Completed in 220 milliseconds

1234