Home
last modified time | relevance | path

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

12345678910>>...39

/freebsd-11-stable/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 …]
/freebsd-11-stable/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 …]
/freebsd-11-stable/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 …]
/freebsd-11-stable/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()
/freebsd-11-stable/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 …]
/freebsd-11-stable/contrib/wpa/src/common/
HDieee802_11_defs.h871 u8 variable[]; member
875 u8 variable[]; member
881 u8 variable[]; member
888 u8 variable[]; member
895 u8 variable[]; member
899 u8 variable[]; member
907 u8 variable[]; member
916 u8 variable[]; member
925 u8 variable[]; member
939 u8 variable[]; /* FT Request */ member
[all …]
/freebsd-11-stable/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
/freebsd-11-stable/stand/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
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_flags.inc29 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
32 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
35 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
42 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
45 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
48 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
/freebsd-11-stable/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 …]
/freebsd-11-stable/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 …]
/freebsd-11-stable/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.])
/freebsd-11-stable/contrib/bmake/
HDbmake.cat124 bmake will prepend the contents of the MAKEFLAGS environment variable to
45 `-' they are added to the MAKEFLAGS environment variable and will
125 v Print debugging information about variable assignment.
179 MAKESYSPATH environment variable) starts with the string ".../"
217 fined variable. The value printed is extracted from the global
219 variable contents (which may include additional unexpanded vari-
231 Like -V but the variable is always expanded to its complete
241 still exported via the MAKEFLAGS environment variable. This
246 Set the value of the variable variable to value. Normally, all
253 specifications, shell commands, variable assignments, include statements,
[all …]
/freebsd-11-stable/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
/freebsd-11-stable/contrib/tcsh/nls/french/
HDset132 30 Le nom de la variable doit commencer par une lettre
33 31 Le nom de la variable est trop long
34 32 Le nom de la variable ne doit contenir que des caractères alphanumériques
80 78 Pas de variable `$home' définie
83 81 Retour-chariot dans un nom de variable
86 84 Nom de variable incorrect
87 85 Retour-chariot dans l'index de variable
89 87 Syntaxe de variable
110 108 Pas de variable `$watch' définie
139 137 Unknown colorls variable '%c%c'
/freebsd-11-stable/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 …]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectVariable.cpp127 Variable *variable = m_variable_sp.get(); in UpdateValue() local
128 DWARFExpression &expr = variable->LocationExpression(); in UpdateValue()
130 if (variable->GetLocationIsConstantValueData()) { in UpdateValue()
134 m_value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
151 variable->CalculateSymbolContext(&sc); in UpdateValue()
161 m_value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
206 value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
HDValue.cpp255 Variable *variable = GetVariable(); in GetCompilerType() local
256 if (variable) { in GetCompilerType()
257 Type *variable_type = variable->GetType(); in GetCompilerType()
410 Variable *variable = GetVariable(); in GetValueAsData() local
411 if (variable) { in GetValueAsData()
413 variable->CalculateSymbolContext(&var_sc); in GetValueAsData()
451 Variable *variable = GetVariable(); in GetValueAsData() local
454 if (variable) in GetValueAsData()
458 address, variable->GetName().AsCString(""), in GetValueAsData()
466 if (variable) in GetValueAsData()
[all …]
/freebsd-11-stable/usr.bin/mkesdb/
HDyacc.y59 static char *encoding, *name, *output = NULL, *variable; variable
87 | property variable R_LN
100 variable : R_VARIABLE L_STRING
102 set_prop_string("VARIABLE", &variable, &$2);
168 if (variable) in dump_file()
170 (df, _CITRUS_ESDB_SYM_VARIABLE, variable)); in dump_file()
/freebsd-11-stable/contrib/tcsh/nls/spanish/
HDset132 30 El nombre de la variable debe comenzar con una letra
33 31 El nombre de la variable es demasiado grande
34 32 El nombre de la variable debe contener caracteres alfanuméricos
80 78 La variable $home no está definida
83 81 Nombre de variable incluye un retorno de carro
86 84 Nombre de variable ilegal
89 87 Sintaxis de variable
110 108 La variable $watch no ha sido definida
139 137 Unknown colorls variable '%c%c'
/freebsd-11-stable/sys/dev/bhnd/nvram/
HDbhnd_nvram_if.m42 * Read an NVRAM variable.
45 * @param name The NVRAM variable name.
54 * @retval ENOENT The requested variable was not found.
70 * Set an NVRAM variable's local value.
75 * @param name The NVRAM variable name.
80 * @retval ENOENT The specified variable name is not recognized.
81 * @retval EINVAL If @p len does not match the expected variable size.
/freebsd-11-stable/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; }
/freebsd-11-stable/contrib/tcsh/nls/C/
HDset128 26 Undefined variable
80 78 No $home variable set
83 81 Newline in variable name
86 84 Illegal variable name
87 85 Newline in variable index
110 108 No $watch variable set
139 137 Unknown colorls variable '%c%c'

12345678910>>...39