/toolchain/binutils/binutils-2.27/intl/ |
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');
|
D | l10nflist.c | 187 _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language, in _nl_make_l10nflist() argument 194 const char *language; 215 if (IS_ABSOLUTE_PATH (language)) 220 + strlen (language) 253 cp = stpcpy (cp, language); 375 cnt, language, territory, codeset, 382 cnt, language, territory, codeset,
|
D | finddomain.c | 57 const char *language; local 140 mask = _nl_explode_name (locale, &language, &modifier, &territory, 147 strlen (dirname) + 1, mask, language, territory,
|
D | loadinfo.h | 112 const char *language, const char *territory, 142 extern int _nl_explode_name PARAMS ((char *name, const char **language,
|
D | dcigettext.c | 1144 const char *language; local 1150 language = getenv ("LANGUAGE"); 1151 if (language != NULL && language[0] == '\0') 1152 language = NULL; 1172 return language != NULL && strcmp (retval, "C") != 0 ? language : retval;
|
/toolchain/binutils/binutils-2.27/binutils/ |
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 …]
|
D | resrc.c | 429 const char *preprocargs, int language, int use_temp_file) in read_rc_file() argument 555 if (language != -1) in read_rc_file() 556 rcparse_set_language (language); in read_rc_file() 696 resinfo->language, 0); in define_accelerator() 736 resinfo->language, 0); in define_bitmap() 824 resinfo->language, 0); in define_cursor() 860 resinfo->language, 0); in define_cursor() 879 resinfo->language, 0); in define_dialog() 972 resinfo->language, 0); in define_font() 1034 resinfo->language, 0); in define_font_rcdata() [all …]
|
D | rcparse.y | 36 static unsigned short language; variable 186 | input language 538 sub_res_info.language = $3 | ($4 << SUBLANG_SHIFT); 996 language: 999 language = $2 | ($3 << SUBLANG_SHIFT); 1411 define_versioninfo ($1, language, $3, $5); 1573 $$.language = language; 1591 $$.language = $3 | ($4 << SUBLANG_SHIFT); 1606 $$.language = language; 1623 $$.language = language; [all …]
|
D | windres.c | 422 rc_res_id name, rc_uint_type language, int dupok) in define_standard_resource() argument 430 a[2].u.id = language; in define_standard_resource() 796 int language; in main() local 827 language = 0x409; /* LANG_ENGLISH, SUBLANG_ENGLISH_US. */ in main() 983 language = strtol (optarg, (char **) NULL, 16); in main() 1055 language, use_temp_file); in main()
|
D | windint.h | 182 rc_uint_type language; member 205 bfd_byte language[2]; member 953 unichar *language; member 1012 rc_uint_type language; member
|
/toolchain/binutils/binutils-2.27/ |
D | Makefile.def | 604 languages = { language=c; gcc-check-target=check-gcc; }; 605 languages = { language=c++; gcc-check-target=check-c++; 609 languages = { language=fortran; gcc-check-target=check-fortran; 612 languages = { language=java; gcc-check-target=check-java; 614 languages = { language=ada; gcc-check-target=check-ada; 616 languages = { language=objc; gcc-check-target=check-objc; 618 languages = { language=obj-c++; gcc-check-target=check-obj-c++; }; 619 languages = { language=go; gcc-check-target=check-go;
|
D | configure.ac | 416 # A target can indicate whether a language isn't supported for some reason. 517 # (unless the Java language itself isn't enabled). 1869 # Figure out what language subdirectories are present. 1886 echo configure.ac: --enable-languages needs at least one language argument 1>&2 1892 # 'f95' is the old name for the 'fortran' language. We issue a warning 1896 echo configure.ac: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2 1913 # First scan to see if an enabled language requires some other language. 1914 # We assume that a given config-lang.in will list all the language 1923 # From the config-lang.in, get $language, $lang_requires, and 1925 language= [all …]
|
/toolchain/binutils/binutils-2.27/include/ |
D | hp-symtab.h | 310 unsigned int language: 4; member 391 unsigned int language: 4; member 1235 unsigned int language: 4; /* type of language */ member 1283 unsigned int language: 4; /* type of language */ member 1760 unsigned int language: 4; /* procedure's language */ member 1802 unsigned int language: 4; /* type of language */ member
|
/toolchain/binutils/binutils-2.27/gold/ |
D | script.cc | 1902 : pattern(a_pattern), language(a_language), exact_match(a_exact_match), in Version_expression() 1907 Version_script_info::Language language; member 2272 if (this->exact_[exp.language] == NULL) in build_expression_list_lookup() 2273 this->exact_[exp.language] = new Exact(); in build_expression_list_lookup() 2275 this->exact_[exp.language]); in build_expression_list_lookup() 2284 int language, in get_name_to_match() argument 2288 switch (language) in get_name_to_match() 2368 int language = p->expression->language; in get_symbol_version() local 2370 language, in get_symbol_version() 2425 if (expression.language != LANGUAGE_C) in check_unmatched_names() [all …]
|
/toolchain/binutils/binutils-2.27/ld/ |
D | NEWS | 18 * The NOCROSSREFSTO command was added to the linker script language. 69 * Add LOG2CEIL() builtin function to the linker script language 83 * Add ALIGN_WITH_INPUT to the linker script language to force the alignment of 92 * Added SORT_NONE to the linker script language to disable section sorting. 115 * INPUT_SECTION_FLAGS has been added to the linker script language 120 * Added SORT_BY_INIT_PRIORITY to the linker script language to permit 305 * Added SEGMENT_START to the linker script language to permit the user to 312 language to permit sorting sections by section name or section 442 * Added AT> to the linker script language to allow load-time allocation of 451 * Added SORT to the linker script language to permit sorting sections by file [all …]
|
D | README | 19 * The linker supports a control language.
|
/toolchain/binutils/binutils-2.27/config/ |
D | mh-ppc-aix | 3 # (mandatory to compile language defined units). This incured a performance
|
D | gettext-sister.m4 | 33 user's native language is requested.])
|
/toolchain/binutils/binutils-2.27/zlib/contrib/vstudio/vc10/ |
D | zlib.rc | 16 //language ID = U.S. English, char set = Windows, Multilingual
|
/toolchain/binutils/binutils-2.27/zlib/contrib/vstudio/vc11/ |
D | zlib.rc | 16 //language ID = U.S. English, char set = Windows, Multilingual
|
/toolchain/binutils/binutils-2.27/zlib/contrib/vstudio/vc9/ |
D | zlib.rc | 16 //language ID = U.S. English, char set = Windows, Multilingual
|
/toolchain/binutils/binutils-2.27/zlib/win32/ |
D | zlib1.rc | 24 //language ID = U.S. English, char set = Windows, Multilingual
|
/toolchain/binutils/binutils-2.27/include/vms/ |
D | dst.h | 51 unsigned char language[4]; member
|
/toolchain/binutils/binutils-2.27/zlib/contrib/dotzlib/ |
D | LICENSE_1_0.txt | 15 a source language processor.
|
/toolchain/binutils/binutils-2.27/gprof/ |
D | gconfig.in | 4 language is requested. */
|