/titanic_44/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.StateMachine.ksh.out | 5 java.lang.IllegalStateException: consumer not open 6 java.lang.IllegalStateException: consumer not open 7 java.lang.IllegalStateException: consumer not open 8 java.lang.IllegalStateException: consumer not open 9 java.lang.IllegalStateException: consumer not open 10 java.lang.IllegalStateException: consumer not open 11 java.lang.IllegalStateException: consumer not open 12 java.lang.IllegalStateException: consumer not open 13 java.lang.IllegalStateException: consumer not open 18 java.lang.IllegalStateException: consumer already open [all …]
|
H A D | tst.Enable.ksh.out | 1 java.lang.IllegalStateException: Not all compiled probes are enabled. Compiled description dtrace::… 2 java.lang.IllegalStateException: program already enabled 3 java.lang.IllegalStateException: program already enabled 4 java.lang.IllegalStateException: Not all compiled probes are enabled. Compiled description syscall:… 5 java.lang.IllegalStateException: program already enabled 6 java.lang.IllegalArgumentException: program not compiled by this consumer
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | catopen.c | 94 char *nlspath, *lang, *territory, *codeset, *locale; in process_nls_path() local 112 lang = NULL; in process_nls_path() 120 lang = s = libc_strdup(locale); in process_nls_path() 121 if (!lang) { in process_nls_path() 149 if (lang) in process_nls_path() 150 libc_free(lang); in process_nls_path() 159 lang, territory, codeset); in process_nls_path() 163 if (lang) in process_nls_path() 164 libc_free(lang); in process_nls_path() 173 if (lang) in process_nls_path() [all …]
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getvalues.c | 257 char *lang; in check_lang_match() local 264 langIndex = parse_subtypes( attr, &baseLen, &lang, &subtypes, &nsubtypes ); in check_lang_match() 286 if ( NULL != lang ) in check_lang_match() 287 NSLDAPI_FREE( lang ); in check_lang_match() 295 if ( NULL != lang ) in check_lang_match() 296 NSLDAPI_FREE( lang ); in check_lang_match() 305 while( targetLang[i] && lang[i] && in check_lang_match() 306 (toupper(targetLang[i]) == toupper(lang[i])) ) in check_lang_match() 310 if ( !lang[i] || (lang[i] == ';') ) { in check_lang_match() 342 char *lang = NULL; in internal_ldap_get_lang_values() local [all …]
|
/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceStoreInMemory.java | 1476 String lang = locale.getLanguage(); in ageOut() local 1478 deregisterInternal(url, scopes, lang); in ageOut() 1530 String lang = locale.getLanguage(); in register() local 1534 ServiceRecordInMemory rec = findExistingRecord(url, null, lang); in register() 1564 deregisterInternal(url, rec.getScopes(), lang); in register() 1670 String lang = locale.getLanguage(); in updateRegistration() local 1672 findExistingRecord(url, scopes, lang); in updateRegistration() 1697 deregisterInternal(url, scopes, lang); in updateRegistration() 1740 String lang = SLPConfig.localeToLangTag(locale); in deleteAttributes() local 1796 Vector listVec = (Vector)langLevel.get(lang); in deleteAttributes() [all …]
|
H A D | ServiceLocationManager.java | 35 import java.lang.reflect.*; 82 String lang = locale.getLanguage(); in getLocator() local 83 Locator locator = (Locator)locators.get(lang); in getLocator() 99 locators.put(lang, locator); in getLocator() 126 String lang = locale.getLanguage(); in getAdvertiser() local 127 Advertiser advertiser = (Advertiser)advertisers.get(lang); in getAdvertiser() 143 advertisers.put(lang, advertiser); in getAdvertiser()
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | locale.h | 153 #define nl_init(lang) ((valid(lang) && *lang) ? \ argument 154 (valid(setlocale (LC_ALL, lang) ) ? 0 : -1) \
|
/titanic_44/usr/src/lib/libadt_jni/com/sun/audit/ |
H A D | AuditSession.java | 49 } catch (java.lang.UnsatisfiedLinkError ul) { 98 catch (java.lang.Exception e) { in AuditSession() 102 catch (java.lang.Error e) { in AuditSession() 176 catch (java.lang.Exception e) { in exportSession() 212 catch (java.lang.Error e) { in setUser()
|
/titanic_44/usr/src/lib/libshell/misc/ |
H A D | buildksh93.sh | 478 for lang in ${TEST_LANG} ; do 480 printf "## testing LANG=%s\n" "${lang}" 481 export LC_ALL="${lang}" LANG="${lang}" 514 for lang in ${TEST_LANG} ; do 516 export LC_ALL="${lang}" LANG="${lang}" 524 LC_ALL="${lang}" LANG="${lang}" \ 536 for lang in ${TEST_LANG} ; do 538 export LC_ALL="${lang}" LANG="${lang}" 544 LC_ALL="${lang}" LANG="${lang}" \
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | auth2-kbdint.c | 43 char *lang, *devs; in userauth_kbdint() local 48 lang = packet_get_string(NULL); in userauth_kbdint() 62 xfree(lang); in userauth_kbdint()
|
/titanic_44/usr/src/lib/libast/common/path/ |
H A D | pathprobe.c | 86 pathprobe(char* path, char* attr, const char* lang, const char* tool, const char* aproc, int op) in pathprobe() argument 137 p = k + sfsprintf(k, x - k, "%s/%s/", lang, tool); in pathprobe() 138 pathkey(key, attr, lang, tool, proc); in pathprobe() 278 …%s probe information for %s language processor %s must be manually regenerated", tool, lang, proc); in pathprobe() 291 *ap++ = (char*)lang; in pathprobe()
|
/titanic_44/usr/src/lib/libc/port/i18n/ |
H A D | gettext_real.c | 281 free_all(nlstmp, nnp, pathname, ppaths, lang) 285 char *ppaths, char *lang) in free_all() argument 303 if (lang) in free_all() 304 free(lang); in free_all() 330 char *lang = NULL; /* our current language element */ in process_nlspath() local 379 lang = s = strdup(cur_msgloc); in process_nlspath() 380 if (lang == NULL) { in process_nlspath() 454 (char *)cur_msgloc, lang, territory, codeset); in process_nlspath() 552 free(lang); in process_nlspath() 568 char *locale, char *lang, char *territory, char *codeset) in replace_nls_option() argument [all …]
|
/titanic_44/usr/src/lib/libsasl/lib/ |
H A D | seterror.c | 136 const char *lang = NULL; in sasl_seterror() local 181 (void) simple_cb(simple_context, SASL_CB_LANGUAGE, &lang, NULL); in sasl_seterror() 183 if (use_locale(lang, is_client)) in sasl_seterror() 263 va_arg(ap, int)), lang, NULL)); in sasl_seterror()
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | kex.c | 317 choose_lang(char **lang, char *client, char *server) in choose_lang() argument 320 *lang = match_list(client, server, NULL); in choose_lang() 322 *lang = g11n_srvr_locale_negotiate(client, NULL); in choose_lang() 603 char *lang; in kex_choose_conf() local 604 lang = g11n_clnt_langtag_negotiate(mlangs, plangs); in kex_choose_conf() 605 if (lang) { in kex_choose_conf() 606 session_lang = lang; in kex_choose_conf() 607 debug("Negotiated lang: %s", lang); in kex_choose_conf() 608 g11n_test_langtag(lang, 0); in kex_choose_conf()
|
H A D | kexgssc.c | 72 char *msg, *lang; in kexgss_client() local 226 lang = packet_get_string(NULL); in kexgss_client() 227 xfree(lang); in kexgss_client()
|
/titanic_44/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 239 char *lang; in do_env() local 253 lang = fields[1]; in do_env() 257 compile_env[next_env].ce_lang = mystrdup(lang); in do_env() 848 const char *prog, *cflags, *lang; in do_compile() local 870 lang = "c99"; in do_compile() 873 lang = "c11"; in do_compile() 876 lang = "c89"; in do_compile() 882 lang); in do_compile()
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 98 unsigned long lang; in native_locale() local 107 lang = lc->language->index; in native_locale() 122 if (!lang) in native_locale() 127 lcid = MAKELCID(MAKELANGID(lang, ctry), SORT_DEFAULT); in native_locale() 752 static Lc_t* lang; variable 829 …egories[category].prev)) && !(lc = lc_all) && !(lc = lc_categories[category].prev) && !(lc = lang)) in single() 1103 lang = lcmake(s); in _ast_setlocale() 1106 lang = 0; in _ast_setlocale() 1149 if (lang != p) in _ast_setlocale() 1151 lang = p; in _ast_setlocale()
|
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmHelpException.java | 35 import java.lang.*;
|
H A D | pmNullSelectedPrinterException.java | 35 import java.lang.*;
|
H A D | pmPrinterExistsException.java | 35 import java.lang.*;
|
H A D | pmAddPrinterFailedException.java | 34 import java.lang.*;
|
H A D | pmCacheMissingPPDException.java | 37 import java.lang.*;
|
H A D | pmModifyPrinterFailedException.java | 34 import java.lang.*;
|
H A D | pmNeedPPDCacheException.java | 38 import java.lang.*;
|
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
H A D | CustomClassLoader.java | 50 import java.lang.Class;
|