Searched refs:variable (Results 126 - 150 of 337) sorted by relevance

1234567891011>>

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h491 uint8_t variable[0]; member in struct:ieee80211_mgmt::__anon11::__anon12
495 uint8_t variable[0]; member in struct:ieee80211_mgmt::__anon11::__anon13
502 uint8_t variable[0]; member in struct:ieee80211_mgmt::__anon11::__anon14
528 uint8_t variable[0]; member in struct:ieee80211_mgmt::__anon11::__anon15::__anon16::__anon18
538 uint8_t variable[0]; member in struct:ieee80211_mgmt::__anon11::__anon15::__anon16::__anon19
637 uint8_t variable[]; member in struct:ieee80211_trigger
/freebsd-current/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd16 if /I "%wget%"=="" echo Wget not found. If installed, add path to PATH environment variable. & exit 1
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-order-string.mk3 # Tests for the :O variable modifier, which returns the words, sorted in
H A Ddepsrc.mk24 : 'declaration. If that fails because the variable is undefined,'
H A Dexport.mk22 # to the empty variable.
H A Dvarname-dot-make-jobs.mk3 # Tests for the special .MAKE.JOBS variable, which is defined in jobs mode
H A Dvarmod-defined.mk3 # Tests for the :D variable modifier, which returns the given string
4 # if the variable is defined. It is closely related to the :U modifier.
25 # XXX: Ideally the error message would be "undefined variable", but as of
83 # Since the variable with the empty name is never defined, the :D modifier
H A Dopt-debug-var.mk4 # variable assignment and evaluation.
H A Dvarmod-match-escape.mk48 # XXX: As of 2020-11-01, unlike all other variable modifiers, a '$' in the
55 # XXX: As of 2020-11-01, unlike all other variable modifiers, '\$' is not
108 # expect+2: while evaluating variable "WORDS": warning: Unfinished character list in pattern '[A-]' of modifier ':M'
109 # expect+1: while evaluating variable "WORDS": warning: Unfinished character list in pattern '[^A-]' of modifier ':M'
H A Dvarmod-gmtime.mk3 # Tests for the :gmtime variable modifier, which formats a timestamp
128 # stopped after the '=', and the remaining string was parsed for more variable
130 # variable value was discarded and thus not printed.
142 # expect+2: while evaluating variable "%Y": Invalid time value "100000S,1970,bad,"
H A Dcomment.mk25 VAR= # This comment makes the variable value empty.
43 # not count as a line continuation, therefore the variable assignment that
H A Dmoderrs.mk37 @echo 'want: Unclosed expression, expecting $'}$' for modifier "S,V,v," of variable "VAR" with value "Thevariable"'
41 @echo 'want: Unclosed expression after indirect modifier, expecting $'}$' for variable "VAR"'
88 # as part of a variable modifier, where it would have been interpreted
89 # as an anchor to the :S modifier, but as a normal variable named ','.
90 # That variable is undefined, resulting in an empty string.
125 @echo ${:U${FIB}:ts\65oct} # bad modifier, variable name is ""
H A Dvarmod-match.mk289 # expect+1: while evaluating variable "WORDS": warning: Unfinished character list in pattern 'a[' of modifier ':M'
297 # expect+1: while evaluating variable "WORDS": warning: Unfinished character list in pattern 'a[^' of modifier ':M'
305 # expect+1: while evaluating variable "WORDS": warning: Unfinished character list in pattern '[-x1-3' of modifier ':M'
313 # expect+1: while evaluating variable "WORDS": warning: Unfinished character list in pattern '*[-x1-3' of modifier ':M'
322 # expect+1: while evaluating variable "WORDS": warning: Unfinished character list in pattern '[^-x1-3' of modifier ':M'
336 # expect+1: while evaluating variable "WORDS": warning: Unfinished character list in pattern '?[\' of modifier ':M'
344 # expect+1: while evaluating variable "WORDS": warning: Unfinished character range in pattern '[x-' of modifier ':M'
356 # expect+1: while evaluating variable "WORDS": warning: Unfinished character range in pattern '[^x-' of modifier ':M'
362 # expect+3: while evaluating variable " : :: ": warning: Unfinished character list in pattern '[' of modifier ':M'
363 # expect+2: while evaluating variable "
[all...]
/freebsd-current/sbin/ipf/libipf/
H A Dvar.c14 typedef struct variable { struct
15 struct variable *v_next;
70 fprintf(stderr, "%d: unknown variable '%s'\n", line, s);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp96 os << "stack memory associated with local variable '" << VR->getString()
103 os << "' lifetime extended by local variable";
181 // a variable of the type "dispatch_semaphore_t".
307 /// referred by an other stack variable from different stack frame.
369 "Stack address stored into global variable");
414 << " variable '" << ReferrerVarName << "' " << CommonSuffix;
H A DMacOSXAPIChecker.cpp106 // We filtered out globals earlier, so it must be a local variable
107 // or a block variable which is under UnknownSpaceRegion.
111 os << " the block variable '";
113 os << " the local variable '";
119 os << " the instance variable '" << IVR->getDecl()->getName() << '\'';
125 // Presence of a block variable base region has priority over this branch,
135 os << " Perhaps you intended to declare the variable as 'static'?";
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dformat.inc62 // [format.range.fmtkind], variable template format_kind
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Ddivmodsi4.S29 @ value is the quotient, the remainder is placed in the variable.
/freebsd-current/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h44 #define __libc_interposing error, must not use this variable inside rtld
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h56 void RemovePersistentVariable(lldb::ExpressionVariableSP variable) override;
/freebsd-current/sbin/devd/
H A DMakefile70 CFLAGS.clang += -Wno-missing-variable-declarations
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariableList.h63 uint32_t FindIndexForVariable(Variable *variable);
/freebsd-current/share/mk/
H A Dbsd.obj.mk12 # are built. Note: MAKEOBJDIR is an *environment* variable
13 # and works properly only if set as an environment variable,
14 # not as a global or command line variable!
19 # tree. Note: MAKEOBJDIRPREFIX is an *environment* variable
20 # and works properly only if set as an environment variable,
21 # not as a global or command line variable!
/freebsd-current/contrib/tcsh/
H A Dtw.color.c45 #define VAR(suffix,variable,defaultcolor) \
47 suffix, variable, { defaultcolor, sizeof(defaultcolor) - 1 }, \
54 const char *variable; member in struct:__anon6241
269 * Parse the LSCOLORS environment variable
318 * Parse the LS_COLORS environment variable
380 if ((Char)variables[i].variable[0] == (v[0] & CHAR) &&
381 (Char)variables[i].variable[1] == (v[1] & CHAR))
/freebsd-current/usr.bin/usbhidctl/
H A Dusbhid.c46 static struct variable { struct
51 struct variable *next;
74 struct variable *var, **pnext;
303 struct variable *var;
380 struct variable *var;

Completed in 232 milliseconds

1234567891011>>