HomeSort by: relevance | last modified time | path
    Searched refs:language (Results 1 - 25 of 708) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/gettext/dist/gettext-tools/examples/po/
mmsmallpo.sh 8 language=$2
10 msgmerge --force-po $language.po $directory.pot -o - | \
24 > ../$directory/po/$language.po
  /src/external/gpl2/gettext/dist/gettext-tools/projects/
team-address 7 language="$4" # e.g. "pt"
11 /bin/sh "$projectsdir/$project/team-address" "$projectsdir" "$progdir" "$catalog" "$language"
  /src/external/gpl2/gettext/dist/gettext-tools/projects/TP/
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>[^<>]*<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" || echo " or $catalog"`", please visit
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
plural-table.h 27 const char *language; member in struct:plural_table_entry
  /src/external/apache2/llvm/dist/clang/utils/TestUtils/
pch-test.pl 13 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");
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
fortran-sym-case.exp 26 gdb_test "set language fortran" {Warning: the current language does not match this frame\.}
main-psymtab.exp 25 {The current source language is "auto; currently c\+\+"\.}
28 gdb_test "show language" $auto_cpp \
29 "language auto/c++ after load"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
fortran-sym-case.exp 26 gdb_test "set language fortran" {Warning: the current language does not match this frame\.}
main-psymtab.exp 25 {The current source language is "auto; currently c\+\+"\.}
28 gdb_test "show language" $auto_cpp \
29 "language auto/c++ after load"
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
explodename.c 40 /* 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');
  /src/external/gpl3/gdb/dist/gdb/
c-typeprint.c 27 #include "language.h"
37 enum language,
43 enum language,
50 int, int, enum language);
53 int show, int level, enum language language,
97 enum language language,
113 c_type_print_modifier (type, stream, 0, 1, language);
120 c_type_print_base_1 (type, stream, show, level, language, flags, podata)
382 stream, -1, passed_a_ptr, language, flags, local
397 stream, -1, passed_a_ptr, language, flags, local
1241 language, &semi_local_flags, podata); local
    [all...]
dictionary.h 28 /* 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
53 LANGUAGE is empty; to add symbols to it, call mdict_add_symbol().
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
71 contains a single empty dictionary of LANGUAGE; to add symbols to it
    [all...]
auto-load.c 58 const struct extension_language_defn *language,
63 const struct extension_language_defn *language,
538 const struct extension_language_defn *language; member in struct:loaded_script
567 return htab_hash_string (e->name) ^ htab_hash_pointer (e->language);
578 return strcmp (ea->name, eb->name) == 0 && ea->language == eb->language;
621 /* Add script file NAME in LANGUAGE to hash table of PSPACE_INFO.
631 const struct extension_language_defn *language)
637 entry.language = language;
1061 const struct extension_language_defn *language; local
1173 : scripts_p (scripts_p_), language (language_) function in struct:collect_matching_scripts_data
1177 const struct extension_language_defn *language; member in struct:collect_matching_scripts_data
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
c-typeprint.c 28 #include "language.h"
38 enum language,
44 enum language,
51 int, int, enum language);
54 int show, int level, enum language language,
98 enum language language,
114 c_type_print_modifier (type, stream, 0, 1, language);
121 c_type_print_base_1 (type, stream, show, level, language, flags, podata)
383 stream, -1, passed_a_ptr, language, flags, local
398 stream, -1, passed_a_ptr, language, flags, local
1242 language, &semi_local_flags, podata); local
    [all...]
dictionary.h 28 /* 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
53 LANGUAGE is empty; to add symbols to it, call mdict_add_symbol().
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
71 contains a single empty dictionary of LANGUAGE; to add symbols to it
    [all...]
auto-load.c 57 const struct extension_language_defn *language,
62 const struct extension_language_defn *language,
533 const struct extension_language_defn *language; member in struct:loaded_script
562 return htab_hash_string (e->name) ^ htab_hash_pointer (e->language);
573 return strcmp (ea->name, eb->name) == 0 && ea->language == eb->language;
616 /* Add script file NAME in LANGUAGE to hash table of PSPACE_INFO.
626 const struct extension_language_defn *language)
632 entry.language = language;
1056 const struct extension_language_defn *language; local
1171 : scripts_p (scripts_p_), language (language_) function in struct:collect_matching_scripts_data
1175 const struct extension_language_defn *language; member in struct:collect_matching_scripts_data
    [all...]
  /src/usr.bin/vgrind/
extern.h 53 extern const char *language; /* the language indicator */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
readnow-language.exp 27 gdb_test "show language" {The current source language is "auto; currently c\+\+"\.}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
imported-unit-c.exp 25 {language @DW_LANG_C}
43 {language @DW_LANG_C}
61 {language @DW_LANG_C}
78 {language @DW_LANG_C}
dw2-inter-cu-error.exp 29 compile_unit {{language @DW_LANG_C}} {
38 compile_unit {{language @DW_LANG_C}} {
dw2-inter-cu-forth-and-back.exp 33 compile_unit {{language @DW_LANG_C}} {
46 compile_unit {{language @DW_LANG_C}} {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
readnow-language.exp 27 gdb_test "show language" {The current source language is "auto; currently c\+\+"\.}
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
imported-unit-c.exp 25 {language @DW_LANG_C}
43 {language @DW_LANG_C}
61 {language @DW_LANG_C}
78 {language @DW_LANG_C}
  /src/usr.bin/error/
input.c 140 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 = INCPP
    [all...]
  /src/external/gpl2/grep/dist/intl/
explodename.c 55 _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');

Completed in 75 milliseconds

1 2 3 4 5 6 7 8 91011>>