Home
last modified time | relevance | path

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

12345678910>>...37

/NextBSD/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 …]
/NextBSD/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 …]
/NextBSD/lib/libc/locale/
HDrune.c68 void *variable; in _Read_RuneMagi() local
103 variable = frl + 1; in _Read_RuneMagi()
109 runetype_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi()
110 variable = runetype_ext_ranges + frl->runetype_ext_nranges; in _Read_RuneMagi()
111 if (variable > lastp) { in _Read_RuneMagi()
115 maplower_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi()
116 variable = maplower_ext_ranges + frl->maplower_ext_nranges; in _Read_RuneMagi()
117 if (variable > lastp) { in _Read_RuneMagi()
121 mapupper_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi()
122 variable = mapupper_ext_ranges + frl->mapupper_ext_nranges; in _Read_RuneMagi()
[all …]
/NextBSD/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()
/NextBSD/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 …]
/NextBSD/contrib/wpa/src/common/
HDieee802_11_defs.h481 u8 variable[]; member
485 u8 variable[]; member
491 u8 variable[]; member
498 u8 variable[]; member
505 u8 variable[]; member
509 u8 variable[]; member
517 u8 variable[]; member
521 u8 variable[0]; member
529 u8 variable[]; member
538 u8 variable[]; member
[all …]
/NextBSD/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
/NextBSD/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
/NextBSD/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 …]
/NextBSD/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.])
/NextBSD/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 …]
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymbolContext.cpp38 variable (nullptr) in SymbolContext()
50 variable (nullptr) in SymbolContext()
64 variable (nullptr) in SymbolContext()
78 variable (rhs.variable) in SymbolContext()
91 variable (nullptr) in SymbolContext()
112 variable = rhs.variable; in operator =()
128 variable = nullptr; in Clear()
344 if (variable != nullptr) in GetDescription()
348 s->Printf("id = {0x%8.8" PRIx64 "}, ", variable->GetID()); in GetDescription()
350 switch (variable->GetScope()) in GetDescription()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBlocks.cpp380 const VarDecl *variable = CI.getVariable(); in computeBlockInfo() local
401 if (llvm::Constant *constant = tryCaptureAsConstant(CGM, CGF, variable)) { in computeBlockInfo()
402 info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant); in computeBlockInfo()
409 variable->getType().getObjCLifetime(); in computeBlockInfo()
423 } else if (variable->getType()->isObjCRetainableType()) { in computeBlockInfo()
436 variable->getType()->getAsCXXRecordDecl()) { in computeBlockInfo()
444 QualType VT = variable->getType(); in computeBlockInfo()
446 CharUnits align = C.getDeclAlign(variable); in computeBlockInfo()
604 const VarDecl *variable = CI.getVariable(); in enterBlockScope() local
605 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectVariable.cpp132 Variable *variable = m_variable_sp.get(); in UpdateValue() local
133 DWARFExpression &expr = variable->LocationExpression(); in UpdateValue()
135 if (variable->GetLocationIsConstantValueData()) in UpdateValue()
140 m_value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
161 variable->CalculateSymbolContext (&sc); in UpdateValue()
169 m_value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
250 variable->CalculateSymbolContext(&var_sc); in UpdateValue()
280 value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
HDValue.cpp323 Variable *variable = GetVariable(); in GetClangType() local
324 if (variable) in GetClangType()
326 Type *variable_type = variable->GetType(); in GetClangType()
535 Variable *variable = GetVariable(); in GetValueAsData() local
536 if (variable) in GetValueAsData()
539 variable->CalculateSymbolContext(&var_sc); in GetValueAsData()
577 Variable *variable = GetVariable(); in GetValueAsData() local
581 if (variable) in GetValueAsData()
584 variable->GetName().AsCString(""), in GetValueAsData()
593 if (variable) in GetValueAsData()
[all …]
/NextBSD/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
/NextBSD/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'
/NextBSD/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()
/NextBSD/tools/tools/sysdoc/
HDtunables.mdoc29 variable.
44 variable
50 variable
57 variable
188 This is a read-only variable.
271 This is a read-only variable.
296 This is a read-only variable.
344 This is a read-only variable.
351 This is a read-only variable.
358 names. This is a read-only variable.
[all …]
/NextBSD/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'
/NextBSD/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; }
/NextBSD/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'
/NextBSD/sys/boot/arm/uboot/
HDhelp.uboot16 If no variable names are specified, all U-Boot environment
17 variables are imported. Each variable is prefixed with "uboot."
25 If no variable names are specified, all U-Boot environment

12345678910>>...37