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

1234567

/freebsd-10-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>
H A Dmutexblock.h25 #include <isc/lang.h>
H A Dondestroy.h23 #include <isc/lang.h>
H A Dparseint.h23 #include <isc/lang.h>
H A Drandom.h23 #include <isc/lang.h>
/freebsd-10-stable/crypto/openssh/
H A Dauth2-kbdint.c49 char *lang, *devs; local
51 lang = packet_get_string(NULL);
61 free(lang);
/freebsd-10-stable/contrib/ntp/lib/isc/nothreads/include/isc/
H A Dthread.h23 #include <isc/lang.h>
/freebsd-10-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-10-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-10-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-10-stable/lib/libc/nls/
H A Dmsgcat.c86 np->lang = (l == NULL) ? NULL : \
105 char *lang; member in struct:catentry
120 const char *lang, *tmpptr; local
129 lang = NULL;
132 lang = querylocale(LC_MESSAGES_MASK, __get_locale());
134 lang = getenv("LANG");
136 if (lang == NULL || *lang == '\0' || strlen(lang) > ENCODING_LEN ||
137 (lang[
365 load_msgcat(const char *path, const char *name, const char *lang) argument
[all...]
/freebsd-10-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-10-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}= ${.CURDIR}/../../contrib/ee

Completed in 113 milliseconds

1234567