Searched refs:language (Results 26 - 50 of 612) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/grep/dist/intl/
H A Dexplodename.c55 _nl_explode_name (name, language, modifier, territory, codeset,
58 const char **language;
80 look for the language. Termination symbols are `_' and `@' if
84 *language = cp = name;
85 cp = _nl_find_language (*language);
87 if (*language == cp)
88 /* This does not make sense: language has to be specified. Use
90 cp = strchr (*language, '\0');
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset,
56 const char **language;
78 look for the language. Termination symbols are `_' and `@' if
82 *language = cp = name;
83 cp = _nl_find_language (*language);
85 if (*language == cp)
86 /* This does not make sense: language has to be specified. Use
88 cp = strchr (*language, '\0');
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset,
56 const char **language;
78 look for the language. Termination symbols are `_' and `@' if
82 *language = cp = name;
83 cp = _nl_find_language (*language);
85 if (*language == cp)
86 /* This does not make sense: language has to be specified. Use
88 cp = strchr (*language, '\0');
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddictionary.c31 #include "language.h"
169 const struct language_defn *language; member in struct:dictionary
184 #define DICT_LANGUAGE(d) (d)->language
348 /* Create a hashed dictionary of a given language. */
352 enum language language,
358 DICT_LANGUAGE (retval) = language_def (language);
375 /* Create an expandable hashed dictionary of a given language. */
378 dict_create_hashed_expandable (enum language language) argument
351 dict_create_hashed(struct obstack *obstack, enum language language, const std::vector<symbol *> &symbol_list) argument
395 dict_create_linear(struct obstack *obstack, enum language language, const std::vector<symbol *> &symbol_list) argument
420 dict_create_linear_expandable(enum language language) argument
907 template<> struct hash<enum language> enum
909 typedef enum language argument_type; enumerator in enum:language
931 enum language language = list_counter->symbol[i]->language (); local
958 enum language language = pair.first; local
971 mdict_create_hashed_expandable(enum language language) argument
1003 enum language language = pair.first; local
1016 mdict_create_linear_expandable(enum language language) argument
1060 find_language_dictionary(const struct multidictionary *mdict, enum language language) argument
1078 create_new_language_dictionary(struct multidictionary *mdict, enum language language) argument
1142 enum language language = pair.first; local
[all...]
H A Dlocation.h231 (const char **argp, const struct language_defn *language,
240 const struct language_defn *language,
277 const struct language_defn *language,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddictionary.c31 #include "language.h"
169 const struct language_defn *language; member in struct:dictionary
184 #define DICT_LANGUAGE(d) (d)->language
348 /* Create a hashed dictionary of a given language. */
352 enum language language,
358 DICT_LANGUAGE (retval) = language_def (language);
375 /* Create an expandable hashed dictionary of a given language. */
378 dict_create_hashed_expandable (enum language language) argument
351 dict_create_hashed(struct obstack *obstack, enum language language, const std::vector<symbol *> &symbol_list) argument
395 dict_create_linear(struct obstack *obstack, enum language language, const std::vector<symbol *> &symbol_list) argument
420 dict_create_linear_expandable(enum language language) argument
913 template<> struct hash<enum language> enum
915 typedef enum language argument_type; enumerator in enum:language
937 enum language language = list_counter->symbol[i]->language (); local
964 enum language language = pair.first; local
977 mdict_create_hashed_expandable(enum language language) argument
1009 enum language language = pair.first; local
1022 mdict_create_linear_expandable(enum language language) argument
1066 find_language_dictionary(const struct multidictionary *mdict, enum language language) argument
1084 create_new_language_dictionary(struct multidictionary *mdict, enum language language) argument
1147 enum language language = pair.first; local
[all...]
H A Dbuildsym-legacy.h86 enum language language);
H A Dlanguage.h1 /* Source-language-related definitions for GDB.
89 /* Per architecture (OS/ABI) language information. */
101 performing setup for a particular language in combination with a
113 be called once when performing setup for a particular language in
129 /* Add TYPE to the list of primitive types for this particular language,
147 LANG is the language for which type is being looked up. */
149 enum language lang);
172 struct symbol *symbol (enum language lang)
187 corresponding to type TYPE in language LANG. */
188 static struct symbol *alloc_type_symbol (enum language lan
[all...]
H A Dstack.h24 enum language *funlang,
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dloadinfo.h101 const char *language, const char *territory,
112 /* Split a locale name NAME into its pieces: language, modifier,
127 extern int _nl_explode_name (char *name, const char **language,
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dloadinfo.h106 const char *language, const char *territory,
117 /* Split a locale name NAME into its pieces: language, modifier,
135 extern int _nl_explode_name (char *name, const char **language,
142 /* Split a locale name NAME into a leading language part and all the
143 rest. Return a pointer to the first character after the language,
H A Dexplodename.c55 const char **language, const char **modifier,
73 look for the language. Termination symbols are `_' and `@' if
77 *language = cp = name;
78 cp = _nl_find_language (*language);
80 if (*language == cp)
81 /* This does not make sense: language has to be specified. Use
83 cp = strchr (*language, '\0');
54 _nl_explode_name(char *name, const char **language, const char **modifier, const char **territory, const char **codeset, const char **normalized_codeset, const char **special, const char **sponsor, const char **revision) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dimported-unit-abstract-const-value.exp45 {language @DW_LANG_C}
70 {language @DW_LANG_C}
H A Dimported-unit-runto-main.exp42 {language @DW_LANG_C}
61 {language @DW_LANG_C}
H A Ddwz.exp39 compile_unit {{language @DW_LANG_C}} {
61 compile_unit {{language @DW_LANG_C}} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dimported-unit-abstract-const-value.exp45 {language @DW_LANG_C}
70 {language @DW_LANG_C}
H A Dimported-unit-runto-main.exp42 {language @DW_LANG_C}
61 {language @DW_LANG_C}
H A Denqueued-cu-base-addr.exp42 {language @DW_LANG_C_plus_plus}
55 {language @DW_LANG_C_plus_plus}
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_pci.c87 ASN1_OBJECT **language, ASN1_INTEGER **pathlen,
92 if (strcmp(val->name, "language") == 0) {
93 if (*language) {
99 if ((*language = OBJ_txt2obj(val->value, 0)) == NULL) {
249 ASN1_OBJECT *language = NULL; local
276 &language, &pathlen, &policy);
282 if (!process_pci_value(cnf, &language, &pathlen, &policy)) {
290 if (!language) {
295 i = OBJ_obj2nid(language);
308 pci->proxyPolicy->policyLanguage = language;
86 process_pci_value(CONF_VALUE *val, ASN1_OBJECT **language, ASN1_INTEGER **pathlen, ASN1_OCTET_STRING **policy) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_pci.c86 ASN1_OBJECT **language, ASN1_INTEGER **pathlen,
91 if (strcmp(val->name, "language") == 0) {
92 if (*language) {
97 if ((*language = OBJ_txt2obj(val->value, 0)) == NULL) {
244 ASN1_OBJECT *language = NULL; local
271 &language, &pathlen, &policy);
277 if (!process_pci_value(cnf, &language, &pathlen, &policy)) {
285 if (!language) {
290 i = OBJ_obj2nid(language);
303 pci->proxyPolicy->policyLanguage = language;
85 process_pci_value(CONF_VALUE *val, ASN1_OBJECT **language, ASN1_INTEGER **pathlen, ASN1_OCTET_STRING **policy) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dnls.c246 char *cp, *language, *result; local
248 cp = language = name;
254 /* This does not make sense: language has to be specified. As
257 if (language == cp)
259 *lenp = strlen (language);
260 result = language;
284 *lenp = strlen (language);
285 result = language;
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dnls.c246 char *cp, *language, *result; local
248 cp = language = name;
254 /* This does not make sense: language has to be specified. As
257 if (language == cp)
259 *lenp = strlen (language);
260 result = language;
284 *lenp = strlen (language);
285 result = language;
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dsrctoman137 # The source file language can be specified through a command-line
143 option language comment
154 -C any language next argument
156 suffix language comment
180 # stands for the start-of-comment symbol of the language being used.
191 # An end-of-comment may follow if the source file language requires this.
203 # The program complains if an unknown language is specified
204 # of if the language cannot be deduced from the file suffix.
/netbsd-current/external/apache2/llvm/dist/clang/utils/TestUtils/
H A Dpch-test.pl13 my $language = shift;
21 my $code = system("clang -fsyntax-only -x $language $file > /dev/null 2>&1");
24 $code = system("clang -cc1 -emit-pch -x $language -o $file.pch $file > /dev/null 2>&1");
26 $code = system("clang -cc1 -include-pch $file.pch -x $language -ast-dump /dev/null > /dev/null 2>&1");
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dclang.py67 arguments. For input file we specify stdin and pass only language
70 def get_active_checkers_for(language):
71 """ Returns a list of active checkers for the given language. """
76 cmd = [clang, '--analyze'] + load_args + ['-x', language, '-']
82 for language in ['c', 'c++', 'objective-c', 'objective-c++']:
83 result.update(get_active_checkers_for(language))

Completed in 317 milliseconds

1234567891011>>