Searched refs:variable (Results 151 - 175 of 337) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-token-plain.mk105 # expect+1: A bare word is treated like defined(...), and the variable 'bare' is not defined.
106 . info A bare word is treated like defined(...), and the variable $\
170 # to FuncDefined, and since there is no variable named '\\', the condition
175 # expect+1: The variable '\\' is not defined.
176 . info The variable '\\' is not defined.
181 # expect+1: Now the variable '\\' is defined.
182 . info Now the variable '\\' is defined.
H A Dvarmod-select-words.mk3 # Tests for the :[...] variable modifier, which selects a single word
4 # or a range of words from a variable.
7 # The variable modifier ':[...]' was added on 2003-09-27.
H A Dcond-short.mk31 # var-eval-short.mk, for short-circuited variable modifiers
155 # defined and had the value '${UNDEF}', but the nested variable UNDEF was
158 # uninterpreted variable value, in this case '${UNDEF}'. And even though the
187 # to occur in expressions. In this mode, the variable name 'VAR' was
189 # this expression, the variable name was 'VAR${:U1}', and of this variable
214 # Since the condition is relevant, the indirect undefined variable is
248 # The right-hand side of '||' evaluates to an empty string, as the variable
H A Dvarname-dot-curdir.mk3 # Tests for the special .CURDIR variable, which is initially set to the
H A Dmeta-cmd-cmp.mk45 # local variable
H A Dvarcmd.mk8 # The variable names are terrible, as well as their values.
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp69 variable = nullptr;
255 if (variable != nullptr) {
258 s->Printf("id = {0x%8.8" PRIx64 "}, ", variable->GetID());
260 switch (variable->GetScope()) {
285 s->Printf("name = \"%s\"\n", variable->GetName().GetCString());
305 if (variable)
359 *s << "Variable = " << variable; local
360 if (variable != nullptr) {
361 s->Format(" {{{0:x-16}} {1}", variable->GetID(),
362 variable
[all...]
H A DVariableList.cpp120 // Only add this variable if it isn't already in the "var_list"
145 uint32_t VariableList::FindIndexForVariable(Variable *variable) { argument
151 if ((*pos).get() == variable)
/freebsd-current/share/mk/
H A Dbsd.confs.mk57 # ${group}DIR specifies a variable that specifies a path
81 # DIR, then check to see how to pass that variable on below.
84 # DIR specifies a variable that specifies a path
H A Dbsd.files.mk53 # ${group}DIR specifies a variable that specifies a path
76 # DIR, then check to see how to pass that variable on below.
79 # DIR specifies a variable that specifies a path
H A Dsrc.sys.mk14 # Validate that the user didn't try setting an env-only variable in
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp38 const Expr *variable; member in struct:__anon874::MallocOverflowCheck
43 : call(call), mulop(m), variable(v), maxVal(std::move(val)) {}
71 /* Look for a linear combination with a single variable, and at least
73 Reject anything that applies to the variable: an explicit cast,
152 if (const auto *CheckDR = dyn_cast<T1>(Check.variable))
/freebsd-current/contrib/atf/atf-c++/
H A Dpkg_config_test.sh77 pkg-config --variable=cxx atf-c++
/freebsd-current/contrib/atf/atf-c/
H A Dpkg_config_test.sh76 atf_check -s eq:0 -o save:stdout -e empty pkg-config --variable=cc atf-c
/freebsd-current/cddl/sbin/zfs/
H A DMakefile80 CWARNFLAGS.zfs_main.c+= -Wno-unused-variable
/freebsd-current/tests/sys/fs/fusefs/
H A DMakefile83 CXXWARNFLAGS.gcc+= -Wno-unused-but-set-variable
87 # clang 18.0.0 introduces a new warning about variable length arrays in C++.
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dscript35 f_include $BSDCFG_SHARE/variable.subr
/freebsd-current/lib/libthr/
H A DMakefile35 CFLAGS.thr_symbols.c+= -Wno-missing-variable-declarations
/freebsd-current/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.c147 * src const char * The name of the source string variable
199 * This function retrieves the value for a given variable, currently
205 * variable char* The name of the required variable
216 const char * variable,
230 return ntpq_getvar(sv_data, sv_len, variable, value,
215 read_ntp_value( const char * variable, char * value, size_t valuesize ) argument
/freebsd-current/tools/test/stress2/misc/
H A Dldt2.sh82 Remember to set the environment variable UNAME_m to "i386".
/freebsd-current/crypto/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm26 my $variable = $query->method(... args ...);
29 my @variable = $query->method(... args ...);
/freebsd-current/contrib/bmake/mk/
H A Dwhats.mk59 # to prevent the variable parts making this constantly out-of-date
H A Dtarget-flags.mk7 # For each such variable v in TARGET_FLAG_VARS we set:
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c152 * was to assign "c" to an unsigned int variable...
577 int *variable;
771 if (c->variable) {
772 *c->variable = !*c->variable; /* invert it */
774 printf("%s %s.\r\n", *c->variable? "Will" : "Won't",
881 if (c->variable) {
883 *c->variable = 1;
885 *c->variable = 0;
891 printf("%s %s.\r\n", *c->variable
575 int *variable; member in struct:togglelist
[all...]
/freebsd-current/contrib/telnet/telnet/
H A Dcommands.c245 * was to assign "c" to an unsigned int variable...
653 int *variable;
840 if (c->variable) {
841 *c->variable = !*c->variable; /* invert it */
843 printf("%s %s.\n", *c->variable? "Will" : "Won't",
953 if (c->variable) {
955 *c->variable = 1;
957 *c->variable = 0;
963 printf("%s %s.\n", *c->variable
651 int *variable; member in struct:togglelist
[all...]

Completed in 219 milliseconds

1234567891011>>