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

1234567

/freebsd-10-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-10-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-10-stable/share/i18n/esdb/BIG5/
H A DMakefile13 ${.CURDIR}/Big5.variable
18 Big5-${i:S/:/@/}.src: Big5.src Big5.variable
20 -e 's/variable/${Big5_$i_variable}/' \
/freebsd-10-stable/lib/libc/locale/
H A Drune.c65 void *variable; local
101 variable = frl + 1;
120 runetype_ext_ranges = (_FileRuneEntry *)variable;
121 variable = runetype_ext_ranges + frl->runetype_ext_nranges;
122 if (variable > lastp) {
128 maplower_ext_ranges = (_FileRuneEntry *)variable;
129 variable = maplower_ext_ranges + frl->maplower_ext_nranges;
130 if (variable > lastp) {
136 mapupper_ext_ranges = (_FileRuneEntry *)variable;
137 variable
[all...]
/freebsd-10-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-10-stable/sys/boot/common/
H A Dinterp_parse.c34 * substitutions and environment variable expansions (${var}),
61 /* Accept the usual delimiters for a variable, returning counterpart */
202 /* XXX search "special variable" space first? */
/freebsd-10-stable/usr.sbin/bsdconfig/share/
H A DMakefile10 sysrc.subr variable.subr
/freebsd-10-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
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangPersistentVariables.cpp50 ClangPersistentVariables::RemovePersistentVariable (lldb::ClangExpressionVariableSP variable) argument
52 RemoveVariable(variable);
54 const char *name = variable->GetName().AsCString();
/freebsd-10-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-10-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-10-stable/contrib/wpa/src/eap_peer/
H A Deap.h112 * This integer variable is used to provide an outside timer that the
138 * get_bool - Get a boolean EAPOL state variable
139 * @variable: EAPOL boolean variable to get
140 * Returns: Value of the EAPOL variable
142 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable);
145 * set_bool - Set a boolean EAPOL state variable
147 * @variable: EAPOL boolean variable to set
148 * @value: Value for the EAPOL variable
[all...]
/freebsd-10-stable/usr.bin/tip/tip/
H A Dcmdtab.c61 { 's', NORM, "set variable", variable },
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectVariable.cpp48 // Do not attempt to construct one of these objects with no variable!
121 Variable *variable = m_variable_sp.get(); local
122 DWARFExpression &expr = variable->LocationExpression();
124 if (variable->GetLocationIsConstantValueData())
126 // expr doesn't contain DWARF bytes, it contains the constant variable
129 m_value.SetContext(Value::eContextTypeVariable, variable);
150 variable->CalculateSymbolContext (&sc);
158 m_value.SetContext(Value::eContextTypeVariable, variable);
186 // The variable value is in the Scalar value inside the m_value.
195 // process. If this variable i
[all...]
H A DValue.cpp244 Variable *variable = GetVariable(); local
245 if (variable)
247 Type *variable_type = variable->GetType();
455 // we can resolve a file address, is a variable.
456 Variable *variable = GetVariable(); local
457 if (variable)
460 variable->CalculateSymbolContext(&var_sc);
498 Variable *variable = GetVariable(); local
502 if (variable)
503 error.SetErrorStringWithFormat ("unable to resolve the module for file address 0x%" PRIx64 " for variable '
[all...]
/freebsd-10-stable/contrib/wpa/src/common/
H A Dieee802_11_defs.h420 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4740::__anon4741
424 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4740::__anon4742
430 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4740::__anon4743
437 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4740::__anon4744
444 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4740::__anon4745
448 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4740::__anon4746
456 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4740::__anon4747
459 /* only variable items: SSID, Supported rates */
460 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4740::__anon4748
468 u8 variable[ member in struct:ieee80211_mgmt::__anon4740::__anon4749
477 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4740::__anon4750::__anon4751::__anon4752
491 u8 variable[0]; /* FT Request */ member in struct:ieee80211_mgmt::__anon4740::__anon4750::__anon4751::__anon4754
498 u8 variable[0]; /* FT Request */ member in struct:ieee80211_mgmt::__anon4740::__anon4750::__anon4751::__anon4755
511 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4740::__anon4750::__anon4751::__anon4758
517 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4740::__anon4750::__anon4751::__anon4759
521 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4740::__anon4750::__anon4751::__anon4760
527 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4740::__anon4750::__anon4751::__anon4761
539 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4740::__anon4750::__anon4751::__anon4762
549 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4740::__anon4750::__anon4751::__anon4763
1055 u8 variable[0]; /* Channel List */ member in struct:ieee80211_2040_intol_chan_report
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangPersistentVariables.h51 /// A string that contains the next persistent variable name.
57 RemovePersistentVariable (lldb::ClangExpressionVariableSP variable);
/freebsd-10-stable/sys/boot/i386/loader/
H A Dhelp.i38619 NOTE: this variable is deprecated, use root_disk_unit instead.
36 forced by setting this variable.
/freebsd-10-stable/sys/boot/pc98/loader/
H A Dhelp.pc9819 NOTE: this variable is deprecated, use root_disk_unit instead.
36 forced by setting this variable.
/freebsd-10-stable/usr.bin/mkesdb/
H A Dyacc.y57 static char *encoding, *name, *output = NULL, *variable;
85 | property variable R_LN
98 variable : R_VARIABLE L_STRING label
100 set_prop_string("VARIABLE", &variable, &$2);
165 /* store variable */
166 if (variable)
168 (df, _CITRUS_ESDB_SYM_VARIABLE, variable));
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp34 const Expr *variable; member in struct:__anon3574::MallocOverflowCheck
37 : mulop(m), variable (v)
62 /* Look for a linear combination with a single variable, and at least
64 Reject anything that applies to the variable: an explicit cast,
139 if (const DeclRefExpr *DR_i = dyn_cast<DeclRefExpr>(i->variable)) {
150 if (isa<MemberExpr>(i->variable)) {
151 if (dyn_cast<MemberExpr>(i->variable)->getMemberDecl() == EmeMD)
/freebsd-10-stable/share/mk/
H A Dbsd.obj.mk13 # are built. Note: MAKEOBJDIR is an *environment* variable
14 # and works properly only if set as an environment variable,
15 # not as a global or command line variable!
20 # tree. Note: MAKEOBJDIRPREFIX is an *environment* variable
21 # and works properly only if set as an environment variable,
22 # not as a global or command line variable!
/freebsd-10-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...]

Completed in 165 milliseconds

1234567