Searched refs:encodings (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/expat/lib/
H A Dxmltok_ns.c53 static const ENCODING *const NS(encodings)[] = {
63 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_PROLOG_STATE,
70 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_CONTENT_STATE,
104 return NS(encodings)[i];
/freebsd-13-stable/tools/tools/locale/tools/
H A Dcldr2def.pl68 my %encodings = ();
389 foreach my $e (sort(keys(%encodings))) {
395 $encodings{$e} = 1;
424 %encodings = %{$data{E}};
727 # Conversion to these encodings can be done from the Unicode
728 # name to Unicode code to the encodings code.
/freebsd-13-stable/crypto/openssl/apps/
H A Decparam.c67 static OPT_PAIR encodings[] = { variable
145 if (!opt_pair(opt_arg(), encodings, &asn1_flag))

Completed in 164 milliseconds