Searched refs:lang (Results 126 - 150 of 194) sorted by relevance

12345678

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dtask.h84 #include <isc/lang.h>
H A Dbuffer.h110 #include <isc/lang.h>
H A Dmem.h27 #include <isc/lang.h>
H A Dsocket.h60 #include <isc/lang.h>
/freebsd-11-stable/contrib/ntp/lib/isc/unix/include/isc/
H A Dnet.h94 #include <isc/lang.h>
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h99 #include <isc/lang.h>
/freebsd-11-stable/contrib/gcc/cp/
H A Dexcept.c285 error ("type %qT is not derived from %<java::lang::Throwable%>",
301 choose_personality_routine (enum languages lang) argument
316 if (lang != lang_cplusplus)
321 if (lang != lang_java)
329 switch (lang)
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dsym.h130 unsigned lang: 5; /* language for this file */ member in struct:fdr
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h115 lldb::LanguageType lang = lldb::eLanguageTypeUnknown);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dhs20_supplicant.c34 char lang[4]; member in struct:osu_lang_string
41 char lang[4]; member in struct:osu_icon
797 osu->friendly_name[j].lang,
802 osu->serv_desc[j].lang,
810 icon->id, icon->width, icon->height, icon->lang,
908 os_memcpy(f->lang, pos2 + 1, 3);
978 os_memcpy(icon->lang, pos2, 3);
1047 os_memcpy(f->lang, pos2, 3);
/freebsd-11-stable/contrib/binutils/
H A DMakefile.tpl1537 (define lang-dep (lambda (lang)
1538 (hash-ref lang-env-deps (string-append (get "module") "-" lang))))
1541 (define lang-env-deps (make-hash-table 7))
1544 (hash-create-handle! lang-env-deps
1548 (hash-create-handle! lang-env-deps
1552 (hash-create-handle! lang-env-deps
1556 @if gcc-bootstrap[+ FOR target_modules +][+ IF (not (lang-dep "no_gcc"))
1562 @if gcc-no-bootstrap[+ FOR target_modules +][+ IF (not (lang
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp64 lldb::LanguageType TranslateLanguage(PDB_Lang lang) { argument
65 switch (lang) {
305 LanguageType lang = ParseLanguage(comp_unit); local
306 auto type_system_or_err = GetTypeSystemForLanguage(lang);
1732 lldb::LanguageType lang;
1735 lang = lldb::eLanguageTypeC_plus_plus;
1737 lang = TranslateLanguage(details->getLanguage());
1739 if (lang == lldb::LanguageType::eLanguageTypeUnknown)
1750 path.c_str(), id, lang, optimized);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp625 lldb::LanguageType lang = m_mangled.GuessLanguage();
626 if (lang != lldb::eLanguageTypeUnknown)
627 return lang;
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoffswap.h217 intern->lang = ((ext->f_bits1[0] & FDR_BITS1_LANG_BIG)
227 intern->lang = ((ext->f_bits1[0] & FDR_BITS1_LANG_LITTLE)
283 ext->f_bits1[0] = (((intern->lang << FDR_BITS1_LANG_SH_BIG)
295 ext->f_bits1[0] = (((intern->lang << FDR_BITS1_LANG_SH_LITTLE)
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Dosu_client.c1992 char lang[4]; member in struct:osu_icon
2090 snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 14);
2103 snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 5);
2127 snprintf(icon->lang, sizeof(icon->lang), "%s", pos);
2377 last->friendly_name[j].lang,
2383 last->serv_desc[j].lang,
2430 last->friendly_name[j].lang,
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dmips-tdump.c179 typedef enum lang {
314 lang_to_string (lang_t lang)
316 switch (lang)
1135 lang_to_string((lang_t) fdp->lang));
178 typedef enum lang { enum
310 lang_to_string(lang_t lang) argument
H A DMakefile.in109 # This vpath could be extended within the Make-lang fragments.
119 # For ada/Make-lang.in; overridden in, for example, config/pa/x-ada.
978 C_OBJS = c-lang.o stub-objc.o $(C_AND_OBJC_OBJS)
1123 # hooked is "lang.${target_name}" (eg: lang.info). Configure computes
1284 $(LIBGCC) $(EXTRA_PARTS) lang.all.cross doc @GENINSRC@ srcextra
1287 xlimits.h lang.start.encap @GENINSRC@ srcextra
1289 rest.encap: $(STMP_FIXPROTO) $(LIBGCC) $(EXTRA_PARTS) lang.rest.encap
1591 srcextra: gcc.srcextra lang.srcextra
1611 c-lang
[all...]
H A Dc-cppbuiltin.c568 # define preprocessing_asm_p() (cpp_get_options (pfile)->lang == CLK_ASM)
H A Dc-ppoutput.c106 if (cpp_get_options (parse_in)->lang != CLK_ASM)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp500 LLDB_LOG(log, "Adding lang options for importing C++ modules");
1201 auto lang = m_expr.Language(); local
1203 Language::GetNameForLanguageType(lang));
1205 if (process_sp && lang != lldb::eLanguageTypeUnknown) {
1206 auto runtime = process_sp->GetLanguageRuntime(lang);
/freebsd-11-stable/contrib/subversion/
H A Dwin-tests.py1203 if isinstance(i, gen_base.TargetSWIG) and i.lang == 'perl':
1208 elif isinstance(i, gen_base.TargetSWIGLib) and i.lang == 'perl':
1263 or isinstance(i, gen_base.TargetSWIGLib)) and i.lang == 'python':
H A Dbuild.conf136 # lang - bindings for language $(lang)
572 lang = python
587 lang = perl
599 lang = ruby
1623 lang = python
1629 lang = perl
1635 lang = ruby
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h266 enum c_lang lang; member in struct:cpp_options
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile89 C_OBJS = c-lang.o stub-objc.o $(C_AND_OBJC_OBJS)
/freebsd-11-stable/tools/test/sort/bigtest/
H A Dkcmd25 for lang in ru_RU.KOI8-R C ru_RU.ISO-8859-5 en_US.ISO8859-15 zh_HK.Big5HKSCS
28 export LANG=${lang}

Completed in 359 milliseconds

12345678