| /trueos/crypto/heimdal/lib/asn1/ |
| HD | gen_length.c | 41 const char *variable) in length_primitive() argument 43 fprintf (codefile, "%s += der_length_%s(%s);\n", variable, typename, name); in length_primitive() 64 const char *variable, const char *tmpstr) in length_type() argument 72 variable, t->symbol->gen_name, name); in length_type() 79 length_primitive ("integer", "&enumint", variable); in length_type() 82 length_primitive ("heim_integer", name, variable); in length_type() 84 length_primitive ("integer", name, variable); in length_type() 86 length_primitive ("unsigned", name, variable); in length_type() 88 length_primitive ("unsigned", name, variable); in length_type() 95 fprintf (codefile, "%s += 1;\n", variable); in length_type() [all …]
|
| /trueos/contrib/ncurses/misc/ |
| HD | shlib | 123 variable=PATH 126 variable=LIBRARY_PATH 129 variable=DYLD_LIBRARY_PATH 132 variable=LD_LIBRARY_PATH 136 eval 'test -z "$'$variable'" && '$variable'=":"' 137 eval $variable'="$q:$'$variable'"' 138 eval 'export '$variable
|
| HD | ncurses.ref | 8 "stdscr" @500 NONAME ; variable 9 "curscr" @501 NONAME ; variable 10 "newscr" @502 NONAME ; variable 11 "COLORS" @503 NONAME ; variable 12 "COLOR_PAIRS" @504 NONAME ; variable 13 "color_pairs" @505 NONAME ; variable 14 "acs_map" @506 NONAME ; variable 15 "LINES" @510 NONAME ; variable 16 "COLS" @511 NONAME ; variable 17 "TABSIZE" @512 NONAME ; variable [all …]
|
| /trueos/lib/libc/locale/ |
| HD | rune.c | 65 void *variable; in _Read_RuneMagi() local 101 variable = frl + 1; in _Read_RuneMagi() 120 runetype_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi() 121 variable = runetype_ext_ranges + frl->runetype_ext_nranges; in _Read_RuneMagi() 122 if (variable > lastp) { in _Read_RuneMagi() 128 maplower_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi() 129 variable = maplower_ext_ranges + frl->maplower_ext_nranges; in _Read_RuneMagi() 130 if (variable > lastp) { in _Read_RuneMagi() 136 mapupper_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi() 137 variable = mapupper_ext_ranges + frl->mapupper_ext_nranges; in _Read_RuneMagi() [all …]
|
| /trueos/lib/libc/iconv/ |
| HD | citrus_mapper.c | 128 size_t linebufsize, const char **module, const char **variable) in lookup_mapper_entry() argument 167 *variable = p; in lookup_mapper_entry() 205 const char * __restrict variable) in mapper_open() argument 260 (const void *)variable, strlen(variable) + 1, in mapper_open() 281 const char * __restrict module, const char * __restrict variable) in _citrus_mapper_open_direct() argument 284 return (mapper_open(ma, rcm, module, variable)); in _citrus_mapper_open_direct() 318 const char *module, *variable; in _citrus_mapper_open() local 321 variable = NULL; in _citrus_mapper_open() 339 (size_t)PATH_MAX, &module, &variable); in _citrus_mapper_open() 345 ret = mapper_open(ma, &cm, module, variable); in _citrus_mapper_open()
|
| /trueos/usr.sbin/bsdconfig/share/ |
| HD | variable.subr | 33 f_dprintf "%s: loading includes..." variable.subr 53 # f_variable_new $handle $variable 55 # Register a new variable named $variable with the given reference-handle 56 # $handle. The environment variable $handle is set to $variable allowing you to 58 # of environment variable $variable. For example: 66 # to return the value of environment variable `abc'. Variables registered in 67 # this manner are recorded in the $VARIABLES environment variable for later 72 local handle="$1" variable="$2" 74 f_dprintf "variable.subr: New variable %s -> %s" "$handle" "$variable" 75 setvar $handle $variable [all …]
|
| /trueos/contrib/wpa/src/common/ |
| HD | ieee802_11_defs.h | 420 u8 variable[0]; member 424 u8 variable[0]; member 430 u8 variable[0]; member 437 u8 variable[0]; member 444 u8 variable[0]; member 448 u8 variable[0]; member 456 u8 variable[0]; member 460 u8 variable[0]; member 468 u8 variable[0]; member 477 u8 variable[0]; member [all …]
|
| /trueos/share/examples/bootforth/ |
| HD | frames.4th | 7 variable h_el 8 variable v_el 9 variable lt_el 10 variable lb_el 11 variable rt_el 12 variable rb_el 13 variable fill
|
| /trueos/sys/boot/forth/ |
| HD | menu.4th | 58 variable menuidx \ Menu item stack for number prefixes 59 variable menurow \ Menu item stack for positioning 60 variable menubllt \ Menu item bullet 63 variable menuX \ Menu X offset (columns) 64 variable menuY \ Menu Y offset (rows) 67 variable menurebootadded 70 variable kernidx 71 variable kernlen 72 variable kernmenuidx 75 variable menu_timeout_enabled \ timeout state (internal use only) [all …]
|
| HD | frames.4th | 35 variable h_el 36 variable v_el 37 variable lt_el 38 variable lb_el 39 variable rt_el 40 variable rb_el 41 variable fill
|
| /trueos/contrib/gdb/gdb/doc/ |
| HD | LRS | 5 a user variable to reside in different locations during different parts 8 For example, a variable might reside in the stack for part of a function 12 Clearly, if a variable may reside in different locations, then the 13 compiler must describe to the debugger where the variable resides for 76 The compiler and debugger view a variable with multiple homes as 78 describes the default home of the variable while aliases describe 79 alternate homes for the variable. 95 When a variable's storage class changes (eg. from stack to register, 98 and appropriate live ranges refering to the variable's initial 104 Live ranges for aliases of a particular variable should always [all …]
|
| /trueos/contrib/gperf/src/ |
| HD | configure.ac | 32 dnl sets variable CC 34 dnl sets variable CPP 36 dnl sets variable CXX 38 dnl sets variable CXXCPP 44 AC_MSG_CHECKING([for stack-allocated variable-size arrays]) 55 [Define if the C++ compiler supports stack-allocated variable-size arrays.])
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | ValueObjectVariable.cpp | 121 Variable *variable = m_variable_sp.get(); in UpdateValue() local 122 DWARFExpression &expr = variable->LocationExpression(); in UpdateValue() 124 if (variable->GetLocationIsConstantValueData()) in UpdateValue() 129 m_value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue() 150 variable->CalculateSymbolContext (&sc); in UpdateValue() 158 m_value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue() 210 variable->CalculateSymbolContext(&var_sc); in UpdateValue() 240 value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
|
| HD | Value.cpp | 244 Variable *variable = GetVariable(); in GetClangType() local 245 if (variable) in GetClangType() 247 Type *variable_type = variable->GetType(); in GetClangType() 456 Variable *variable = GetVariable(); in GetValueAsData() local 457 if (variable) in GetValueAsData() 460 variable->CalculateSymbolContext(&var_sc); in GetValueAsData() 498 Variable *variable = GetVariable(); in GetValueAsData() local 502 if (variable) in GetValueAsData() 505 variable->GetName().AsCString(""), in GetValueAsData() 514 if (variable) in GetValueAsData() [all …]
|
| /trueos/contrib/gcc/ |
| HD | var-tracking.c | 254 } *variable; typedef 300 static variable unshare_variable (dataflow_set *set, variable var); 319 static bool variable_different_p (variable, variable, bool); 343 static void variable_was_changed (variable, htab_t); 596 const variable v = (const variable) x; in variable_htab_hash() 606 const variable v = (const variable) x; in variable_htab_eq() 618 variable var = (variable) elem; in variable_htab_free() 732 static variable 733 unshare_variable (dataflow_set *set, variable var) in unshare_variable() 736 variable new_var; in unshare_variable() [all …]
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGBlocks.cpp | 375 const VarDecl *variable = ci->getVariable(); in computeBlockInfo() local 397 if (llvm::Constant *constant = tryCaptureAsConstant(CGM, CGF, variable)) { in computeBlockInfo() 398 info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant); in computeBlockInfo() 405 variable->getType().getObjCLifetime(); in computeBlockInfo() 419 } else if (variable->getType()->isObjCRetainableType()) { in computeBlockInfo() 432 variable->getType()->getAsCXXRecordDecl()) { in computeBlockInfo() 440 QualType VT = variable->getType(); in computeBlockInfo() 442 CharUnits align = C.getDeclAlign(variable); in computeBlockInfo() 591 const VarDecl *variable = ci->getVariable(); in enterBlockScope() local 592 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope() [all …]
|
| /trueos/contrib/gperf/lib/ |
| HD | configure.ac | 31 dnl sets variable CC 33 dnl sets variable CPP 35 dnl sets variable CXX 37 dnl sets variable CXXCPP 39 dnl sets variable RANLIB
|
| /trueos/contrib/llvm/patches/ |
| HD | patch-r261680-clang-r200899-fix-security-quantis.diff | 10 the array 'arr' is represented as a variable size array in the template. 20 Index: tools/clang/test/SemaCXX/c99-variable-length-array.cpp 22 --- tools/clang/test/SemaCXX/c99-variable-length-array.cpp 23 +++ tools/clang/test/SemaCXX/c99-variable-length-array.cpp 37 + int arr[A1::sz]; // expected-warning{{variable length arrays are a C99 feature}}
|
| /trueos/contrib/tcsh/nls/french/ |
| HD | set1 | 33 30 Le nom de la variable doit commencer par une lettre 34 31 Le nom de la variable est trop long 35 32 Le nom de la variable ne doit contenir que des caractères alphanumériques 81 78 Pas de variable `$home' définie 84 81 Retour-chariot dans un nom de variable 87 84 Nom de variable incorrect 88 85 Retour-chariot dans l'index de variable 90 87 Syntaxe de variable 111 108 Pas de variable `$watch' définie 140 137 Unknown colorls variable `%c%c'
|
| /trueos/usr.bin/mkesdb/ |
| HD | yacc.y | 57 static char *encoding, *name, *output = NULL, *variable; variable 85 | property variable R_LN 98 variable : R_VARIABLE L_STRING 100 set_prop_string("VARIABLE", &variable, &$2); 166 if (variable) in dump_file() 168 (df, _CITRUS_ESDB_SYM_VARIABLE, variable)); in dump_file()
|
| /trueos/crypto/heimdal/lib/hx509/ |
| HD | sel-gram.y | 63 %type <expr> variable variables 92 | word kw_IN variable { $$ = _hx509_make_expr(comp_IN, $1, $3); } 98 | variable { $$ = $1; } 107 variable: '%' '{' variables '}' { $$ = $3; }
|
| /trueos/contrib/tcsh/nls/spanish/ |
| HD | set1 | 33 30 El nombre de la variable debe comenzar con una letra 34 31 El nombre de la variable es demasiado grande 35 32 El nombre de la variable debe contener caracteres alfanuméricos 81 78 La variable $home no está definida 84 81 Nombre de variable incluye un retorno de carro 87 84 Nombre de variable ilegal 90 87 Sintaxis de variable 111 108 La variable $watch no ha sido definida 140 137 Unknown colorls variable `%c%c'
|
| /trueos/tools/tools/sysdoc/ |
| HD | tunables.mdoc | 29 variable. 44 variable 50 variable 57 variable 188 This is a read-only variable. 281 This is a read-only variable. 306 This is a read-only variable. 354 This is a read-only variable. 361 This is a read-only variable. 368 names. This is a read-only variable. [all …]
|
| /trueos/contrib/tcsh/nls/C/ |
| HD | set1 | 29 26 Undefined variable 81 78 No $home variable set 84 81 Newline in variable name 87 84 Illegal variable name 88 85 Newline in variable index 111 108 No $watch variable set 140 137 Unknown colorls variable `%c%c'
|
| /trueos/contrib/wpa/src/eap_peer/ |
| HD | eap.h | 142 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable); 150 void (*set_bool)(void *ctx, enum eapol_bool_var variable, 159 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); 167 void (*set_int)(void *ctx, enum eapol_int_var variable,
|