| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| plural-table.h | 27 const char *language; member in struct:plural_table_entry
|
| msgl-check.c | 172 const char *language; local 175 language = c_strstr (nullentry, "Language-Team: "); 176 if (language != NULL) 178 language += 15; 180 if (strncmp (language, 181 plural_table[j].language, 182 strlen (plural_table[j].language)) == 0) 186 plural_table[j].language); 651 "Language-Team", "MIME-Version", "Content-Type" [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| v3_pci.c | 83 BIO_printf(out, "%*sPolicy Language: ", indent, ""); 93 ASN1_OBJECT **language, ASN1_INTEGER **pathlen, 98 if (strcmp(val->name, "language") == 0) { 99 if (*language) { 104 if ((*language = OBJ_txt2obj(val->value, 0)) == NULL) { 247 ASN1_OBJECT *language = NULL; local 273 &language, &pathlen, &policy); 279 if (!process_pci_value(cnf, &language, &pathlen, &policy)) { 286 /* Language is mandatory */ 287 if (!language) { [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| v3_pci.c | 76 BIO_printf(out, "%*sPolicy Language: ", indent, ""); 86 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)) { 284 /* Language is mandatory */ 285 if (!language) { [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| v3_pci.c | 76 BIO_printf(out, "%*sPolicy Language: ", indent, ""); 87 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)) { 289 /* Language is mandatory */ 290 if (!language) { [all...] |
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| finddomain.c | 65 const char *language; local 75 language[_territory][.codeset][@modifier] 144 look for the language. Termination symbols are `_', '.', and `@'. */ 145 mask = _nl_explode_name (locale, &language, &modifier, &territory, 154 strlen (dirname) + 1, mask, language, territory,
|
| /src/external/gpl2/grep/dist/intl/ |
| finddomain.c | 59 const char *language; local 72 language[_territory[.codeset]][@modifier] 76 language[_territory][+audience][+special][,[sponsor][_revision]] 140 look for the language. Termination symbols are `_' and `@' if 142 mask = _nl_explode_name (locale, &language, &modifier, &territory, 149 strlen (dirname) + 1, mask, language, territory,
|
| /src/external/gpl2/texinfo/dist/intl/ |
| finddomain.c | 56 const char *language; local 69 language[_territory[.codeset]][@modifier] 73 language[_territory][+audience][+special][,[sponsor][_revision]] 137 look for the language. Termination symbols are `_' and `@' if 139 mask = _nl_explode_name (locale, &language, &modifier, &territory, 146 strlen (dirname) + 1, mask, language, territory,
|
| /src/external/gpl3/gcc.old/dist/intl/ |
| finddomain.c | 57 const char *language; local 70 language[_territory[.codeset]][@modifier] 74 language[_territory][+audience][+special][,[sponsor][_revision]] 138 look for the language. Termination symbols are `_' and `@' if 140 mask = _nl_explode_name (locale, &language, &modifier, &territory, 147 strlen (dirname) + 1, mask, language, territory,
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| nls.c | 288 char *cp, *language, *result; local 290 cp = language = name; 296 /* This does not make sense: language has to be specified. As 299 if (language == cp) 301 *lenp = strlen (language); 302 result = language; 326 *lenp = strlen (language); 327 result = language;
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-parse.h | 82 /* The language that should be used to evaluate the MI command. 84 enum language language = language_unknown; member in struct:mi_parse
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| nls.c | 288 char *cp, *language, *result; local 290 cp = language = name; 296 /* This does not make sense: language has to be specified. As 299 if (language == cp) 301 *lenp = strlen (language); 302 result = language; 326 *lenp = strlen (language); 327 result = language;
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-parse.h | 82 /* The language that should be used to evaluate the MI command. 84 enum language language = language_unknown; member in struct:mi_parse
|
| /src/sys/arch/evbppc/nintendo/dev/ |
| rtcsram.c | 59 uint8_t language; member in struct:rtcsram_sram
|
| /src/usr.bin/error/ |
| main.c | 69 int language = INCC; variable
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/ |
| DumpResource.java | 186 String language; local 189 language = locale_name; 191 int i = language.indexOf('_'); 193 country = language.substring(i+1); 194 language = language.substring(0,i); 206 Locale locale = new Locale(language,country,variant);
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/ |
| test_analyze.py | 34 return opts['language'] 205 'language': 'c', 250 def language(expected, input): function in function:AnalyzerTest.test_set_language_fall_through 254 self.assertEqual(expected, spy.arg['language']) 256 language('c', {'language': 'c', 'flags': []}) 257 language('c++', {'language': 'c++', 'flags': []}) 265 'language': 'java' 277 flags(['-x', 'c'], {'language': 'c', 'flags': []} 281 def language(expected, input): function in function:AnalyzerTest.test_set_language_from_filename [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| resres.c | 116 rc_uint_type language; local 144 language = -1; 147 (const rc_res_id *) NULL, &language, 1); 158 language = -1; 162 &language, 1); 206 resinfo.language = windres_get_16 (wrbfd, l.language); 220 res_add_resource (r, &type, &name, resinfo.language, 0); 228 const rc_res_id *type, const rc_res_id *name, rc_uint_type *language, 252 /* If we're at level 3, then this key represents a language [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| resres.c | 116 rc_uint_type language; local 144 language = -1; 147 (const rc_res_id *) NULL, &language, 1); 158 language = -1; 162 &language, 1); 206 resinfo.language = windres_get_16 (wrbfd, l.language); 220 res_add_resource (r, &type, &name, resinfo.language, 0); 228 const rc_res_id *type, const rc_res_id *name, rc_uint_type *language, 252 /* If we're at level 3, then this key represents a language [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/guile/ |
| scm-math.c | 28 #include "language.h" 77 const struct language_defn *language = current_language; local 84 language); 96 struct type *type = language_bool_type (language, gdbarch); 141 const struct language_defn *language = current_language; local 149 &except_scm, gdbarch, language); 154 &except_scm, gdbarch, language); 421 const struct language_defn *language = current_language; local 428 &except_scm, gdbarch, language); 434 &except_scm, gdbarch, language); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| extension-priv.h | 28 /* High level description of an extension/scripting language. 35 /* Enum of the extension language. */ 36 enum extension_language language; member in struct:extension_language_defn 38 /* The name of the extension language, lowercase. E.g., python. */ 41 /* The capitalized name of the extension language. 45 /* The file suffix of this extension language. E.g., ".py". */ 52 /* We support embedding external extension language code in GDB's own 53 scripting language. We do this by having a special command that begins 54 the extension language snippet, and terminate it with "end". 58 /* A pointer to the "methods" to load scripts in this language, [all...] |
| parser-defs.h | 39 /* Constructor. LANG is the language used to parse the expression. 64 /* Return the language that was passed to the constructor. */ 66 const struct language_defn *language () function in struct:expr_builder 140 /* Constructor. LANG is the language used to parse the expression. 341 /* A language-specific type field. */
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-framefilter.c | 23 #include "language.h" 43 /* Helper function to extract a symbol, a name and a language 51 returning a string, this will be set to NULL. LANGUAGE is also a 52 pass-through argument denoting the language attributed to the 54 current language. Returns EXT_LANG_BT_ERROR on error with the 60 const struct language_defn **language) 76 no symbol derived language available and the frame filter has 79 the current language. */ 80 *language = current_language; 107 /* If a symbol is specified attempt to determine the language 445 const struct language_defn *language; local 559 const struct language_defn *language; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| extension-priv.h | 28 /* High level description of an extension/scripting language. 35 /* Enum of the extension language. */ 36 enum extension_language language; member in struct:extension_language_defn 38 /* The name of the extension language, lowercase. E.g., python. */ 41 /* The capitalized name of the extension language. 45 /* The file suffix of this extension language. E.g., ".py". */ 52 /* We support embedding external extension language code in GDB's own 53 scripting language. We do this by having a special command that begins 54 the extension language snippet, and terminate it with "end". 58 /* A pointer to the "methods" to load scripts in this language, [all...] |
| /src/external/gpl3/gdb/dist/gdb/guile/ |
| scm-math.c | 28 #include "language.h" 77 const struct language_defn *language = current_language; local 84 language); 96 struct type *type = language_bool_type (language, gdbarch); 141 const struct language_defn *language = current_language; local 149 &except_scm, gdbarch, language); 154 &except_scm, gdbarch, language); 421 const struct language_defn *language = current_language; local 428 &except_scm, gdbarch, language); 434 &except_scm, gdbarch, language); [all...] |