Searched refs:variable (Results 1 - 25 of 201) sorted by relevance

123456789

/freebsd-11-stable/contrib/ncurses/misc/
H A Dshlib34 # libraries on systems that use the $LD_LIBRARY_PATH variable and don't embed
41 # variable has to be set to run the programs within this directory tree.
52 # variable, and on some systems (IRIX) you can even run the resulting binaries
90 # Set the environment variable.
123 variable=PATH
126 variable=LIBRARY_PATH
129 variable=DYLD_LIBRARY_PATH
132 variable=LD_LIBRARY_PATH
136 eval 'test -z "$'$variable'" && '$variable'
[all...]
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dgen_length.c41 const char *variable)
43 fprintf (codefile, "%s += der_length_%s(%s);\n", variable, typename, name);
64 const char *variable, const char *tmpstr)
72 variable, t->symbol->gen_name, name);
79 length_primitive ("integer", "&enumint", variable);
82 length_primitive ("heim_integer", name, variable);
84 length_primitive ("integer", name, variable);
86 length_primitive ("unsigned", name, variable);
88 length_primitive ("unsigned", name, variable);
95 fprintf (codefile, "%s += 1;\n", variable);
39 length_primitive(const char *typename, const char *name, const char *variable) argument
63 length_type(const char *name, const Type *t, const char *variable, const char *tmpstr) argument
[all...]
/freebsd-11-stable/share/i18n/esdb/BIG5/
H A DMakefile13 ${.CURDIR}/Big5.variable
17 Big5-${i:S/:/@/}.src: Big5.src Big5.variable
19 -e 's/variable/${Big5_$i_variable}/' \
/freebsd-11-stable/lib/libc/locale/
H A Drune.c68 void *variable; local
103 variable = frl + 1;
109 runetype_ext_ranges = (_FileRuneEntry *)variable;
110 variable = runetype_ext_ranges + frl->runetype_ext_nranges;
111 if (variable > lastp) {
115 maplower_ext_ranges = (_FileRuneEntry *)variable;
116 variable = maplower_ext_ranges + frl->maplower_ext_nranges;
117 if (variable > lastp) {
121 mapupper_ext_ranges = (_FileRuneEntry *)variable;
122 variable
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DHost.inc26 // Override the default target with an environment variable named by LLVM_TARGET_TRIPLE_ENV.
/freebsd-11-stable/usr.sbin/bsdconfig/share/
H A DMakefile8 sysrc.subr variable.subr
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmoderrs.mk22 @echo "Expect: Unclosed variable specification for VAR"
26 @echo "Expect: Unclosed variable specification for VAR"
H A Dvarmisc.mk3 # Miscellaneous variable tests.
47 # slightly contorted syntax to use utc via variable
H A Descape.mk32 # in a variable assignment stores "#" as part of the value.
36 # newline in a variable assignment simply stores the backslashes as part
58 # Embedded backslash in variable should be taken literally.
72 # Double backslash in variable should be taken as two literal backslashes.
86 # Backslash-newline in a variable setting is replaced by a single space.
109 # Double-backslash-newline in a variable setting.
136 # Triple-backslash-newline in a variable setting.
163 # Backslash-newline in a variable setting, plus any amount of white space
/freebsd-11-stable/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; } label
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dgen-bidi.py78 def printTable(file, table, variable):
79 """print table to file named as variable"""
80 file.write("const struct range_entry %s[] = {\n" % variable)
96 file.write("const size_t %s_size = %u;\n\n" % (variable, count))
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_mapper.c128 size_t linebufsize, const char **module, const char **variable)
166 /* get variable */
167 *variable = p;
205 const char * __restrict variable)
260 (const void *)variable, strlen(variable) + 1,
281 const char * __restrict module, const char * __restrict variable)
284 return (mapper_open(ma, rcm, module, variable));
318 const char *module, *variable; local
321 variable
127 lookup_mapper_entry(const char *dir, const char *mapname, void *linebuf, size_t linebufsize, const char **module, const char **variable) argument
202 mapper_open(struct _citrus_mapper_area *__restrict ma, struct _citrus_mapper * __restrict * __restrict rcm, const char * __restrict module, const char * __restrict variable) argument
279 _citrus_mapper_open_direct(struct _citrus_mapper_area *__restrict ma, struct _citrus_mapper * __restrict * __restrict rcm, const char * __restrict module, const char * __restrict variable) argument
[all...]
H A Dcitrus_stdenc.c52 char const * __restrict encname, const void * __restrict variable,
117 ret = (*ce->ce_ops->eo_init)(ce, variable, lenvar, ce->ce_traits);
51 _citrus_stdenc_open(struct _citrus_stdenc * __restrict * __restrict rce, char const * __restrict encname, const void * __restrict variable, size_t lenvar) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp42 lldb::ExpressionVariableSP variable) {
43 RemoveVariable(variable);
45 // Check if the removed variable was the last one that was created. If yes,
46 // reuse the variable id for the next variable.
48 // Nothing to do if we have not assigned a variable id so far.
52 llvm::StringRef name = variable->GetName().GetStringRef();
53 // Remove the prefix from the variable that only the indes is left.
57 // Check if the variable contained a variable i
41 RemovePersistentVariable( lldb::ExpressionVariableSP variable) argument
[all...]
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcmdtab.c61 { 's', NORM, "set variable", variable },
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp59 // Do not attempt to construct one of these objects with no variable!
127 Variable *variable = m_variable_sp.get(); local
128 DWARFExpression &expr = variable->LocationExpression();
130 if (variable->GetLocationIsConstantValueData()) {
131 // expr doesn't contain DWARF bytes, it contains the constant variable
134 m_value.SetContext(Value::eContextTypeVariable, variable);
151 variable->CalculateSymbolContext(&sc);
161 m_value.SetContext(Value::eContextTypeVariable, variable);
176 // The variable value is in the Scalar value inside the m_value. We can
186 // If this variable i
[all...]
H A DValue.cpp255 Variable *variable = GetVariable(); local
256 if (variable) {
257 Type *variable_type = variable->GetType();
409 // can resolve a file address, is a variable.
410 Variable *variable = GetVariable(); local
411 if (variable) {
413 variable->CalculateSymbolContext(&var_sc);
451 Variable *variable = GetVariable(); local
454 if (variable)
457 " for variable '
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap.h120 * This integer variable is used to provide an outside timer that the
146 * get_bool - Get a boolean EAPOL state variable
147 * @variable: EAPOL boolean variable to get
148 * Returns: Value of the EAPOL variable
150 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable);
153 * set_bool - Set a boolean EAPOL state variable
155 * @variable: EAPOL boolean variable to set
156 * @value: Value for the EAPOL variable
[all...]
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_defs.h871 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3634
875 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3635
881 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3636
888 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3637
895 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3638
899 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3639
907 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3640
909 /* probe_req: only variable items: SSID, Supported rates */
916 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3641
925 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3644
939 u8 variable[]; /* FT Request */ member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3646
946 u8 variable[]; /* FT Request */ member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3647
951 u8 variable[]; /* OCI element */ member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3648
956 u8 variable[]; /* OCI element */ member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3649
961 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3650
967 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3651
971 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3652
977 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3653
989 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3654
999 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3655
1007 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3656
1017 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3658
1021 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3659
1025 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3660
1030 u8 variable[]; member in struct:ieee80211_mgmt::__anon3633::__anon3642::__anon3643::__anon3661
1833 u8 variable[0]; /* Channel List */ member in struct:ieee80211_2040_intol_chan_report
1881 u8 variable[0]; member in struct:rrm_link_measurement_request
1892 u8 variable[0]; member in struct:rrm_link_measurement_report
1902 u8 variable[0]; /* Measurement Request */ member in struct:rrm_measurement_request_element
1920 u8 variable[0]; /* Optional Subelements */ member in struct:rrm_measurement_beacon_request
1965 u8 variable[0]; /* Measurement Report */ member in struct:rrm_measurement_report_element
1987 u8 variable[0]; /* Optional Subelements */ member in struct:rrm_measurement_beacon_report
2024 u8 variable[0]; member in struct:multi_band_ie
[all...]
/freebsd-11-stable/usr.bin/mkesdb/
H A Dyacc.y59 static char *encoding, *name, *output = NULL, *variable;
87 | property variable R_LN
100 variable : R_VARIABLE L_STRING label
102 set_prop_string("VARIABLE", &variable, &$2);
167 /* store variable */
168 if (variable)
170 (df, _CITRUS_ESDB_SYM_VARIABLE, variable));
/freebsd-11-stable/share/mk/
H A Dsrc.lua.mk31 # Some standalone usage may want a variable that tries to find the lua command,
33 # tools. For these, we provide the LUA variable.
35 # The LUA variable should point to LUA_CMD on the system, if it exists.
H A Dlocal.sys.env.mk16 # :L says to use the variable's name as its value - ie. literal
31 # convert a path to a valid shell variable
/freebsd-11-stable/contrib/gcc/
H A Dvar-tracking.c21 /* This file contains the variable tracking pass. It computes where
29 How does the variable tracking pass work?
40 of variables change through code and to propagate the variable locations
48 the table of structures describing the locations of parts of a variable
50 The linked list is a list of variable parts stored in the register,
53 effective deleting appropriate variable parts when we set or clobber the
56 There may be more than one variable part in a register. The linked lists
72 Finally, the NOTE_INSN_VAR_LOCATION notes describing the variable locations
74 the location of one variable at the point in instruction stream where the
75 note is. There is no need to emit a note for each variable befor
254 } *variable; typedef in typeref:struct:variable_def
[all...]
/freebsd-11-stable/usr.sbin/jail/
H A Djaillex.l110 * The string has a variable inside it.
111 * Go into DQ mode to get the variable
146 warnx("%s line %d: unterminated variable",
173 * and optionally stopping at the beginning of a variable.
/freebsd-11-stable/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.h18 size_t read_ntp_value(const char *variable, char *value,

Completed in 190 milliseconds

123456789