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

1234

/freebsd-9.3-release/usr.sbin/kbdmap/
H A DLanguages.phrases24 9. Chose your keyboard language
/freebsd-9.3-release/usr.bin/vgrind/
H A Dextern.h53 extern const char *language; /* the language indicator */
H A Dvfontedpr.c99 /* name of language definitions file */
108 * The language specific globals
126 const char *language = "c"; /* the language indicator */ variable
199 /* specify the language */
201 language = argv[0]+2;
206 /* specify the language description file */
225 * get the language definition from the defs file
227 i = cgetent(&defs, defsfile, language);
229 fprintf (stderr, "no entry for language
[all...]
/freebsd-9.3-release/contrib/libreadline/
H A Dnls.c207 char *cp, *language, *result; local
209 cp = language = name;
215 /* This does not make sense: language has to be specified. As
218 if (language == cp)
220 *lenp = strlen (language);
221 result = language;
245 *lenp = strlen (language);
246 result = language;
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_pci.c77 ASN1_OBJECT **language, ASN1_INTEGER **pathlen,
82 if (strcmp(val->name, "language") == 0) {
83 if (*language) {
89 if (!(*language = OBJ_txt2obj(val->value, 0))) {
231 ASN1_OBJECT *language = NULL; local
258 &language, &pathlen, &policy);
264 if (!process_pci_value(cnf, &language, &pathlen, &policy)) {
272 if (!language) {
277 i = OBJ_obj2nid(language);
290 pci->proxyPolicy->policyLanguage = language;
76 process_pci_value(CONF_VALUE *val, ASN1_OBJECT **language, ASN1_INTEGER **pathlen, ASN1_OCTET_STRING **policy) argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtracepoint.h76 enum language language; member in struct:tracepoint
H A Dbuildsym.c41 #include "language.h" /* For "local_hex_string" */
577 /* Default the source language to whatever can be deduced from the
579 file with a ".h" extension), then inherit whatever language the
582 language. Also, when symtabs are allocated we try to deduce a
583 language then as well, but it is too late for us to use that
588 subfile->language = deduce_language_from_filename (subfile->name);
589 if (subfile->language == language_unknown &&
592 subfile->language = subfile->next->language;
600 language o
[all...]
H A Dlanguage.h1 /* Source-language-related definitions for GDB.
48 range_mode_auto: range_check set automatically to default of language.
69 type_mode_auto: type_check set automatically to default of language
110 /* Information for doing language dependent formatting of printed values. */
116 the language. */
141 /* Structure tying together assorted information about a language. */
145 /* Name of the language */
149 /* its symtab language-enum (defs.h) */
151 enum language la_language;
194 /* Print a type using syntax appropriate for this language
[all...]
H A Dsymtab.h83 multilanguage environment, some language specific information may need to
123 /* Since one and only one language can apply, wrap the language specific
137 /* Record the source code language that applies to this symbol.
138 This is used to select one of the fields from the language specific
141 ENUM_BITFIELD(language) language : 8; member in struct:general_symbol_info
173 #define SYMBOL_LANGUAGE(symbol) (symbol)->ginfo.language
180 /* Initializes the language dependent portion of a symbol
181 depending upon the language fo
826 enum language language; member in struct:symtab
[all...]
H A Dlanguage.c1 /* Multiple source language support for GDB.
31 return data out of a "language-specific" struct pointer that is set
32 whenever the working language changes. That would be a lot faster. */
43 #include "language.h"
111 on the default language at startup, and then again based on the
112 language of the first source file. */
121 /* The current language and language_mode (see language.h) */
126 /* The language that the user expects to be typing in (the language
144 static char *language; variable
[all...]
H A Dbuildsym.h70 enum language language; member in struct:subfile
H A Dsymfile.h160 enum language, struct objfile *);
167 enum language,
H A Dbreakpoint.h328 enum language language;
327 enum language language; member in struct:breakpoint
H A Dsymtab.c37 #include "language.h"
136 /* The single non-language-specific builtin type */
398 /* Initialize the language dependent portion of a symbol
399 depending upon the language for the symbol. */ argument
402 enum language language)
404 gsymbol->language = language;
405 if (gsymbol->language == language_cplus
406 || gsymbol->language
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dresres.c118 rc_uint_type language; local
145 language = -1;
148 (const rc_res_id *) NULL, &language, 1);
154 language = -1;
158 &language, 1);
198 resinfo.language = windres_get_16 (wrbfd, l.language, 2);
212 res_add_resource (r, &type, &name, resinfo.language, 0);
220 const rc_res_id *type, const rc_res_id *name, rc_uint_type *language,
244 /* If we're at level 3, then this key represents a language
219 write_res_directory(windres_bfd *wrbfd, rc_uint_type off, const rc_res_directory *rd, const rc_res_id *type, const rc_res_id *name, rc_uint_type *language, int level) argument
635 res_add_resource(rc_res_resource *r, const rc_res_id *type, const rc_res_id *id, rc_uint_type language, int dupok) argument
[all...]
H A Drcparse.y34 /* The current language. */
36 static unsigned short language;
184 | input language
536 sub_res_info.language = $3 | ($4 << SUBLANG_SHIFT);
991 /* Language command. This changes the static variable language, which
994 language: label
997 language = $2 | ($3 << SUBLANG_SHIFT);
1404 define_versioninfo ($1, language, $3, $5);
1553 $$.language = language;
[all...]
/freebsd-9.3-release/crypto/openssl/test/
H A DP1ss.cnf37 proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:AB
H A DP2ss.cnf43 language=id-ppl-anyLanguage
/freebsd-9.3-release/contrib/gperf/src/
H A Doptions.h147 /* Sets the output language, if not already set. */
148 void set_language (const char *language);
237 /* The output language. */
H A Doptions.cc122 " -L, --language=LANGUAGE-NAME\n"
123 " Generates code in the specified language. Languages\n"
561 /* Sets the output language, if not already set. */
563 Options::set_language (const char *language) argument
567 _language = language;
569 if (!strcmp (language, "KR-C"))
571 else if (!strcmp (language, "C"))
573 else if (!strcmp (language, "ANSI-C"))
575 else if (!strcmp (language, "C++"))
579 fprintf (stderr, "unsupported language optio
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Include/
H A Dtest.ksh18 * See the License for the specific language governing permissions
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh10 * See the License for the specific language governing permissions
H A Derr.copyoutbadaddr.ksh10 * See the License for the specific language governing permissions
H A Derr.copyoutstrbadaddr.ksh10 * See the License for the specific language governing permissions
/freebsd-9.3-release/contrib/gdb/include/
H A Dhp-symtab.h294 LANGUAGE describes the source file's language.
309 unsigned int language: 4; member in struct:dntt_type_srcfile
358 LANGUAGE describes the function's source language.
390 unsigned int language: 4; member in struct:dntt_type_function
1234 unsigned int language: 4; /* type of language */ member in struct:dntt_type_func_template
1282 unsigned int language: 4; /* type of language */ member in struct:dntt_type_doc_function
1759 unsigned int language: 4; /* procedure's language */ member in struct:quick_procedure
1801 unsigned int language: 4; /* type of language */ member in struct:quick_module
[all...]

Completed in 319 milliseconds

1234