Searched refs:locale (Results 76 - 100 of 1149) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dmbsrtowcs.c30 #include <locale.h>
H A Dmbstowcs.c33 #include <locale.h>
H A Dmbtowc.c32 #include <locale.h>
H A Dtolower.c18 #include <locale.h>
H A Dwcrtomb.c31 #include <locale.h>
/illumos-gate/usr/src/cmd/yppasswd/
H A Dyppasswd.c32 #include <locale.h>
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_util.c34 #include <locale.h>
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dkrb5defs.h37 #include <locale.h>
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/bootconfchk/
H A Dbootconfchk.c38 #include <locale.h>
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg.h38 #include <locale.h>
/illumos-gate/usr/src/cmd/mailx/
H A Dlpaths.c50 #include <locale.h>
64 * Return the path to a potentially locale-specific help file.
/illumos-gate/usr/src/cmd/fcoesvc/
H A Dfcoeisvc.c27 #include <locale.h>
H A Dfcoetsvc.c27 #include <locale.h>
/illumos-gate/usr/src/cmd/bart/
H A Dmain.c30 #include <locale.h>
37 /* Make sure we are in the correct locale */
/illumos-gate/usr/src/cmd/sgs/moe/common/
H A Dmoe.c33 #include <locale.h>
38 locale() function
104 locale();
208 locale();
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkdyndns.c30 #include <locale.h>
/illumos-gate/usr/src/cmd/link/
H A Dlink.c35 #include <locale.h>
/illumos-gate/usr/src/cmd/tty/
H A Dtty.c37 #include <locale.h>
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeString.java54 Locale locale; // the locale in which this string was created. field in class:AttributeString
56 // Create an attribute string. Use the passed in locale to determine
62 locale = nlocale;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_i18n.h32 * will decide to include locale.h, nls.h and what not).
72 #include <locale.h> /* Local compiler's locale.h */
104 /* locale */
105 #define setlocale(class, locale) ((char *)"POSIX")
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.h83 char *locale; /* locale to use for gettext() */ member in struct:zlog
103 extern char *localize_msg(char *locale, const char *msg);
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrerror.c115 ast.locale.set |= AST_LC_internal;
120 ast.locale.set &= ~AST_LC_internal;
/illumos-gate/usr/src/cmd/srchtxt/
H A Dsrchtxt.c38 #include <locale.h>
45 #define P_locale "/usr/lib/locale/"
75 static int lflg; /* set if locale is specified on command line */
78 static char locale[15]; /* save name of current locale */ variable
115 (void) strcpy(locale, optarg);
136 (void) strcpy(locale, setlocale(LC_MESSAGES, ""));
138 (void) strcpy(&pathname[L_locale - 1], locale);
210 "usage: srchtxt [-s]\n srchtxt [-s] -l locale\n"
211 " srchtxt [-s] [-l locale] [
[all...]
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c39 * fmd_msg_locale_set - set the default locale (initially based on environ(5))
40 * fmd_msg_locale_get - get the default locale
66 * the corresponding locale directories. The values for the message items are
86 * the process locale and potentially alter text domain bindings. At present,
98 #include <locale.h>
122 char *fmh_locale; /* default program locale from environment */
298 * Initialize the program's locale from the environment if it hasn't
312 * usr/lib/locale into <rootdir>/usr/lib/locale, but handles all of the
320 s = "/usr/lib/locale"; /* substitut
372 fmd_msg_locale_set(fmd_msg_hdl_t *h, const char *locale) argument
1367 fmd_msg_getitem(fmd_msg_hdl_t *h, const char *locale, nvlist_t *nvl, const char *code, fmd_msg_item_t item) argument
1450 fmd_msg_getitem_nv(fmd_msg_hdl_t *h, const char *locale, nvlist_t *nvl, fmd_msg_item_t item) argument
1469 fmd_msg_getitem_id(fmd_msg_hdl_t *h, const char *locale, const char *code, fmd_msg_item_t item) argument
1481 fmd_msg_gettext_key(fmd_msg_hdl_t *h, const char *locale, const char *dict, const char *key) argument
1542 fmd_msg_gettext(fmd_msg_hdl_t *h, const char *locale, nvlist_t *nvl, const char *code) argument
1625 fmd_msg_gettext_nv(fmd_msg_hdl_t *h, const char *locale, nvlist_t *nvl) argument
1638 fmd_msg_gettext_id(fmd_msg_hdl_t *h, const char *locale, const char *code) argument
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6904575_cut_-d_with_multibyte_character_no_longer_works.sh95 # save locale information
103 typeset locale="C"
110 typeset locale="<unicode>"
117 typeset locale="<unicode>"
128 if [[ "${tc.locale}" == "<unicode>" ]] ; then
133 export LC_ALL="${tc.locale}"
136 # build "cut_args" array with multibyte characters in the current locale
150 # cleanup and restore locale settings

Completed in 101 milliseconds

1234567891011>>