Home
last modified time | relevance | path

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

12345678910>>...43

/freebsd/sys/dev/bhnd/nvram/
H A Dnvram_map6 # The contents of this file (variable names, descriptions, and offsets) were
23 # NVRAM variable and SPROM layout descriptions.
95 #desc <variable description>
96 #help <variable help>
99 #desc <variable description>
100 #help <variable help>
103 #desc <variable description>
104 #help <variable help>
107 #desc <variable description>
108 #help <variable help>
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-include-guard.mk31 CASES+= variable-ifndef
32 LINES.variable-ifndef= \
42 CASES+= variable-ifndef-reuse
43 LINES.variable-ifndef-reuse= \
52 CASES+= variable-ifndef-zero
53 LINES.variable-ifndef-zero= \
62 CASES+= variable-ifndef-one
63 LINES.variable-ifndef-one= \
85 CASES+= variable-if
86 LINES.variable-if= \
[all …]
H A Dvarmod-loop-delete.mk15 ${MAKE} -f ${MAKEFILE} delete-active-variable || true
17 ${MAKE} -f ${MAKEFILE} delete-active-variable-in-target || true
23 delete-active-variable: .PHONY
24 .if make(delete-active-variable)
37 delete-active-variable-in-target: .PHONY
38 .if make(delete-active-variable-in-target)
41 delete-active-variable-in-target:
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
/freebsd/crypto/heimdal/lib/asn1/
H A Dgen_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 ("integer64", name, variable); in length_type()
86 length_primitive ("unsigned64", name, variable); in length_type()
88 length_primitive ("integer", name, variable); in length_type()
90 length_primitive ("unsigned", name, variable); in length_type()
[all...]
/freebsd/contrib/pkgconf/tests/
H A Dsymlink.sh23 pkgconf --variable=prefix pcfiledir.pc
26 pkgconf --variable=prefix tmp/pcfiledir.pc
29 pkgconf --variable=prefix tmp/child/pcfiledir.pc
33 pkgconf --variable=prefix "${PWD}/pcfiledir.pc"
36 pkgconf --variable=prefix "${PWD}/tmp/pcfiledir.pc"
39 pkgconf --variable=prefix "${PWD}/tmp/child/pcfiledir.pc"
44 pkgconf --variable=prefix pcfiledir
48 pkgconf --variable=prefix pcfiledir
53 pkgconf --variable=prefix pcfiledir
57 pkgconf --variable=prefix pcfiledir
[all …]
H A Dregress.sh12 variable \
54 pkgconf --variable=foo case-sensitivity
57 pkgconf --variable=Foo case-sensitivity
85 pkgconf --variable=typelibdir --define-variable='libdir=\${libdir}' typelibdir
92 pkgconf --variable=prefix --define-variable='prefix=/test' typelibdir
100 pkgconf --variable=includedir foo
240 pkgconf --variable=pc_path pkg-config
242 pkgconf --variable=pc_path pkgconf
267 pkgconf --with-path="${selfdir}/lib1" --variable=pkgdatadir explicit-sysroot
H A Dbuiltins.sh7 variable \
24 pkgconf --variable=prefix foo
32 pkgconf --define-variable=prefix=/test2 --variable=prefix foo
/freebsd/contrib/pkgconf/doc/
H A Dlibpkgconf-tuple.rst6 mapping is mainly used for variable substitution when parsing .pc files.
14 Defines a global variable, replacing the previous declaration if one was set.
17 :param char* key: The key for the mapping (variable name).
23 Looks up a global variable.
26 :param char* key: The key or variable name to look up.
27 :return: the contents of the variable or ``NULL``
39 Parse and define a global variable.
42 :param char* kv: The variable in the form of ``key=value``.
47 Optionally parse and then define a variable.
50 :param pkgconf_list_t* list: The variable list to add the new variable to.
[all …]
/freebsd/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
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/lib/libc/locale/
H A Drune.c64 void *variable; in _Read_RuneMagi() local
99 variable = frl + 1; in _Read_RuneMagi()
105 runetype_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi()
106 variable = runetype_ext_ranges + frl->runetype_ext_nranges; in _Read_RuneMagi()
107 if (variable > lastp) { in _Read_RuneMagi()
111 maplower_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi()
112 variable = maplower_ext_ranges + frl->maplower_ext_nranges; in _Read_RuneMagi()
113 if (variable > lastp) { in _Read_RuneMagi()
117 mapupper_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi()
118 variable = mapupper_ext_ranges + frl->mapupper_ext_nranges; in _Read_RuneMagi()
[all …]
/freebsd/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/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:
65 # to return the value of environment variable `abc'. Variables registered in
66 # this manner are recorded in the $VARIABLES environment variable for later
71 local handle="$1" variable="$2"
73 f_dprintf "variable.subr: New variable %s -> %s" "$handle" "$variable"
74 setvar $handle $variable
[all …]
/freebsd/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/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/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.
79 dnl \param 4 The shell variable to which to append $3 if the flag is valid.
98 dnl Checks for a C compiler flag and appends it to a variable.
103 dnl \param 2 The shell variable to which to append $1 if the flag is valid.
[all …]
/freebsd/stand/forth/
H A Dmenu.4th57 variable menuidx \ Menu item stack for number prefixes
58 variable menurow \ Menu item stack for positioning
59 variable menubllt \ Menu item bullet
62 variable menuX \ Menu X offset (columns)
63 variable menuY \ Menu Y offset (rows)
66 variable menurebootadded
69 variable kernidx
70 variable kernlen
71 variable kernmenuidx
74 variable menu_timeout_enabled \ timeout state (internal use only)
[all …]
/freebsd/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.
89 dnl \param 4 The shell variable to which to append $3 if the flag is valid.
108 dnl Checks for a C compiler flag and appends it to a variable.
113 dnl \param 2 The shell variable to which to append $1 if the flag is valid.
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DX509_get_default_cert_file.pod35 X509_get_default_cert_file_env() returns an environment variable name which is
39 environment variable yourself, using this function to retrieve the correct
40 environment variable name. If an environment variable is not set, the value
43 X509_get_default_cert_dir_env() returns the environment variable name which is
46 variable can also be a store URI (but see BUGS below).
51 environment variable name returned by X509_get_default_cert_dir_env() is
58 use of the environment variable mechanism and using other methods to construct
/freebsd/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
1026 u8 variable[]; member
1030 u8 variable[]; member
1038 u8 variable[]; member
1047 u8 variable[]; member
1056 u8 variable[]; member
1070 u8 variable[]; /* FT Request */ member
[all …]
/freebsd/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/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/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; }

12345678910>>...43