/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | CSrvDereg.java | 53 CSrvDereg(Locale locale, argument 70 this.initialize(locale, url, scopes, tags, auth); 76 void initialize(Locale locale, argument 85 new SLPHeaderV2(SrvLocHeader.SrvDereg, false, locale);
|
H A D | ServerAttribute.java | 60 ServerAttribute(String id_in, Vector values_in, Locale locale) argument 65 idPattern = new AttributeString(id, locale); 78 AttributeString as = new AttributeString(s, locale); 90 ServerAttribute(ServiceLocationAttribute attr, Locale locale) { argument 91 this(attr.id, attr.getValues(), locale);
|
H A D | AttributePattern.java | 79 AttributePattern(String str, Locale locale) { argument 81 super(str, locale);
|
H A D | CAttrMsg.java | 98 CAttrMsg(Locale locale, ServiceURL url, Vector scopes, Vector tags) argument 101 this.hdr = new SLPHeaderV2(SrvLocHeader.AttrRqst, false, locale); 110 CAttrMsg(Locale locale, ServiceType type, Vector scopes, Vector tags) argument 113 this.hdr = new SLPHeaderV2(SrvLocHeader.AttrRqst, false, locale);
|
H A D | CSrvReg.java | 55 Locale locale, 98 locale, 110 Locale locale, 119 SLPHeaderV2 hdr = new SLPHeaderV2(SrvLocHeader.SrvReg, fresh, locale); 54 CSrvReg(boolean fresh, Locale locale, ServiceURL urlEntry, Vector scopes, Vector attrs, Hashtable URLSignatures, Hashtable attrSignatures) argument 109 initialize(boolean fresh, Locale locale, ServiceURL urlEntry, Vector scopes, Vector attrs, Hashtable URLSignatures, Hashtable attrSignatures) argument
|
H A D | CSrvTypeMsg.java | 108 CSrvTypeMsg(Locale locale, String na, Vector scopes) argument 112 new SLPHeaderV2(SrvLocHeader.SrvTypeRqst, false, locale);
|
H A D | SSAAdvert.java | 54 Locale locale, 70 hdr.locale = locale; 95 DATable.validateScopes(scopes, hdr.locale); 52 SSAAdvert(int version, short xid, Locale locale, ServiceURL url, Vector scopes, Vector attrs) argument
|
H A D | AttributeString.java | 54 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;
|
H A D | CSrvMsg.java | 113 CSrvMsg(Locale locale, argument 119 this.initialize(locale, serviceType, scopes, query); 126 initialize(Locale locale, argument 132 SLPHeaderV2 hdr = new SLPHeaderV2(SrvLocHeader.SrvReq, false, locale);
|
H A D | ServiceLocationManager.java | 66 * @param locale The Locale of the Locator object. Use null for default. 73 public static Locator getLocator(Locale locale) argument 77 if (locale == null) { 78 locale = config.getLocale(); 82 String lang = locale.getLanguage(); 96 locator = (Locator)getInstance(locatorClass, locale); 111 * @param locale The Locale of the Advertiser object. Use null for default. 118 public static Advertiser getAdvertiser(Locale locale) argument 121 if (locale == null) { 122 locale 293 getInstance(Class cobj, Locale locale) argument [all...] |
H A D | DATable.java | 359 static void validateScopes(Vector scopes, Locale locale) argument 400 str = str.toLowerCase(locale).trim();
|
H A D | SARequester.java | 58 private Locale locale; field in class:SARequester 63 Assert.nonNullParameter(nlocale, "locale"); 69 locale = nlocale; 94 * Return the Locator's locale object. All requests are made in 95 * this locale. 101 return locale; 107 * the Advertiser's locale. 145 * Add attributes to a service URL in the locale of the Advertiser. 167 * Delete the attributes from a service URL in the locale of 230 locale, [all...] |
H A D | SLPServerHeaderV2.java | 67 SLPServerHeaderV2(int functionCode, boolean fresh, Locale locale) argument 69 super(functionCode, fresh, locale); 298 " locale = ``" + locale + "''\n" + 327 DATable.validateScopes(scopes, locale);
|
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | isencrypt.c | 33 #include <locale.h> 47 char *locale; local 63 locale = setlocale(LC_CTYPE, 0); 64 if (strcmp(locale, "C") == 0 || strcmp(locale, "ascii") == 0)
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/i18n/ |
H A D | m_text.c | 44 #include <locale.h> 52 static char *locale = NULL; /* remember locale loaded */ variable 120 nlocale = setlocale(LC_MESSAGES, NULL); /* Query current locale */ 123 || locale == NULL /* locale never set */ 124 || strcmp(locale, nlocale)!=0) { /* locale changed */ 127 if (locale != NULL && nlocale != NULL && domain != NULL 128 && strcmp(locale, nlocal [all...] |
/illumos-gate/usr/src/cmd/bnu/ |
H A D | getargs.c | 168 ** locale can be saved and then restored. 171 _uu_setlocale(int category, char *locale) argument 176 /* get current locale */ 180 /* allocate space for the current locale and copy it */ 188 /* now set the new locale */ 189 if (setlocale(category, locale) == NULL) { 197 ** Reset the previous locale, free memory 200 _uu_resetlocale(int category, char *locale) argument 202 if (locale == NULL) 204 (void) setlocale(category, locale); [all...] |
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | specials.c | 44 #include <locale.h> 64 char *locale; local 67 * /usr, with timezone and locale data, is now available. 75 locale = st->st_locale; 82 free(locale); 84 st->st_locale = locale;
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | SysCommand.java | 121 public void exec(String cmd, String locale) throws Exception argument 128 debug_log(locale + "; " + cmd); 131 envp[0] = locale;
|
/illumos-gate/usr/src/cmd/expand/ |
H A D | expand.c | 44 #include <locale.h> 70 char *locale; local 78 locale = setlocale(LC_CTYPE, NULL); 79 isClocale = (strcmp(locale, "C") == 0);
|
/illumos-gate/usr/src/cmd/sgs/moe/common/ |
H A D | moe.c | 33 #include <locale.h> 38 locale() function 104 locale(); 208 locale();
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | ldapdelete.c | 32 #include <locale.h> 83 char *locale = setlocale(LC_ALL, ""); local
|
H A D | ldapmodrdn.c | 13 #include <locale.h> 17 #include <locale.h> 48 char *locale = setlocale(LC_ALL, ""); local
|
/illumos-gate/usr/src/test/libc-tests/tests/newlocale/ |
H A D | newlocale_test.c | 25 #include <locale.h> 37 * MacOS Mavericks uses "Eu" for Euro symbol, instead of €. If the locale 41 const char *locale; member in struct:ldata 70 loc = newlocale(LC_ALL_MASK, l->locale, NULL); 72 test_failed(t, "newlocale %s failed", l->locale); 84 test_failed(t, "C locale day wrong %s != Sunday", 115 test_failed(t, "revert old locale mismatch"); 152 test_failed(t, "passed setting bogus locale"); 177 test_failed(t, "failed to set locale"); 211 test_failed(t, "failed to set composite locale"); [all...] |
/illumos-gate/usr/src/test/libc-tests/tests/nl_langinfo/ |
H A D | nl_langinfo_test.c | 25 #include <locale.h> 36 * MacOS Mavericks uses "Eu" for Euro symbol, instead of €. If the locale 168 const char *locale; member in struct:__anon4439 179 test_nl_langinfo_1(const char *locale, struct langinfo_test *test) argument 185 (void) snprintf(tname, sizeof (tname), "nl_langinfo (locale %s)", 186 locale); 189 v = setlocale(LC_ALL, locale); 193 if (strcmp(v, locale) != 0) { 194 test_failed(t, "setlocale got %s instead of %s", v, locale); 211 test_nl_langinfo_l(const char *locale, struc argument [all...] |
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | regcache.c | 51 char* locale; member in struct:State_s 119 * flush the cache if the locale changed 124 if ((s = setlocale(LC_CTYPE, NiL)) != matchstate.locale) 126 matchstate.locale = s;
|