Home
last modified time | relevance | path

Searched refs:lang (Results 1 – 25 of 53) sorted by relevance

123

/titanic_53/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.StateMachine.ksh.out5 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 Dtst.Enable.ksh.out1 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_53/usr/src/lib/libc/port/gen/
H A Dcatopen.c92 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_53/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c257 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_53/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1476 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 DServiceLocationManager.java35 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_53/usr/src/lib/libbc/inc/include/
H A Dlocale.h153 #define nl_init(lang) ((valid(lang) && *lang) ? \ argument
154 (valid(setlocale (LC_ALL, lang) ) ? 0 : -1) \
/titanic_53/usr/src/lib/libadt_jni/com/sun/audit/
H A DAuditSession.java49 } 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_53/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathprobe.c52 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_… 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()
303 …%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 Dpathkey.c44 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, … in pathkey_20100601() argument
190 ver[0] = (char*)lang; in pathkey_20100601()
/titanic_53/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c285 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, char *territory, char *codeset) in replace_nls_option() argument
[all …]
/titanic_53/usr/src/lib/libsasl/lib/
H A Dseterror.c136 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_53/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c239 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_53/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dshtests321 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_53/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c109 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 …egories[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 = p; in _ast_setlocale()
/titanic_53/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmPrinterExistsException.java35 import java.lang.*;
H A DpmHelpException.java35 import java.lang.*;
H A DpmNullSelectedPrinterException.java35 import java.lang.*;
H A DpmModifyPrinterFailedException.java34 import java.lang.*;
H A DpmNeedPPDCacheException.java38 import java.lang.*;
H A DpmCacheMissingPPDException.java37 import java.lang.*;
H A DpmAddPrinterFailedException.java34 import java.lang.*;
H A DpmDeleteFailedException.java34 import java.lang.*;
H A DpmLoginFailedException.java34 import java.lang.*;
H A DpmUserCancelledException.java34 import java.lang.*;

123