Home
last modified time | relevance | path

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

12345678910>>...40

/freebsd-14.2/sys/dev/bhnd/nvram/
H A Dnvram_map96 #help <variable help>
100 #help <variable help>
104 #help <variable help>
108 #help <variable help>
112 #help <variable help>
116 #help <variable help>
120 #help <variable help>
124 #help <variable help>
128 #help <variable help>
132 #help <variable help>
[all …]
/freebsd-14.2/contrib/bmake/unit-tests/
H A Ddirective-include-guard.mk30 INCS+= variable-ifndef
31 LINES.variable-ifndef= \
65 INCS+= variable-if
66 LINES.variable-if= \
76 INCS+= variable-if-reuse
77 LINES.variable-if-reuse= \
162 INCS+= variable-if-plus
277 INCS+= variable-clash
278 LINES.variable-clash= \
279 ${LINES.variable-if}
[all …]
H A Dexport-variants.mk12 . warning At this point, no variable should be exported.
16 . warning At this point, no variable should be exported.
20 . warning At this point, no variable should be exported.
28 . warning At this point, a single variable should be exported.
32 . warning At this point, a single variable should be exported.
36 . warning At this point, a single variable should be exported.
H A Dcond-func.mk12 ${:UA B}= variable name with spaces
13 ${:UVAR(value)}= variable name with parentheses
14 ${:UVAR{value}}= variable name with balanced braces
19 ${VARNAME_UNBALANCED_BRACES}= variable name with unbalanced braces
98 . info The empty variable is never defined.
H A Dvarparse-errors.mk18 REF_UNDEF= A reference to an ${UNDEF}undefined variable.
20 ERR_UNCLOSED= An ${UNCLOSED variable expression.
38 VAR.${:U:Z}= unknown modifier in the variable name
47 VAR.${:U:Z}post= unknown modifier with text in the variable name
H A Dcond-token-plain.mk106 . info A bare word is treated like defined(...), and the variable $\
139 . info Numbers can be composed from literals and variable expressions.
144 . info Numbers can be composed from literals and variable expressions.
176 . info The variable '\\' is not defined.
H A Dcond-func-defined.mk6 ${:UA B}= variable name with spaces
47 . info In .for loops, variable expressions for the loop variables are
49 . info substituted at evaluation time. There is no actual variable
/freebsd-14.2/crypto/heimdal/lib/asn1/
H A Dgen_length.c41 const char *variable) in length_primitive() argument
72 variable, t->symbol->gen_name, name); in length_type()
97 fprintf (codefile, "%s += 1;\n", variable); in length_type()
125 fprintf (codefile, "%s += 1;\n", variable); in length_type()
127 fprintf (codefile, "%s += 5;\n", variable); in length_type()
164 "%s = 0;\n", tmpstr, variable, variable); in length_type()
195 tmpstr, variable, variable); in length_type()
199 "%s = 0;\n", tmpstr, variable, variable); in length_type()
206 variable, tmpstr); in length_type()
211 "}\n", variable, tmpstr); in length_type()
[all …]
/freebsd-14.2/contrib/ncurses/misc/
H A Dshlib124 variable=PATH
127 variable=LIBRARY_PATH
130 variable=DYLD_LIBRARY_PATH
133 variable=LD_LIBRARY_PATH
137 eval 'test -z "$'$variable'" && '$variable'=":"'
138 eval $variable'="$q:$'$variable'"'
139 eval 'export '$variable
H A Dncurses.ref8 "stdscr" @500 NONAME ; variable
9 "curscr" @501 NONAME ; variable
10 "newscr" @502 NONAME ; variable
11 "COLORS" @503 NONAME ; variable
14 "acs_map" @506 NONAME ; variable
15 "LINES" @510 NONAME ; variable
16 "COLS" @511 NONAME ; variable
17 "TABSIZE" @512 NONAME ; variable
18 "ESCDELAY" @513 NONAME ; variable
19 "ttytype" @514 NONAME ; variable
[all …]
/freebsd-14.2/lib/libc/locale/
H A Drune.c67 void *variable; in _Read_RuneMagi() local
102 variable = frl + 1; in _Read_RuneMagi()
108 runetype_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi()
110 if (variable > lastp) { in _Read_RuneMagi()
116 if (variable > lastp) { in _Read_RuneMagi()
122 if (variable > lastp) { in _Read_RuneMagi()
132 types = variable; in _Read_RuneMagi()
133 variable = types + len; in _Read_RuneMagi()
135 if (variable > lastp) { in _Read_RuneMagi()
199 types = variable; in _Read_RuneMagi()
[all …]
/freebsd-14.2/lib/libc/iconv/
H A Dcitrus_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-14.2/share/examples/bootforth/
H A Dframes.4th6 variable h_el
7 variable v_el
8 variable lt_el
9 variable lb_el
10 variable rt_el
11 variable rb_el
12 variable fill
/freebsd-14.2/usr.sbin/bsdconfig/share/
H A Dvariable.subr32 f_dprintf "%s: loading includes..." variable.subr
52 # f_variable_new $handle $variable
54 # Register a new variable named $variable with the given reference-handle
55 # $handle. The environment variable $handle is set to $variable allowing you to
57 # of environment variable $variable. For example:
71 local handle="$1" variable="$2"
73 f_dprintf "variable.subr: New variable %s -> %s" "$handle" "$variable"
74 setvar $handle $variable
83 # Unlike f_getvar() (from common.subr) which can return a variable to the
306 variable.subr "$VARIABLE_SELF_INITIALIZE"
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_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-14.2/contrib/lutok/m4/
H A Dcompiler-flags.m443 dnl Checks for a compiler flag and sets a result variable.
47 dnl \param 1 The shell variable containing the compiler name. Used for
49 dnl \param 2 The shell variable containing the flags for the compiler.
52 dnl \param 4 The shell variable to set with the result of the test. Will
72 dnl Checks for a compiler flag and appends it to a result variable.
74 dnl \param 1 The shell variable containing the compiler name. Used for
76 dnl \param 2 The shell variable containing the flags for the compiler.
98 dnl Checks for a C compiler flag and appends it to a variable.
110 dnl Checks for a C++ compiler flag and appends it to a variable.
125 dnl done, the output variable is modified.
[all …]
/freebsd-14.2/stand/forth/
H A Dmenu.4th69 variable kernidx
70 variable kernlen
88 variable menukey1
89 variable menukey2
90 variable menukey3
91 variable menukey4
92 variable menukey5
93 variable menukey6
94 variable menukey7
95 variable menukey8
[all …]
/freebsd-14.2/contrib/kyua/m4/
H A Dcompiler-flags.m443 dnl Checks for a compiler flag and sets a result variable.
47 dnl \param 1 The shell variable containing the compiler name. Used for
49 dnl \param 2 The shell variable containing the flags for the compiler.
52 dnl \param 4 The shell variable to set with the result of the test. Will
82 dnl Checks for a compiler flag and appends it to a result variable.
84 dnl \param 1 The shell variable containing the compiler name. Used for
86 dnl \param 2 The shell variable containing the flags for the compiler.
108 dnl Checks for a C compiler flag and appends it to a variable.
120 dnl Checks for a C++ compiler flag and appends it to a variable.
135 dnl done, the output variable is modified.
[all …]
/freebsd-14.2/crypto/openssl/
H A DNOTES-VALGRIND.md29 This variable is used to specify the shell used to execute OpenSSL test
31 to allow programs to find shared libraries. The variable can be modified
42 Additional Valgrind options may be added to the `EXE_SHELL` variable.
46 This variable controls the processor-specific code on Intel processors.
48 processor, and use it to its fullest capability. This variable can be
56 This variable may need to be set to something different based on the
68 If an error occurs, you can then run the specific test via the `TESTS` variable
/freebsd-14.2/contrib/wpa/src/common/
H A Dieee802_11_defs.h1002 u8 variable[]; member
1006 u8 variable[]; member
1012 u8 variable[]; member
1019 u8 variable[]; member
2131 u8 variable[0]; member
2142 u8 variable[0]; member
2273 u8 variable[0]; member
2766 u8 variable[]; member
2816 u8 variable[]; member
2834 u8 variable[]; member
[all …]
/freebsd-14.2/crypto/heimdal/lib/hx509/
H A Dsel-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-14.2/contrib/tcsh/nls/french/
H A Dset132 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-14.2/usr.bin/mkesdb/
H A Dyacc.y58 static char *encoding, *name, *output = NULL, *variable; variable
86 | property variable R_LN
99 variable : R_VARIABLE L_STRING
101 set_prop_string("VARIABLE", &variable, &$2);
167 if (variable) in dump_file()
169 (df, _CITRUS_ESDB_SYM_VARIABLE, variable)); in dump_file()
/freebsd-14.2/tools/tools/sysdoc/
H A Dtunables.mdoc28 variable.
43 variable
49 variable
56 variable
187 This is a read-only variable.
270 This is a read-only variable.
295 This is a read-only variable.
561 read-only variable.
1131 is a read-only variable.
2125 variable.
[all …]
/freebsd-14.2/contrib/tcsh/nls/spanish/
H A Dset132 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'

12345678910>>...40