Home
last modified time | relevance | path

Searched full:translated (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_xlatetof.393 descriptor describing the source to be translated.
99 to be translated.
102 translated.
104 Set to the type of the source data being translated.
114 translated.
129 buffer that will hold translated data.
144 if the destination is large enough to hold the translated data.
154 Set to the size in bytes of the translated data.
H A Dgelf_getehdr.349 and return a translated header descriptor to their callers.
65 stores a translated copy of the header for ELF file
75 These functions return a pointer to a translated header descriptor
H A Dgelf_getphdr.353 return a pointer to an array of translated
70 The translated program header table entry will be written to the
H A Dgelf_newehdr.349 File data structures are translated to their in-memory representations
129 These functions return a pointer to a translated header descriptor
/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/sys/dev/isci/scil/
H A Dsati_mode_sense.c133 * CDB being translated (e.g. 6-byte, 10-byte, 12-byte, etc.)
449 * buffer where the translated data is to be written.
452 * translated.
489 * buffer where the translated data is to be written.
492 * translated.
529 * buffer where the translated data is to be written.
532 * translated.
601 * buffer where the translated data is to be written.
604 * translated.
648 * buffer where the translated data is to be written.
[all …]
/freebsd/sys/netinet6/
H A Dip_fw_nat64.h34 uint64_t opcnt64; /* 6to4 of packets translated */
35 uint64_t opcnt46; /* 4to6 of packets translated */
47 uint64_t opcnt64; /* 6to4 of packets translated */
48 uint64_t opcnt46; /* 4to6 of packets translated */
60 uint64_t opcnt64; /* 6to4 of packets translated */
61 uint64_t opcnt46; /* 4to6 of packets translated */
H A Dip_fw_nptv6.h32 uint64_t in2ex; /* Int->Ext packets translated */
33 uint64_t ex2in; /* Ext->Int packets translated */
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_dl.c215 char *translated; in dl_name_converter() local
227 translated = OPENSSL_malloc(rsize); in dl_name_converter()
228 if (translated == NULL) { in dl_name_converter()
233 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_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_dlfcn.c249 char *translated; in dlfcn_name_converter() local
261 translated = OPENSSL_malloc(rsize); in dlfcn_name_converter()
262 if (translated == NULL) { in dlfcn_name_converter()
268 BIO_snprintf(translated, rsize, "lib%s" DSO_EXTENSION, filename); in dlfcn_name_converter()
270 BIO_snprintf(translated, rsize, "%s" DSO_EXTENSION, filename); in dlfcn_name_converter()
272 BIO_snprintf(translated, rsize, "%s", filename); in dlfcn_name_converter()
274 return translated; in dlfcn_name_converter()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_gnutar_filename_encoding.c41 * Verify that UTF-8 filenames are correctly translated into CP866 in DEFINE_TEST()
82 * Verify that KOI8-R filenames are correctly translated into UTF-8 in DEFINE_TEST()
123 * Verify that KOI8-R filenames are correctly translated into CP866 in DEFINE_TEST()
165 * Verify that CP1251 filenames are correctly translated into UTF-8 in DEFINE_TEST()
209 * Verify that CP1251 filenames are not translated into any in DEFINE_TEST()
249 * Verify that Russian_Russia(CP1251) filenames are correctly translated in DEFINE_TEST()
284 * Verify that EUC-JP filenames are correctly translated to UTF-8. in DEFINE_TEST()
324 * Verify that EUC-JP filenames are correctly translated to CP932. in DEFINE_TEST()
365 * Verify that CP932/SJIS filenames are correctly translated to UTF-8. in DEFINE_TEST()
H A Dtest_ustar_filename_encoding.c42 * Verify that UTF-8 filenames are correctly translated into CP866 in DEFINE_TEST()
83 * Verify that KOI8-R filenames are correctly translated into UTF-8 in DEFINE_TEST()
124 * Verify that KOI8-R filenames are correctly translated into CP866 in DEFINE_TEST()
166 * Verify that CP1251 filenames are correctly translated into UTF-8 in DEFINE_TEST()
210 * Verify that CP1251 filenames are not translated into any in DEFINE_TEST()
250 * Verify that Russian_Russia(CP1251) filenames are correctly translated in DEFINE_TEST()
285 * Verify that EUC-JP filenames are correctly translated to UTF-8. in DEFINE_TEST()
325 * Verify that EUC-JP filenames are correctly translated to CP932. in DEFINE_TEST()
366 * Verify that CP932/SJIS filenames are correctly translated to UTF-8. in DEFINE_TEST()
H A Dtest_zip_filename_encoding.c133 * Verify that KOI8-R filenames are correctly translated to UTF-8. in DEFINE_TEST()
163 * Verify that KOI8-R filenames are not translated to UTF-8. in DEFINE_TEST()
233 * Verify that CP1251 filenames are not translated into any in DEFINE_TEST()
276 * Verify that Russian_Russia(CP1251) filenames are correctly translated in DEFINE_TEST()
307 * Verify that Russian_Russia(CP1251) filenames are correctly translated in DEFINE_TEST()
345 * Verify that EUC-JP filenames are correctly translated to UTF-8. in DEFINE_TEST()
375 * Verify that EUC-JP filenames are not translated to UTF-8. in DEFINE_TEST()
445 * Verify that EUC-JP filenames are correctly translated to UTF-8. in DEFINE_TEST()
475 * Verify that CP932/SJIS filenames are not translated to UTF-8. in DEFINE_TEST()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.h85 dt_node_t *pr_xargs; /* translated argument list */
86 dt_node_t **pr_xargv; /* translated argument vector */
87 uint_t pr_xargc; /* translated argument count */
88 uint8_t *pr_mapping; /* translated argument mapping */
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_expand_frame_instructions.356 to be translated.
69 translated.
74 an array of translated
/freebsd/cddl/lib/libdtrace/
H A Dio.d81 * the fds[] array or a translated fileinfo_t. Note that the various open
115 * or a translated bufinfo_t.
138 * bio or a translated bufinfo_t.
157 * devstat or a translated devinfo_t.
/freebsd/contrib/sendmail/libsm/
H A Dfscanf.c23 ** SM_IO_FSCANF -- convert input data to translated format
33 ** Success: returns the number of data units translated
/freebsd/share/man/man9/
H A DSDT.9166 macros are used for probes whose argument types are to be dynamically translated
180 dynamically translated to the translated type.
289 Dynamically-translated types solve this problem: one can define an
/freebsd/libexec/rtld-elf/
H A Drtld.170 Translated to the full path of the loaded object.
72 Translated to the name of the operating system implementation.
74 Translated to the release level of the operating system.
76 Translated to the machine hardware platform.
78 Translated to the system library path component on the platform.
/freebsd/sys/contrib/openzfs/include/sys/
H A Dpathname.h46 * peeling off translated components. If a symbolic link is
47 * encountered the new path name to be translated is also
/freebsd/crypto/openssl/VMS/
H A Dtranslatesyms.pl39 (my $translated, my $original) = split /\$/;
40 $translations{$original} = $translated.'$';
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp149 // translated, we need to incorporate the value into the expression or fail. in translateSubExpr()
164 // defined in this block, so they may need to be phi translated themselves. in translateSubExpr()
171 // operands need to be phi translated, and if so, reconstruct it. in translateSubExpr()
252 // If the PHI translated LHS is an add of a constant, fold the immediates. in translateSubExpr()
298 /// 'MustDominate' is true, the translated value must dominate PredBB.
344 /// insertTranslatedSubExpr - Insert a computation of the PHI 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/share/man/man4/
H A Dgpiokeys.4113 That scancode is internally translated to a native scancode.
115 If a scancode cannot be translated, then a diagnostic message is printed

12345678910>>...22