| /netbsd-src/external/gpl3/autoconf/dist/lib/ |
| H A D | autom4te.in | 22 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 D | rfc3866.txt | 30 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 D | input.c | 140 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 D | pi.c | 265 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 D | team-address | 7 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 D | comments | 10 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 D | descrs | 10 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 D | vsc-extension-quickstart.md | 6 * `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 D | v3_pci.c | 86 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 D | v3_pci.c | 87 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 D | nls.c | 246 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 D | nls.c | 246 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 D | 2001-01-31-UniversalIRIdea.txt | 7 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 D | resres.c | 116 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 D | resres.c | 116 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 D | explodename.c | 53 _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 D | explodename.c | 53 _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 D | explodename.c | 53 _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 D | explodename.c | 55 _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 D | explodename.c | 53 _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 D | index.rst | 23 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 D | Makefile.locale | 155 .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 D | explodename.c | 57 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 D | lang.m4 | 33 # 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 D | rtf | 20 # 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
|