Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 868) sorted by relevance

12345678910>>...35

/trueos/crypto/heimdal/lib/asn1/
HDgen_length.c41 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/
HDshlib123 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
HDncurses.ref8 "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/
HDrune.c65 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/
HDcitrus_mapper.c128 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/
HDvariable.subr33 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/
HDieee802_11_defs.h420 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/
HDframes.4th7 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/
HDmenu.4th58 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 …]
HDframes.4th35 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/
HDLRS5 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/
HDconfigure.ac32 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/
HDValueObjectVariable.cpp121 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()
HDValue.cpp244 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/
HDvar-tracking.c254 } *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/
HDCGBlocks.cpp375 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/
HDconfigure.ac31 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/
HDpatch-r261680-clang-r200899-fix-security-quantis.diff10 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/
HDset133 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/
HDyacc.y57 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/
HDsel-gram.y63 %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/
HDset133 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/
HDtunables.mdoc29 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/
HDset129 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/
HDeap.h142 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,

12345678910>>...35