/titanic_51/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 [all...] |
H A D | tst.Enable.ksh.out | 1 java.lang.IllegalStateException: Not all compiled probes are enabled. Compiled description dtrace:::END not enabled. 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:::return not enabled. 5 java.lang.IllegalStateException: program already enabled 6 java.lang.IllegalArgumentException: program not compiled by this consumer
|
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | catopen.c | 92 char *nlspath, *lang, *territory, *codeset, *locale; in process_nls_path() local 112 lang = NULL; in process_nls_path() 117 * extract lang, territory and codeset from locale name 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() 220 replace_nls_option(char * s,char * name,char * pathname,char * locale,char * lang,char * territory,char * codeset) replace_nls_option() argument [all...] |
/titanic_51/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getvalues.c | 115 cn;lang-en 116 cn;lang-en-us 117 cn;lang-ja 118 cn;lang-ja-JP-kanji 121 "lang-". After that, there may be additional language-specific 126 For a request for "cn;lang-en-us", we would return cn;lang-en-us 127 if present, otherwise cn;lang-en if present, otherwise cn. 131 cn;lang-ja;binary (Unlikely!) 132 cn;lang 257 char *lang; check_lang_match() local 342 char *lang = NULL; internal_ldap_get_lang_values() local [all...] |
/titanic_51/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceStoreInMemory.java | 1298 // Keys for this table are scope/service type/lang tag. Values are 1326 private final static String INTEGER_TYPE = "java.lang.Integer"; 1329 private final static String BOOLEAN_TYPE = "java.lang.Boolean"; 1342 // values are hashtables with lang tag key. Ultimate values are 1352 // the type/scope, values are a hashtable keyed by lang tag. 1353 // Values in the lang tag table are Integer objects giving 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() 1670 String lang = locale.getLanguage(); updateRegistration() local 1740 String lang = SLPConfig.localeToLangTag(locale); deleteAttributes() local 1969 String lang = locale.getLanguage(); findServices() local 2102 String lang = locale.getLanguage(); findAttributes() local 2236 String lang = locale.getLanguage(); findAttributes() local 2432 String lang = locale.getLanguage(); registerInternal() local 2491 initializeURLScopeLangTableVector(ServiceURL url, String scope, String lang) initializeURLScopeLangTableVector() argument 2539 addRecordToScopeTypeLangTable(String scope, String serviceType, String lang, boolean isAbstract, ServiceRecordInMemory rec, Vector listVec) addRecordToScopeTypeLangTable() argument 2697 deregisterInternal(ServiceURL url, Vector scopes, String lang) deregisterInternal() argument 2741 deleteTypeLocale(type.toString(), scope, lang); deregisterInternal() local 2746 deleteTypeLocale(type.getAbstractTypeName(), scope, lang); deregisterInternal() local 2764 deleteTypeLocale(type.toString(), scope, lang); deregisterInternal() local 2771 lang); deregisterInternal() local 2798 deregisterFromLocale(Hashtable langTable, String lang) deregisterFromLocale() argument 2830 findExistingRecord(ServiceURL surl, Vector scopes, String lang) findExistingRecord() argument 3296 addTypeLocale(String type, String scope, String lang) addTypeLocale() argument 3336 deleteTypeLocale(String type, String scope, String lang) deleteTypeLocale() argument 3403 languageSupported(String type, Vector scopes, String lang) languageSupported() argument 3472 makeScopeTypeLangKey(String scope, String serviceType, String lang) makeScopeTypeLangKey() argument [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_51/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_51/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_51/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_51/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathprobe.c | 28 * information for lang and tool using proc 52 pathprobe(char* path, char* attr, const char* lang, const char* tool, const char* proc, int op) in pathprobe() argument 54 return pathprobe_20100601(lang, tool, proc, op, path, PATH_MAX, attr, PATH_MAX); in pathprobe() 98 pathprobe_20100601(const char* lang, const char* tool, const char* aproc, int op, char* path, size_t pathsize, char* attr, size_t attrsize) in pathprobe_20100601() argument 152 p = k + sfsprintf(k, x - k, "%s/%s/", lang, tool); in pathprobe_20100601() 153 pathkey(lang, tool, proc, key, sizeof(key), attr, attrsize); in pathprobe_20100601() 181 * yes lib/probe/<lang>/<proc>/probe in pathprobe_20100601() 303 error(0, "%s probe information for %s language processor %s must be manually regenerated", tool, lang, proc); in pathprobe_20100601() 316 *ap++ = (char*)lang; in pathprobe_20100601()
|
H A D | pathkey.c | 27 * generate 14 char lookup key for lang path in key 44 pathkey(char* key, char* attr, const char* lang, const char* tool, const char* path) in pathkey() argument 46 return pathkey_20100601(lang, tool, path, key, 16, attr, PATH_MAX); in pathkey() 54 pathkey_20100601(const char* lang, const char* tool, const char* apath, char* key, size_t keysize, char* attr, size_t attrsize) in pathkey_20100601() argument 166 * ${VERSION_<lang>} in pathkey_20100601() 190 ver[0] = (char*)lang; in pathkey_20100601()
|
/titanic_51/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_51/usr/src/lib/libc/port/i18n/ |
H A D | gettext_real.c | 285 free_all(nlstmp, nnp, pathname, ppaths, lang) 289 char *ppaths, char *lang) in free_all() argument 307 if (lang) in free_all() 308 free(lang); in free_all() 334 char *lang = NULL; /* our current language element */ in process_nlspath() local 383 lang = s = strdup(cur_msgloc); in process_nlspath() 384 if (lang == NULL) { in process_nlspath() 458 (char *)cur_msgloc, lang, territory, codeset); in process_nlspath() 556 free(lang); in process_nlspath() 572 char *locale, char *lang, cha in replace_nls_option() argument [all...] |
/titanic_51/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_51/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() 851 const char *prog, *cflags, *lang; in do_compile() local 873 lang = "c99"; in do_compile() 876 lang = "c11"; in do_compile() 879 lang = "c89"; in do_compile() 885 lang); in do_compile()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | shtests | 321 for lang in $locales 323 if [[ $lang == C ]] 324 then lang= 325 else o="$o($lang)" 326 lang=LANG=$lang 330 eval $lang \$valgrind \$SHELL \$trace \$i
|
/titanic_51/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_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | setlocale.c | 109 unsigned long lang; in native_locale() local 118 lang = lc->language->index; in native_locale() 133 if (!lang) in native_locale() 138 lcid = MAKELCID(MAKELANGID(lang, ctry), SORT_DEFAULT); in native_locale() 2370 static Lc_t* lang; variable 2480 if (!lc && (!(lc_categories[category].flags & LC_setlocale) || !(lc = lc_categories[category].prev)) && !(lc = lc_all) && !(lc = lc_categories[category].prev) && !(lc = lang)) in single() 2795 lang = lcmake(s); in _ast_setlocale() 2798 lang = 0; in _ast_setlocale() 2841 if (lang != p) in _ast_setlocale() 2843 lang in _ast_setlocale() [all...] |
/titanic_51/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 | pmCacheMissingPPDException.java | 37 import java.lang.*;
|
H A D | pmModifyPrinterFailedException.java | 34 import java.lang.*;
|
H A D | pmAddPrinterFailedException.java | 34 import java.lang.*;
|
H A D | pmNeedPPDCacheException.java | 38 import java.lang.*;
|