Searched refs:language (Results 1 - 25 of 612) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/po/
H A Dmmsmallpo.sh8 language=$2
10 msgmerge --force-po $language.po $directory.pot -o - | \
24 > ../$directory/po/$language.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/projects/
H A Dteam-address7 language="$4" # e.g. "pt"
11 /bin/sh "$projectsdir/$project/team-address" "$projectsdir" "$progdir" "$catalog" "$language"
/netbsd-current/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>[^<>]*<td>[^|]*</td>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
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>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
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" || ech
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dplural-table.h27 const char *language; member in struct:plural_table_entry
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfortran-sym-case.exp26 gdb_test "set language fortran" {Warning: the current language does not match this frame\.}
H A Dmain-psymtab.exp25 {The current source language is "auto; currently c\+\+"\.}
28 gdb_test "show language" $auto_cpp \
29 "language auto/c++ after load"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfortran-sym-case.exp26 gdb_test "set language fortran" {Warning: the current language does not match this frame\.}
H A Dmain-psymtab.exp25 {The current source language is "auto; currently c\+\+"\.}
28 gdb_test "show language" $auto_cpp \
29 "language auto/c++ after load"
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dexplodename.c40 /* Split a locale name NAME into a leading language part and all the
41 rest. Return a pointer to the first character after the language,
57 const char **language, const char **modifier,
70 look for the language. Termination symbols are `_', '.', and `@'. */
72 *language = cp = name;
73 cp = _nl_find_language (*language);
75 if (*language == cp)
76 /* This does not make sense: language has to be specified. Use
78 cp = strchr (*language, '\0');
56 _nl_explode_name(char *name, const char **language, const char **modifier, const char **territory, const char **codeset, const char **normalized_codeset) argument
/netbsd-current/usr.bin/vgrind/
H A Dextern.h53 extern const char *language; /* the language indicator */
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-parse.h62 /* The language that should be used to evaluate the MI command.
64 enum language language; member in struct:mi_parse
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dreadnow-language.exp27 gdb_test "show language" {The current source language is "auto; currently c\+\+"\.}
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-parse.h62 /* The language that should be used to evaluate the MI command.
64 enum language language; member in struct:mi_parse
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dreadnow-language.exp27 gdb_test "show language" {The current source language is "auto; currently c\+\+"\.}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dimported-unit-c.exp27 {language @DW_LANG_C}
45 {language @DW_LANG_C}
63 {language @DW_LANG_C}
80 {language @DW_LANG_C}
/netbsd-current/usr.bin/error/
H A Dinput.c140 newerror->error_language = language; /* language is global */
168 if (cur_wordc == 1 && language != INLD) {
178 language = INMAKE;
183 language = INAS;
188 language = INLD;
195 language = INCC;
199 if (cur_wordc == 1 && language == INLD) {
228 if (language != INLD /* loader errors have almost same fmt */
232 language
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddictionary.h28 /* An opaque type for multi-language dictionaries; only dictionary.c should
41 multi-language dictionaries. */
43 /* Create a multi-language dictionary of symbols implemented via
51 /* Create a multi-language dictionary of symbols, implemented
57 mdict_create_hashed_expandable (enum language language);
59 /* Create a multi-language dictionary of symbols, implemented
69 /* Create a multi-language dictionary of symbols, implemented
75 mdict_create_linear_expandable (enum language language);
[all...]
H A Dauto-load.c56 const struct extension_language_defn *language,
61 const struct extension_language_defn *language,
563 const struct extension_language_defn *language; member in struct:loaded_script
600 return htab_hash_string (e->name) ^ htab_hash_pointer (e->language);
611 return strcmp (ea->name, eb->name) == 0 && ea->language == eb->language;
661 const struct extension_language_defn *language)
668 entry.language = language;
695 (*slot)->language
659 maybe_add_script_file(struct auto_load_pspace_info *pspace_info, int loaded, const char *name, const char *full_path, const struct extension_language_defn *language) argument
707 maybe_add_script_text(struct auto_load_pspace_info *pspace_info, int loaded, const char *name, const struct extension_language_defn *language) argument
758 auto_load_objfile_script_1(struct objfile *objfile, const char *realname, const struct extension_language_defn *language) argument
859 auto_load_objfile_script(struct objfile *objfile, const struct extension_language_defn *language) argument
891 source_script_file(struct auto_load_pspace_info *pspace_info, struct objfile *objfile, const struct extension_language_defn *language, const char *section_name, unsigned int offset, const char *file) argument
964 execute_script_contents(struct auto_load_pspace_info *pspace_info, struct objfile *objfile, const struct extension_language_defn *language, const char *section_name, unsigned int offset, const char *script) argument
1065 const struct extension_language_defn *language; local
1195 : scripts_p (scripts_p_), language (language_) function in struct:collect_matching_scripts_data
1199 const struct extension_language_defn *language; member in struct:collect_matching_scripts_data
1269 auto_load_info_scripts(const char *pattern, int from_tty, const struct extension_language_defn *language) argument
1379 maybe_print_unsupported_script_warning(struct auto_load_pspace_info *pspace_info, struct objfile *objfile, const struct extension_language_defn *language, const char *section_name, unsigned offset) argument
1403 maybe_print_script_not_found_warning(struct auto_load_pspace_info *pspace_info, struct objfile *objfile, const struct extension_language_defn *language, const char *section_name, unsigned offset) argument
[all...]
H A Dc-typeprint.c28 #include "language.h"
48 enum language,
54 enum language,
61 int, int, enum language);
64 int show, int level, enum language language,
108 enum language language,
130 c_type_print_base_1 (type, stream, show, level, language, flags, podata);
145 language, flag
102 c_print_type_1(struct type *type, const char *varstring, struct ui_file *stream, int show, int level, enum language language, const struct type_print_options *flags, struct print_offset_data *podata) argument
184 c_print_type(struct type *type, const char *varstring, struct ui_file *stream, int show, int level, enum language language, const struct type_print_options *flags) argument
274 cp_type_print_method_args(struct type *mtype, const char *prefix, const char *varstring, int staticp, struct ui_file *stream, enum language language, const struct type_print_options *flags) argument
363 c_type_print_varspec_prefix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int need_post_space, enum language language, const struct type_print_options *flags, struct print_offset_data *podata) argument
385 stream, show, 1, 1, language, flags, local
393 stream, show, 0, 0, language, flags, podata); local
399 stream, -1, passed_a_ptr, language, flags, local
406 stream, show, 0, 0, language, flags, local
414 stream, -1, passed_a_ptr, language, flags, local
422 stream, show, 1, 0, language, flags, local
431 stream, show, 0, 0, language, flags, local
439 stream, show, 0, 0, language, flags, local
448 language, flags, podata); local
485 c_type_print_modifier(struct type *type, struct ui_file *stream, int need_pre_space, int need_post_space, enum language language) argument
554 c_type_print_args(struct type *type, struct ui_file *stream, int linkage_name, enum language language, const struct type_print_options *flags) argument
755 c_type_print_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args, enum language language, const struct type_print_options *flags) argument
792 show, 0, 0, language, flags); local
798 show, 0, 0, language, flags); local
804 show, 0, 0, language, flags); local
811 show, 1, 0, language, flags); local
821 show, passed_a_ptr, 0, language, flags); local
826 show, passed_a_ptr, 0, language, flags); local
1015 c_print_type_no_offsets(struct type *type, const char *varstring, struct ui_file *stream, int show, int level, enum language language, struct type_print_options *flags, struct print_offset_data *podata) argument
1037 c_type_print_base_struct_union(struct type *type, struct ui_file *stream, int show, int level, enum language language, const struct type_print_options *flags, struct print_offset_data *podata) argument
1386 language, &semi_local_flags, podata); local
1462 c_type_print_base_1(struct type *type, struct ui_file *stream, int show, int level, enum language language, const struct type_print_options *flags, struct print_offset_data *podata) argument
1531 stream, show, level, language, flags, podata); local
1540 stream, show, level, language, flags, podata); local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddictionary.h28 /* An opaque type for multi-language dictionaries; only dictionary.c should
41 multi-language dictionaries. */
43 /* Create a multi-language dictionary of symbols implemented via
51 /* Create a multi-language dictionary of symbols, implemented
57 mdict_create_hashed_expandable (enum language language);
59 /* Create a multi-language dictionary of symbols, implemented
69 /* Create a multi-language dictionary of symbols, implemented
75 mdict_create_linear_expandable (enum language language);
[all...]
H A Dauto-load.c59 const struct extension_language_defn *language,
64 const struct extension_language_defn *language,
535 const struct extension_language_defn *language; member in struct:loaded_script
564 return htab_hash_string (e->name) ^ htab_hash_pointer (e->language);
575 return strcmp (ea->name, eb->name) == 0 && ea->language == eb->language;
628 const struct extension_language_defn *language)
634 entry.language = language;
661 (*slot)->language
626 maybe_add_script_file(struct auto_load_pspace_info *pspace_info, bool loaded, const char *name, const char *full_path, const struct extension_language_defn *language) argument
674 maybe_add_script_text(struct auto_load_pspace_info *pspace_info, bool loaded, const char *name, const struct extension_language_defn *language) argument
724 auto_load_objfile_script_1(struct objfile *objfile, const char *realname, const struct extension_language_defn *language) argument
824 auto_load_objfile_script(struct objfile *objfile, const struct extension_language_defn *language) argument
893 source_script_file(struct auto_load_pspace_info *pspace_info, struct objfile *objfile, const struct extension_language_defn *language, const char *section_name, unsigned int offset, const char *file) argument
963 execute_script_contents(struct auto_load_pspace_info *pspace_info, struct objfile *objfile, const struct extension_language_defn *language, const char *section_name, unsigned int offset, const char *script) argument
1063 const struct extension_language_defn *language; local
1193 : scripts_p (scripts_p_), language (language_) function in struct:collect_matching_scripts_data
1197 const struct extension_language_defn *language; member in struct:collect_matching_scripts_data
1267 auto_load_info_scripts(const char *pattern, int from_tty, const struct extension_language_defn *language) argument
1377 maybe_print_unsupported_script_warning(struct auto_load_pspace_info *pspace_info, struct objfile *objfile, const struct extension_language_defn *language, const char *section_name, unsigned offset) argument
1401 maybe_print_script_not_found_warning(struct auto_load_pspace_info *pspace_info, struct objfile *objfile, const struct extension_language_defn *language, const char *section_name, unsigned offset) argument
[all...]
H A Dc-typeprint.c28 #include "language.h"
48 enum language,
54 enum language,
61 int, int, enum language);
64 int show, int level, enum language language,
108 enum language language,
124 c_type_print_modifier (type, stream, 0, 1, language);
131 c_type_print_base_1 (type, stream, show, level, language, flag
102 c_print_type_1(struct type *type, const char *varstring, struct ui_file *stream, int show, int level, enum language language, const struct type_print_options *flags, struct print_offset_data *podata) argument
169 c_print_type(struct type *type, const char *varstring, struct ui_file *stream, int show, int level, enum language language, const struct type_print_options *flags) argument
259 cp_type_print_method_args(struct type *mtype, const char *prefix, const char *varstring, int staticp, struct ui_file *stream, enum language language, const struct type_print_options *flags) argument
357 c_type_print_varspec_prefix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int need_post_space, enum language language, const struct type_print_options *flags, struct print_offset_data *podata) argument
393 stream, -1, passed_a_ptr, language, flags, local
408 stream, -1, passed_a_ptr, language, flags, local
480 c_type_print_modifier(struct type *type, struct ui_file *stream, int need_pre_space, int need_post_space, enum language language) argument
550 c_type_print_args(struct type *type, struct ui_file *stream, int linkage_name, enum language language, const struct type_print_options *flags) argument
751 c_type_print_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args, enum language language, const struct type_print_options *flags) argument
867 c_type_print_template_args(const struct type_print_options *flags, struct type *type, struct ui_file *stream, enum language language) argument
1013 c_print_type_no_offsets(struct type *type, const char *varstring, struct ui_file *stream, int show, int level, enum language language, struct type_print_options *flags, struct print_offset_data *podata) argument
1035 c_type_print_base_struct_union(struct type *type, struct ui_file *stream, int show, int level, enum language language, const struct type_print_options *flags, struct print_offset_data *podata) argument
1375 language, &semi_local_flags, podata); local
1451 c_type_print_base_1(struct type *type, struct ui_file *stream, int show, int level, enum language language, const struct type_print_options *flags, struct print_offset_data *podata) argument
[all...]
/netbsd-current/external/gpl3/gcc/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/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/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');

Completed in 162 milliseconds

1234567891011>>