Home
last modified time | relevance | path

Searched refs:translated (Results 1 – 25 of 99) sorted by relevance

1234

/freebsd/crypto/openssl/crypto/dso/
H A Ddso_dl.c213 char *translated; in dl_name_converter() local
225 translated = OPENSSL_malloc(rsize); in dl_name_converter()
226 if (translated == NULL) { in dl_name_converter()
231 BIO_snprintf(translated, rsize, in dl_name_converter()
237 BIO_snprintf(translated, rsize, "%s", filename); in dl_name_converter()
238 return translated; in dl_name_converter()
H A Ddso_dlfcn.c246 char *translated; in dlfcn_name_converter() local
258 translated = OPENSSL_malloc(rsize); in dlfcn_name_converter()
259 if (translated == NULL) { in dlfcn_name_converter()
265 BIO_snprintf(translated, rsize, "lib%s" DSO_EXTENSION, filename); in dlfcn_name_converter()
267 BIO_snprintf(translated, rsize, "%s" DSO_EXTENSION, filename); in dlfcn_name_converter()
269 BIO_snprintf(translated, rsize, "%s", filename); in dlfcn_name_converter()
271 return translated; in dlfcn_name_converter()
H A Ddso_vms.c468 char *translated; in vms_name_converter() local
485 if ((translated = OPENSSL_malloc(rsize)) != NULL) { in vms_name_converter()
489 strncpy(translated, filename, len); in vms_name_converter()
490 translated[len] = '\0'; in vms_name_converter()
491 strcat(translated, DSO_EXTENSION); in vms_name_converter()
493 strcat(translated, p); in vms_name_converter()
496 translated = OPENSSL_strdup(filename); in vms_name_converter()
498 return translated; in vms_name_converter()
H A Ddso_win32.c443 char *translated; in win32_name_converter() local
452 translated = OPENSSL_malloc(len); in win32_name_converter()
453 if (translated == NULL) { in win32_name_converter()
457 BIO_snprintf(translated, len, "%s%s", filename, transform ? ".dll" : ""); in win32_name_converter()
458 return translated; in win32_name_converter()
/freebsd/crypto/openssl/VMS/
H A Dtranslatesyms.pl39 (my $translated, my $original) = split /\$/;
40 $translations{$original} = $translated.'$';
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test_list.inc168 PFCTL_TEST_IFACE(1057, "Interface translation: IPv4 rule, interface without brackets is translated")
169 PFCTL_TEST_IFACE(1058, "Interface translation: IPv4 rule, interface without brackets is translated,…
170 PFCTL_TEST_IFACE(1059, "Interface translation: IPv4 rule, interface with brackets is not translated
171 PFCTL_TEST_IFACE(1060, "Interface translation: IPv4 rule, interface with brackets is not translated
172 PFCTL_TEST_IFACE(1061, "Interface translation: IPv6 rule, interface without brackets is translated")
173 PFCTL_TEST_IFACE(1062, "Interface translation: IPv6 rule, interface without brackets is translated,…
174 PFCTL_TEST_IFACE(1063, "Interface translation: IPv6 rule, interface with brackets is not translated
175 PFCTL_TEST_IFACE(1064, "Interface translation: IPv6 rule, interface with brackets is not translated
/freebsd/contrib/libxo/doc/
H A Dhowto.rst285 format, which are translated by hand and compiled into "*machine
300 translated using the `xopo -f $input -o $output` command::
371 Note the field names do not change and they should not be translated.
372 The contents of the note ("byte,bytes") should also not be translated,
377 translated using :manpage:`gettext(3)`. In this example, "web" would
/freebsd/packages/pkgconf/
H A Dpkgconf.ucl30 output of this tool can then be translated into other SBOM formats as
/freebsd/contrib/xz/
H A DAUTHORS47 The authors of the translated man pages are in the header comments
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-miphy365x.txt18 are translated by the driver's .xlate() function.
H A Dphy-miphy28lp.txt16 are translated by the driver's .xlate() function.
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Dregs.sed.in33 * are translated into single space. The resulting sed script is then run
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-pxa-pci-ce4100.txt16 (middle group of 3) is translated to the local
/freebsd/contrib/dialog/samples/copifuncs/
H A Dcopi.ifmcfg259 # \T translated telephone no. (send strings only)
/freebsd/crypto/openssl/doc/man3/
H A DBIO_new_CMS.pod17 automatically translated to a BER format CMS structure of the appropriate type.
H A DCMS_compress.pod29 Normally the supplied content is translated into MIME canonical format (as
H A DSMIME_read_ASN1.pod23 in binary format and is not translated to canonical form.
H A DSMIME_read_CMS.pod31 in binary format and is not translated to canonical form.
H A DPKCS7_encrypt.pod50 Normally the supplied content is translated into MIME canonical format (as
H A DCMS_encrypt.pod47 Normally the supplied content is translated into MIME canonical format (as
H A DPKCS7_sign.pod49 Normally the supplied content is translated into MIME canonical format (as
/freebsd/crypto/openssl/doc/man7/
H A Dbio.pod27 example a message digest BIO) or translated (for example an
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAMX.td84 // To be translated to the actual instructions in X86ISelLowering.cpp
149 // To be translated to the actual instructions in X86ISelLowering.cpp
190 // To be translated to the actual instructions in X86ISelLowering.cpp
289 // To be translated to the actual instructions in X86ISelLowering.cpp
/freebsd/contrib/jemalloc/bin/
H A Djeprof.in2178 my @translated = TranslateStack($symbols, $fullname_to_shortname_map, $k);
2179 for (my $i = 1; $i <= $#translated; $i++) {
2180 my $src = $translated[$i];
2181 my $dst = $translated[$i-1];
3109 my @translated = TranslateStack($symbols, $fullname_to_shortname_map, $k);
3113 foreach my $e (@translated) {
/freebsd/contrib/nvi/catalog/
H A DREADME91 Once you've translated all of the strings, then add your catalog to the

1234