Home
last modified time | relevance | path

Searched refs:language (Results 1 – 25 of 1709) sorted by relevance

12345678910>>...69

/netbsd-src/external/gpl3/autoconf/dist/lib/
H A Dautom4te.in22 begin-language: "Autoheader-preselections"
26 end-language: "Autoheader-preselections"
33 begin-language: "Automake-preselections"
83 end-language: "Automake-preselections"
90 begin-language: "Autoreconf-preselections"
99 end-language: "Autoreconf-preselections"
106 # This intermediate language is used by aclocal to build aclocal.m4.
108 begin-language: "Autoconf-without-aclocal-m4"
114 args: --language M4sh
115 end-language: "Autoconf-without-aclocal-m4"
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3866.txt30 It is often desirable to be able to indicate the natural language
32 the directory for values which fulfill the user's language needs.
43 able to indicate the natural language associated with attribute
46 This document describes how language tags and ranges [RFC3066] are
48 All LDAP implementations MUST be prepared to accept language tags and
76 Section 2 of BCP 47 [RFC3066] describes the language tag format which
79 are case insensitive. That is, the language tag "en-us" is the same
82 Section 2 of this document details use of language tags in LDAP.
86 Section 2.5 of BCP 47 [RFC3066] describes the language ranges.
87 Language ranges are used to specify sets of language tags.
[all …]
/netbsd-src/usr.bin/error/
H A Dinput.c140 newerror->error_language = language; /* language is global */ in erroradd()
168 if (cur_wordc == 1 && language != INLD) { in onelong()
178 language = INMAKE; in onelong()
183 language = INAS; in onelong()
188 language = INLD; in onelong()
195 language = INCC; in onelong()
199 if (cur_wordc == 1 && language == INLD) { in onelong()
228 if (language != INLD /* loader errors have almost same fmt */ in cpp()
232 language = INCPP; in cpp()
266 language = INCC; in pccccom()
[all …]
H A Dpi.c265 language = INPI; in pi()
293 language = INPI; in pi()
331 language = INPI; in pi()
372 language = INPI; in pi()
387 language = INPI; in pi()
397 language = INPI; in pi()
406 language = INPI; in pi()
427 language = INPI; in pi()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/projects/TP/
H A Dteam-address7 language="$4" # e.g. "pt"
29 address=`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$language</td>[^<…
34 (echo "A translation team exists for your language ($language) but not for"
36 echo "translation team for $language or create a new translation team for $catalog."
39 …echo " "`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$language</td>[…
54 (echo "A translation team for your language ($language) does not exist yet."
55 …echo "If you want to create a new translation team for $language"`test "$catalog" = "$language" ||…
/netbsd-src/distrib/sets/
H A Dcomments10 base-c-bin utilities for the C programming language
11 base-c-usr /usr file system directories required by C programming language utilities
20 base-cxx-usr /usr file system directories required by C++ programming language utilities
49 base-locale-ca Catalan language locale support
50 base-locale-cs Czech language locale support
51 base-locale-da Danish language locale support
52 base-locale-de German language locale support
53 base-locale-el Greek language locale support
54 base-locale-en English language locale support
55 base-locale-eo Esperanto language locale support
[all …]
H A Ddescrs10 base-c-bin utilities for the C programming language
11 base-c-usr /usr file system directories required by C programming language utilities
20 base-cxx-usr /usr file system directories required by C++ programming language utilities
47 base-locale-af Afghan language locale support
48 base-locale-be Belgian language locale support
49 base-locale-bg Bulgarian language locale support
51 base-locale-ca Catalan language locale support
52 base-locale-cs Czech language locale support
53 base-locale-da Danish language locale support
54 base-locale-de German language locale support
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/vscode/llvm/
H A Dvsc-extension-quickstart.md6 * `package.json` - this is the manifest file in which you declare your language support and define …
8 * `language-configuration.json` - this is the language configuration, defining the tokens that are …
12 * Make sure the language configuration settings in `language-configuration.json` are accurate.
14 * Create a new file with a file name suffix matching your language.
15 * Verify that syntax highlighting works and that the language configuration settings are working.
22 ## Add more language features
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_pci.c86 ASN1_OBJECT **language, ASN1_INTEGER **pathlen, in process_pci_value() argument
92 if (*language) { in process_pci_value()
97 if ((*language = OBJ_txt2obj(val->value, 0)) == NULL) { in process_pci_value()
244 ASN1_OBJECT *language = NULL; in r2i_pci() local
271 &language, &pathlen, &policy); in r2i_pci()
277 if (!process_pci_value(cnf, &language, &pathlen, &policy)) { in r2i_pci()
285 if (!language) { in r2i_pci()
290 i = OBJ_obj2nid(language); in r2i_pci()
303 pci->proxyPolicy->policyLanguage = language; in r2i_pci()
304 language = NULL; in r2i_pci()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_pci.c87 ASN1_OBJECT **language, ASN1_INTEGER **pathlen, in process_pci_value() argument
93 if (*language) { in process_pci_value()
99 if ((*language = OBJ_txt2obj(val->value, 0)) == NULL) { in process_pci_value()
249 ASN1_OBJECT *language = NULL; in r2i_pci() local
276 &language, &pathlen, &policy); in r2i_pci()
282 if (!process_pci_value(cnf, &language, &pathlen, &policy)) { in r2i_pci()
290 if (!language) { in r2i_pci()
295 i = OBJ_obj2nid(language); in r2i_pci()
308 pci->proxyPolicy->policyLanguage = language; in r2i_pci()
309 language = NULL; in r2i_pci()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dnls.c246 char *cp, *language, *result; in find_codeset() local
248 cp = language = name; in find_codeset()
257 if (language == cp) in find_codeset()
259 *lenp = strlen (language); in find_codeset()
260 result = language; in find_codeset()
284 *lenp = strlen (language); in find_codeset()
285 result = language; in find_codeset()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dnls.c246 char *cp, *language, *result; in find_codeset() local
248 cp = language = name; in find_codeset()
257 if (language == cp) in find_codeset()
259 *lenp = strlen (language); in find_codeset()
260 result = language; in find_codeset()
284 *lenp = strlen (language); in find_codeset()
285 result = language; in find_codeset()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-01-31-UniversalIRIdea.txt7 customizable runtime system that can be used to implement language-specific
14 perhaps a garbage collection library). Each language vm would select the
15 runtime features needed for that language, extending or customizing them as
18 could be provided by LLVM and should be sufficient for any language,
19 simplifying the language compiler. (This would also help interoperability
22 reusable by different languages, with minor extensions. The language
23 compiler could then focus on language-specific analyses and optimizations.
36 structure LLVM to support one or more language VMs.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dresres.c116 rc_uint_type language; in write_res_file() local
141 language = -1; in write_res_file()
144 (const rc_res_id *) NULL, &language, 1); in write_res_file()
150 language = -1; in write_res_file()
154 &language, 1); in write_res_file()
194 resinfo.language = windres_get_16 (wrbfd, l.language, 2); in read_resource_entry()
208 res_add_resource (r, &type, &name, resinfo.language, 0); in read_resource_entry()
216 const rc_res_id *type, const rc_res_id *name, rc_uint_type *language, in write_res_directory() argument
243 && re->id.u.id != (unsigned long) *language in write_res_directory()
246 *language = re->id.u.id; in write_res_directory()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dresres.c116 rc_uint_type language; in write_res_file() local
141 language = -1; in write_res_file()
144 (const rc_res_id *) NULL, &language, 1); in write_res_file()
150 language = -1; in write_res_file()
154 &language, 1); in write_res_file()
194 resinfo.language = windres_get_16 (wrbfd, l.language, 2); in read_resource_entry()
208 res_add_resource (r, &type, &name, resinfo.language, 0); in read_resource_entry()
216 const rc_res_id *type, const rc_res_id *name, rc_uint_type *language, in write_res_directory() argument
243 && re->id.u.id != (unsigned long) *language in write_res_directory()
246 *language = re->id.u.id; in write_res_directory()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset, in _nl_explode_name() argument
56 const char **language;
82 *language = cp = name;
83 cp = _nl_find_language (*language);
85 if (*language == cp)
88 cp = strchr (*language, '\0');
/netbsd-src/external/gpl3/gdb.old/dist/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset, in _nl_explode_name() argument
56 const char **language;
82 *language = cp = name;
83 cp = _nl_find_language (*language);
85 if (*language == cp)
88 cp = strchr (*language, '\0');
/netbsd-src/external/gpl3/binutils.old/dist/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset, in _nl_explode_name() argument
56 const char **language;
82 *language = cp = name;
83 cp = _nl_find_language (*language);
85 if (*language == cp)
88 cp = strchr (*language, '\0');
/netbsd-src/external/gpl2/grep/dist/intl/
H A Dexplodename.c55 _nl_explode_name (name, language, modifier, territory, codeset, in _nl_explode_name() argument
58 const char **language;
84 *language = cp = name;
85 cp = _nl_find_language (*language);
87 if (*language == cp)
90 cp = strchr (*language, '\0');
/netbsd-src/external/gpl3/gcc/dist/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset, in _nl_explode_name() argument
56 const char **language;
82 *language = cp = name;
83 cp = _nl_find_language (*language);
85 if (*language == cp)
88 cp = strchr (*language, '\0');
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A Dindex.rst23 run through the implementation of a simple language, showing
28 This tutorial introduces the simple "Kaleidoscope" language, building it
30 over time. This lets us cover a range of language design and LLVM-specific
47 - `Chapter #1: Kaleidoscope language and Lexer <LangImpl01.html>`_ -
50 is also the first part of building a parser for a language, and we
64 the basic language up and running, we show how to extend
69 <LangImpl06.html>`_ - This chapter extends the language to let
72 "language" as library routines.
81 - `Chapter #9: Debug Information <LangImpl09.html>`_ - A real language
86 chapter wraps up the series by discussing ways to extend the language
[all …]
/netbsd-src/share/locale/
H A DMakefile.locale155 .for language in ${LANGUAGE}
156 .for territory in ${TERRITORY_${language}}
157 .for codeset in ${CODESET_${language}_${territory}}
158 LOCALES+=${language}_${territory}.${codeset}
159 .if empty(LOCALESRC_${language}_${territory}.${codeset})
160 LOCALESRC_${language}_${territory}.${codeset}= \
161 ${language}_${territory}.${codeset}
163 FILESDIR_${language}_${territory}.${codeset}.out= \
164 ${LOCALEDIR}/${language}_${territory}.${codeset}
165 FILESNAME_${language}_${territory}.${codeset}.out= \
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dexplodename.c57 const char **language, const char **modifier, in _nl_explode_name() argument
72 *language = cp = name; in _nl_explode_name()
73 cp = _nl_find_language (*language); in _nl_explode_name()
75 if (*language == cp) in _nl_explode_name()
78 cp = strchr (*language, '\0'); in _nl_explode_name()
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/
H A Dlang.m433 # and routines to produce programs in a given language.
35 # 2. Producing programs in a given language.
53 # Expand into IF-LANG1 if the current language is LANG1 etc. else
66 [m4_fatal([$1: unknown language: $2])])])
71 # Output the shell code needed to switch from OLD language to NEW language.
78 # as it can introduce differences between the sh-current language and the
79 # m4-current-language when m4_require is used. Something more subtle
87 # Set the current language to LANG.
96 # Save the current language, and use LANG.
105 # If given, check that the current language is LANG, and restore the
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Drtf20 # display information like version, language and code page of RTF
52 # Default language ID for South Asian/Middle Eastern text
53 # language ID: 1025, ..., 1065~Persian, ..., 2057~English_UnitedKingdom, ..., 58380~French_NorthAfr…
55 #>6 search/1 \\adeflang \b, default middle east language ID
56 >>6 search/497 \\adeflang \b, default middle east language ID
59 # skip \ and NL and show possible 5th digit of language string
62 # else look for default language to be used when the \plain control word is encountered
67 >>>>&0 string >0 \b, default language ID %-.4s
68 # possible 5th digit of language string

12345678910>>...69