/src/usr.bin/vgrind/ |
extern.h | 53 extern const char *language; /* the language indicator */
|
vfontedpr.c | 101 /* name of language definitions file */ 110 * The language specific globals 127 const char *language = "c"; /* the language indicator */ variable in typeref:typename:const char * 200 /* specify the language */ 202 language = argv[0]+2; 207 /* specify the language description file */ 228 * get the language definition from the defs file 230 i = cgetent(&defs, defsfile, language); 232 fprintf (stderr, "no entry for language %s\n", language) [all...] |
/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...] |
pi.c | 265 language = INPI; 293 language = INPI; 331 language = INPI; 372 language = INPI; 387 language = INPI; 397 language = INPI; 406 language = INPI; 427 language = INPI;
|
main.c | 69 int language = INCC; variable in typeref:typename:int
|
error.h | 63 * attempt to categorize it by type, as well as language. 127 * Describes attributes about a language 175 int error_language; /* the language for this error */ 199 * The language the compilation is in, as intuited from 202 extern int language;
|
/src/common/dist/zlib/win32/ |
zlib1.rc | 24 //language ID = U.S. English, char set = Windows, Multilingual
|
/src/common/dist/zlib/contrib/vstudio/vc10/ |
zlib.rc | 16 //language ID = U.S. English, char set = Windows, Multilingual
|
/src/common/dist/zlib/contrib/vstudio/vc11/ |
zlib.rc | 16 //language ID = U.S. English, char set = Windows, Multilingual
|
/src/common/dist/zlib/contrib/vstudio/vc12/ |
zlib.rc | 16 //language ID = U.S. English, char set = Windows, Multilingual
|
/src/common/dist/zlib/contrib/vstudio/vc14/ |
zlib.rc | 16 //language ID = U.S. English, char set = Windows, Multilingual
|
/src/common/dist/zlib/contrib/vstudio/vc17/ |
zlib.rc | 16 //language ID = U.S. English, char set = Windows, Multilingual
|
/src/common/dist/zlib/contrib/vstudio/vc9/ |
zlib.rc | 16 //language ID = U.S. English, char set = Windows, Multilingual
|
/src/tools/compat/buildaux/ |
ax_check_compile_flag.m4 | 11 # Check whether the given FLAG works with the current language's compiler 17 # If EXTRA-FLAGS is defined, it is added to the current language's default
|
/src/share/misc/ |
Makefile | 7 eqnchar flowers indent.pro inter.phone language man.template \
|
/src/share/mk/ |
bsd.lua.mk | 31 # add Lua sources to DPSRCS when HAVE_LUAC is defined and other language 34 # other language support for other than C is incomplete 36 # C language sources are passed though lint, when MKLINT != "no" 122 ## The module has other language source and we must build ${_M}.so
|
/src/sys/external/isc/libsodium/dist/m4/ |
ax_check_compile_flag.m4 | 11 # Check whether the given FLAG works with the current language's compiler 17 # If EXTRA-FLAGS is defined, it is added to the current language's default
|
libtool.m4 | 822 # Enable libtool support for the given language if not already enabled. 835 [m4_fatal([$0: unsupported language: "$1"])])])dnl 935 _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
|
/src/sys/arch/evbppc/wii/dev/ |
rtcsram.c | 56 uint8_t language; member in struct:rtcsram_sram
|
/src/usr.bin/sdpquery/ |
print.c | 186 attr_t language_attrs[] = { /* Language Attribute Offsets */ 492 /* extracted Language Base Attribute ID List */ 495 static language_t language[MAX_LANGUAGES]; variable in typeref:typename:language_t[] 682 printf("0x%04x + ", language[current].base); 718 done = print_attribute(id - language[current].base, value, 944 print_codeset_string(str, len, language[current].codeset); 1055 * ISO-639-1 natural language values are published at 1089 language[nlanguages].base = v; 1090 language[nlanguages].codeset = codeset; 1447 * The language is encoded according to th [all...] |
/src/usr.bin/m4/TEST/ |
test.m4 | 50 # create some fortrash strings for an even uglier language
|
/src/usr.bin/xlint/lint1/ |
README.md | 49 * The language level, with its possible values:
|
/src/sys/arch/luna68k/dev/xplx/ |
xplx.asm | 28 ; used language:
|