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

12

/osnet-11/usr/src/lib/libparted/common/lib/
H A Dgettext.h100 translation is done at a different place in the code.
149 const char *translation = dcgettext (domain, msg_ctxt_id, category); local
150 if (translation == msg_ctxt_id)
153 return translation;
169 const char *translation = local
171 if (translation == msg_ctxt_id || translation == msgid_plural)
174 return translation;
210 const char *translation; local
225 translation
256 const char *translation; local
[all...]
H A Dquotearg.c179 /* MSGID approximates a quotation mark. Return its translation if it
184 char const *translation = _(msgid); local
185 if (translation == msgid && s == clocale_quoting_style)
186 translation = "\"";
187 return translation;
258 "'". If the catalog has no translation,
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgettext.h98 translation is done at a different place in the code.
147 const char *translation = dcgettext (domain, msg_ctxt_id, category); local
148 if (translation == msg_ctxt_id)
151 return translation;
167 const char *translation = local
169 if (translation == msg_ctxt_id || translation == msgid_plural)
172 return translation;
208 const char *translation; local
223 translation
254 const char *translation; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gettext/
H A Dgettext.c88 grub_uint32_t length, char *translation)
90 grub_gettext_pread (fd_mo, translation, length, offset);
91 translation[length] = '\0';
100 char *translation; local
112 translation = grub_malloc (length + 1);
113 grub_gettext_getstring_from_offset (offset, length, translation);
115 return translation;
368 const char *translation; local
369 translation = grub_gettext_translate (args[0]);
370 grub_printf ("%s\n", translation);
87 grub_gettext_getstring_from_offset(grub_uint32_t offset, grub_uint32_t length, char *translation) argument
[all...]
/osnet-11/usr/src/lib/libast/common/include/
H A Dmc.h76 char* translation; member in struct:Mc_s
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dmc.h85 char* translation; member in struct:Mc_s
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dmc.h85 char* translation; member in struct:Mc_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dmc.h85 char* translation; member in struct:Mc_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dmc.h85 char* translation; member in struct:Mc_s
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A D__init__.py29 _ = gettext.translation('SUNW_OST_OSLIB', '/usr/lib/locale',
/osnet-11/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...]
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt.h70 typedef struct translation adt_translation_t;
H A Dadt_xlate.h312 struct translation { struct
/osnet-11/usr/src/lib/pyzfs/common/
H A Dutil.py42 _ = gettext.translation("SUNW_OST_OSLIB", "/usr/lib/locale",
/osnet-11/usr/src/lib/libast/common/port/
H A Dmc.c253 * read the translation record
256 if (!(sp = sfgetr(ip, 0, 0)) || !(mc->translation = vmstrdup(vm, sp)))
279 else if (!(mc->translation = vmnewof(vm, 0, char, 1, 0)))
529 * write the translation record
532 sfputr(op, mc->translation, 0);
/osnet-11/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
H A DPerlIO.pm161 line endings on a platform that normally does CRLF translation, but still
177 will construct a "binary" stream, but then enable UTF-8 translation.
246 translation for text files then the default layers are :
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL286 translation. See L<Pod::Select/"SECTION SPECIFICATIONS"> for the
/osnet-11/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.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm20 this module for translation.
713 If true, each pod translation will begin with a C<latex>
777 User supplied C<latex> preamble. Added before the pod translation
796 User supplied C<latex> postamble. Added after the pod translation
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm1367 Transfer file in ASCII. CRLF translation will be done if required
1648 performing any <CRLF> translation necessary. C<TIMEOUT> is optional, if not
1651 Returns the number of bytes read before any <CRLF> translation.
1656 performing any <CRLF> translation necessary. C<TIMEOUT> is optional, if not
1659 Returns the number of bytes written before any <CRLF> translation.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm41 This module is just a translation of the C F<socket.h> file.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL789 Warn( "ambiguous translation for character `$fc' in `y' command",
1863 =item ambiguous translation for character `%s' in `y' command
1942 The translation table strings in a B<y> commanf must have equal lengths.
2001 used for the translation.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm239 uncolor() performs the opposite translation, turning escape sequences
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py35 _ = gettext.translation("SUNW_OST_OSLIB", "/usr/lib/locale",
675 # perform no translation on the input device path

Completed in 57 milliseconds

12