Searched refs:translation (Results 1 - 25 of 40) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/beadm/
H A D__init__.py27 _ = gettext.translation("beadm", "/usr/lib/locale",
/opensolaris-onvv-gate/usr/src/lib/libparted/common/lib/
H A Dgettext.h88 translation is done at a different place in the code.
137 const char *translation = dcgettext (domain, msg_ctxt_id, category); local
138 if (translation == msg_ctxt_id)
141 return translation;
157 const char *translation = local
159 if (translation == msg_ctxt_id || translation == msgid_plural)
162 return translation;
198 const char *translation; local
213 translation
244 const char *translation; local
[all...]
H A Dquotearg.c147 /* MSGID approximates a quotation mark. Return its translation if it
152 char const *translation = _(msgid); local
153 if (translation == msgid && s == clocale_quoting_style)
154 translation = "\"";
155 return translation;
214 "'". If the catalog has no translation,
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dmc.h76 char* translation; member in struct:__anon2862
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dvfs_opreg.h94 const fs_operation_trans_def_t *translation,
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME358 hidparser: scanner: lexical analyzer found 0x5 before translation
381 hidparser: scanner: lexical analyzer found 0x9 before translation
393 hidparser: scanner: lexical analyzer found 0xa1 before translation
412 hidparser: scanner: lexical analyzer found 0xa1 before translation
455 hidparser: scanner: lexical analyzer found 0x85 before translation
470 hidparser: scanner: lexical analyzer found 0x16 before translation
477 hidparser: scanner: lexical analyzer found 0x26 before translation
483 hidparser: scanner: lexical analyzer found 0x9 before translation
489 hidparser: scanner: lexical analyzer found 0x9 before translation
495 hidparser: scanner: lexical analyzer found 0x9 before translation
[all...]
/opensolaris-onvv-gate/usr/src/cmd/pyzfs/
H A Dpyzfs.py45 _ = gettext.translation("SUNW_OST_OSCMD", "/usr/lib/locale",
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dmc.h85 char* translation; member in struct:__anon2826
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dmc.h85 char* translation; member in struct:__anon2926
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dmc.h85 char* translation; member in struct:__anon2948
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dmc.h85 char* translation; member in struct:__anon2970
/opensolaris-onvv-gate/usr/src/cmd/ast/msgcc/
H A Dmsggen.c87 " [+$translation \aidentification\a \aYYYY-MM-DD\a[,...]]?Append"
88 " translation info to the message catalog header. Only"
90 " is retained in the catalog. Multiple translation lines"
129 * append s to the translation list
133 translation(Xl_t* xp, register char* s) function
162 error(ERROR_SYSTEM|3, "out of space [translation]");
169 error(ERROR_SYSTEM|3, "out of space [translation]");
289 if (*mc->translation)
291 ccsfprintf(CC_NATIVE, CC_ASCII, sfstdout, "$translation ");
292 sfprintf(sfstdout, "%s", mc->translation);
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c47 static struct translation *cif_prom_trans;
193 static struct translation *
200 struct translation *transroot;
221 transroot = (struct translation *)kmem_zalloc(translen, KM_SLEEP);
234 unmap_prom_mappings(struct translation *transroot, size_t ntransroot)
243 struct translation *promt;
439 struct translation *transroot;
/opensolaris-onvv-gate/usr/src/lib/libbsm/common/
H A Dadt.h71 typedef struct translation adt_translation_t;
H A Dadt_xlate.h307 struct translation { struct
/opensolaris-onvv-gate/usr/src/psm/stand/boot/sparc/sun4/sys/
H A Dprom_plat.h179 * nor can it be used to Lock a translation into the i or d tlb.
206 struct translation { struct
/opensolaris-onvv-gate/usr/src/lib/pyzfs/common/
H A Dutil.py41 _ = gettext.translation("SUNW_OST_OSLIB", "/usr/lib/locale",
/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dprom_plat.h182 * nor can it be used to Lock a translation into the i or d tlb.
248 struct translation { struct
/opensolaris-onvv-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c71 static void sfmmu_map_prom_mappings(struct translation *, size_t);
72 static struct translation *read_prom_mappings(size_t *);
161 struct translation *trans_root;
168 * (1) Read the prom's mappings through the translation property.
251 sfmmu_map_prom_mappings(struct translation *trans_root, size_t ntrans_root)
253 struct translation *promt;
288 " translation");
315 " inconsistent translation/avail lists");
437 static struct translation *
443 struct translation *transroo
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/common/port/
H A Dmc.c255 * read the translation record
258 if (!(sp = sfgetr(ip, 0, 0)) || !(mc->translation = vmstrdup(vm, sp)))
281 else if (!(mc->translation = vmnewof(vm, 0, char, 1, 0)))
531 * write the translation record
534 sfputr(op, mc->translation, 0);
/opensolaris-onvv-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt163 have a CHS translation that matches the CHS translation that was used in
/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/
H A Dprom_plat.h182 * nor can it be used to Lock a translation into the i or d tlb.
296 struct translation { struct
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcharnames.pm395 The mechanism of translation of C<\N{...}> escapes is general and not
552 Since evaluation of the translation function happens in a middle of
553 compilation (of a string literal), the translation function should not
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL286 translation. See L<Pod::Select/"SECTION SPECIFICATIONS"> for the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DFcntl.pm14 This module is just a translation of the C F<fcntl.h> file.

Completed in 220 milliseconds

12