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

12345678

/freebsd-11.0-release/contrib/ntp/lib/isc/include/isc/
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.0-release/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.0-release/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.0-release/usr.sbin/config/
H A DMakefile6 SRCS= config.y main.c lang.l mkmakefile.c mkheaders.c \
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DAnalysisManager.cpp18 const LangOptions &lang,
35 LangOpts(lang),
17 AnalysisManager(ASTContext &ctx, DiagnosticsEngine &diags, const LangOptions &lang, const PathDiagnosticConsumers &PDC, StoreManagerCreator storemgr, ConstraintManagerCreator constraintmgr, CheckerManager *checkerMgr, AnalyzerOptions &Options, CodeInjector *injector) argument
/freebsd-11.0-release/contrib/netbsd-tests/share/mk/
H A Dt_test.sh37 local lang="${1}"; shift
43 TESTS_${lang} = ${name}
/freebsd-11.0-release/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.0-release/gnu/usr.bin/cc/cc1/
H A DMakefile11 SRCS= main.c c-parser.c c-lang.c
/freebsd-11.0-release/contrib/ntp/lib/isc/unix/include/isc/
H A Ddir.h30 #include <isc/lang.h>
/freebsd-11.0-release/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.0-release/contrib/apr-util/xml/
H A Dapr_xml.c220 elem->lang = apr_xml_quote_string(parser->p, attr->value, 1);
237 ** If an xml:lang attribute didn't exist (lang==NULL), then copy the
242 if (elem->lang == NULL && elem->parent != NULL)
243 elem->lang = elem->parent->lang;
659 ** and an xml:lang attribute, if applicable.
668 if (elem->lang != NULL) {
669 /* compute size of: ' xml:lang="%s"' */
670 size += 11 + strlen(elem->lang)
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp212 DumpValueObjectOptions::SetVariableFormatDisplayLanguage (lldb::LanguageType lang) argument
214 m_varformat_language = lang;
/freebsd-11.0-release/etc/
H A Dlogin.conf86 :lang=ru_RU.UTF-8:\
/freebsd-11.0-release/contrib/netbsd-tests/bin/expr/
H A Dt_expr.sh39 atf_test_case lang
217 atf_add_test_case lang

Completed in 117 milliseconds

12345678