Searched refs:lang (Results 51 - 75 of 194) sorted by relevance

12345678

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dquota.h40 #include <isc/lang.h>
H A Dserial.h23 #include <isc/lang.h>
H A Dsha1.h31 #include <isc/lang.h>
H A Dtaskpool.h44 #include <isc/lang.h>
H A Dbase32.h32 #include <isc/lang.h>
H A Dheap.h25 #include <isc/lang.h>
H A Dhmacmd5.h28 #include <isc/lang.h>
H A Dinterfaceiter.h43 #include <isc/lang.h>
H A Dratelimiter.h37 #include <isc/lang.h>
H A Dstdio.h36 #include <isc/lang.h>
H A Dsymtab.h88 #include <isc/lang.h>
/freebsd-11-stable/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dthread.h27 #include <isc/lang.h>
H A Dcondition.h25 #include <isc/lang.h>
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dcondition.h25 #include <isc/lang.h>
H A Ddir.h28 #include <isc/lang.h>
/freebsd-11-stable/contrib/netbsd-tests/share/mk/
H A Dt_test.sh41 local lang="${1}"; shift
47 TESTS_${lang} = ${name}
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp62 bool TypeCategoryImpl::IsApplicable(lldb::LanguageType lang) { argument
65 if (::IsApplicable(category_lang, lang))
83 void TypeCategoryImpl::AddLanguage(lldb::LanguageType lang) { argument
84 m_languages.push_back(lang);
87 bool TypeCategoryImpl::Get(lldb::LanguageType lang, argument
90 if (!IsEnabled() || !IsApplicable(lang))
100 bool TypeCategoryImpl::Get(lldb::LanguageType lang, argument
103 if (!IsEnabled() || !IsApplicable(lang))
113 bool TypeCategoryImpl::Get(lldb::LanguageType lang, argument
116 if (!IsEnabled() || !IsApplicable(lang))
486 const lldb::LanguageType lang = GetLanguageAtIndex(idx); local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dwindmc.c328 mc_add_node_lang (mc_node *root, const mc_keyword *lang, rc_uint_type vid) argument
332 if (! lang || ! root)
336 ret->lang = lang;
345 if (h->lang->nval > lang->nval)
347 if (h->lang->nval == lang->nval)
434 if (l1->lang != r1->lang)
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp91 char *lang = __kmp_env_get("LANG"); local
97 english = lang == NULL || // In all these cases English language is used.
98 strcmp(lang, "") == 0 || strcmp(lang, " ") == 0 ||
101 strcmp(lang, "C") == 0 || strcmp(lang, "POSIX") == 0;
107 __kmp_str_split(lang, '@', &lang, &tail);
108 __kmp_str_split(lang, '.', &lang,
132 char *lang = __kmp_env_get("LANG"); local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/unix/include/isc/
H A Ddir.h30 #include <isc/lang.h>
/freebsd-11-stable/gnu/usr.bin/cc/cc1/
H A DMakefile11 SRCS= main.c c-parser.c c-lang.c
/freebsd-11-stable/usr.sbin/config/
H A DMakefile8 SRCS= config.y main.c lang.l mkmakefile.c mkheaders.c \
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A DMakefile18 c-exp.y c-lang.c c-typeprint.c c-valprint.c charset.c \
28 f-exp.y f-lang.c f-typeprint.c f-valprint.c findvar.c \
34 jv-exp.y jv-lang.c jv-typeprint.c jv-valprint.c \
37 m2-exp.y m2-lang.c m2-typeprint.c m2-valprint.c macrocmd.c \
44 objc-exp.y objc-lang.c objfiles.c observer.c osabi.c \
45 p-exp.y p-lang.c p-typeprint.c p-valprint.c parse.c printcmd.c \
47 scm-exp.c scm-lang.c scm-valprint.c sentinel-frame.c ser-pipe.c \
/freebsd-11-stable/contrib/apr-util/xml/
H A Dapr_xml.c240 elem->lang = apr_xml_quote_string(parser->p, attr->value, 1);
257 ** If an xml:lang attribute didn't exist (lang==NULL), then copy the
262 if (elem->lang == NULL && elem->parent != NULL)
263 elem->lang = elem->parent->lang;
680 ** and an xml:lang attribute, if applicable.
689 if (elem->lang != NULL) {
690 /* compute size of: ' xml:lang="%s"' */
691 size += 11 + strlen(elem->lang)
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp106 for (unsigned lang = eLanguageTypeUnknown; lang < eNumLanguageTypes;
107 ++lang) {
108 FindPlugin(static_cast<lldb::LanguageType>(lang));
348 ForEach([&](Language *lang) {
349 supported_languages.emplace(lang->GetLanguageType());

Completed in 236 milliseconds

12345678