Searched refs:lang (Results 1 - 25 of 194) sorted by relevance

12345678

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dos.h25 #include <isc/lang.h>
H A Dbufferlist.h47 #include <isc/lang.h>
H A Dlib.h26 #include <isc/lang.h>
H A Dstdlib.h27 #include <isc/lang.h>
H A Dbase64.h25 #include <isc/lang.h>
H A Dcommandline.h26 #include <isc/lang.h>
H A Dhex.h25 #include <isc/lang.h>
H A Diterated_hash.h22 #include <isc/lang.h>
H A Dmsgcat.h61 #include <isc/lang.h>
/freebsd-11-stable/crypto/openssh/
H A Dauth2-kbdint.c49 char *lang, *devs; local
51 lang = packet_get_string(NULL);
61 free(lang);
/freebsd-11-stable/contrib/ntp/lib/isc/nothreads/include/isc/
H A Dthread.h23 #include <isc/lang.h>
/freebsd-11-stable/contrib/ntp/lib/isc/unix/include/isc/
H A Dsyslog.h25 #include <isc/lang.h>
H A Dstrerror.h27 #include <isc/lang.h>
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dsyslog.h23 #include <isc/lang.h>
H A Dntgroups.h23 #include <isc/lang.h>
H A Dstrerror.h25 #include <isc/lang.h>
H A Dwin32os.h23 #include <isc/lang.h>
/freebsd-11-stable/contrib/libxo/tests/gettext/
H A DMakefile.am150 for lang in ${LANGUAGES} ; do \
151 if [ -f po/$$lang/$$base.po ]; then \
152 ${ECHO} "merging $$base.pot into po/$$lang/$$base.po ..." ; \
153 if ${XOMSGMERGE} po/$$lang/$$base.po \
155 -o po/$$lang/$$base.new.po; then \
156 ${MV} po/$$lang/$$base.po \
157 po/$$lang/$$base.po.old ; \
158 ${MV} po/$$lang/$$base.new.po \
159 po/$$lang/$$base.po ; \
163 elif [ -f ${srcdir}/po/$$lang/
[all...]
/freebsd-11-stable/tools/bus_space/C/
H A DMakefile5 SRCS= lang.c
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DLangStandards.cpp14 #define LANGSTANDARD(id, name, lang, desc, features) \
15 static const LangStandard Lang_##id = {name, desc, features, Language::lang};
22 #define LANGSTANDARD(id, name, lang, desc, features) \
31 #define LANGSTANDARD(id, name, lang, desc, features) .Case(name, lang_##id)
/freebsd-11-stable/usr.bin/grep/nls/
H A DMakefile.inc16 .for lang in ${NLS}
17 NLSSRCFILES_${lang}=${lang}.msg
/freebsd-11-stable/lib/libc/nls/
H A Dmsgcat.c84 np->lang = (l == NULL) ? NULL : \
88 (l != NULL && np->lang == NULL)) { \
90 free(np->lang); \
112 char *lang; member in struct:catentry
127 const char *lang, *tmpptr; local
136 lang = NULL;
139 lang = querylocale(LC_MESSAGES_MASK, __get_locale());
141 lang = getenv("LANG");
143 if (lang == NULL || *lang
379 load_msgcat(const char *path, const char *name, const char *lang) argument
[all...]
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Ddocsinstall42 # List of languages to display (descriptions pulled from $msg_{lang}doc_desc)
93 local lang desc upper status
94 for lang in $DOCSINSTALL_LANGS; do
96 f_getvar msg_${lang}doc_desc desc
100 upper=$( echo "$lang" | awk '{print toupper($0)}' )
101 case "$lang" in
107 '$lang' '$desc' '$status'
158 for lang in $selected; do
159 docsets="$docsets $lang-freebsd-doc"
/freebsd-11-stable/tools/tools/vt/keymaps/
H A Dconvert-INDEX.pl43 my $lang;
44 for $lang (split(/,/, $langlist)) {
47 $result .= $LANG_NEW{$lang};
89 my ($lang) = split(/,/, $langlist); # first language in list selects encoding
90 $menutext = local_to_UCS_string($menutext, $ENCODING{$lang})
/freebsd-11-stable/usr.bin/ee/
H A DMakefile28 .for lang in ${NLS}
29 . if exists(${.CURDIR}/nls/${lang}/ee.msg)
30 NLSSRCDIR_${lang}= ${.CURDIR}/nls/${lang}
32 NLSSRCDIR_${lang}= ${SRCTOP}/contrib/ee

Completed in 260 milliseconds

12345678