| /freebsd/crypto/openssl/crypto/dso/ |
| H A D | dso_dl.c | 213 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 D | dso_dlfcn.c | 246 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 D | dso_vms.c | 468 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 D | dso_win32.c | 443 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 D | translatesyms.pl | 39 (my $translated, my $original) = split /\$/; 40 $translations{$original} = $translated.'$';
|
| /freebsd/sbin/pfctl/tests/ |
| H A D | pfctl_test_list.inc | 168 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 D | howto.rst | 285 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 D | pkgconf.ucl | 30 output of this tool can then be translated into other SBOM formats as
|
| /freebsd/contrib/xz/ |
| H A D | AUTHORS | 47 The authors of the translated man pages are in the header comments
|
| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | phy-miphy365x.txt | 18 are translated by the driver's .xlate() function.
|
| H A D | phy-miphy28lp.txt | 16 are translated by the driver's .xlate() function.
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/i386/ |
| H A D | regs.sed.in | 33 * are translated into single space. The resulting sed script is then run
|
| /freebsd/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-pxa-pci-ce4100.txt | 16 (middle group of 3) is translated to the local
|
| /freebsd/contrib/dialog/samples/copifuncs/ |
| H A D | copi.ifmcfg2 | 59 # \T translated telephone no. (send strings only)
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BIO_new_CMS.pod | 17 automatically translated to a BER format CMS structure of the appropriate type.
|
| H A D | CMS_compress.pod | 29 Normally the supplied content is translated into MIME canonical format (as
|
| H A D | SMIME_read_ASN1.pod | 23 in binary format and is not translated to canonical form.
|
| H A D | SMIME_read_CMS.pod | 31 in binary format and is not translated to canonical form.
|
| H A D | PKCS7_encrypt.pod | 50 Normally the supplied content is translated into MIME canonical format (as
|
| H A D | CMS_encrypt.pod | 47 Normally the supplied content is translated into MIME canonical format (as
|
| H A D | PKCS7_sign.pod | 49 Normally the supplied content is translated into MIME canonical format (as
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | bio.pod | 27 example a message digest BIO) or translated (for example an
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrAMX.td | 84 // 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 D | jeprof.in | 2178 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 D | README | 91 Once you've translated all of the strings, then add your catalog to the
|