Searched refs:variable (Results 226 - 250 of 337) sorted by relevance

1234567891011>>

/freebsd-current/share/mk/
H A Dbsd.opts.mk17 # variable.
H A Dsrc.opts.mk16 # variable.
238 # MK_* variable is set to "no".
H A Dbsd.man.mk22 # variable ${SECTIONS}
/freebsd-current/contrib/tzcode/
H A Dtzselect.ksh93 # and assign the selected argument to the variable 'select_result'.
188 # Read into shell variable $1 the contents of file $2.
487 'of the TZ environment variable.'
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp762 ompt_deps[i].variable.ptr = (void *)dep_list[i].base_addr;
779 ompt_deps[ndeps + i].variable.ptr = (void *)noalias_dep_list[i].base_addr;
950 ompt_deps[i].variable.ptr = (void *)dep_list[i].base_addr;
964 ompt_deps[ndeps + i].variable.ptr = (void *)noalias_dep_list[i].base_addr;
/freebsd-current/contrib/bmake/
H A Dparse.c86 * Try to parse the given line as a variable assignment.
88 * a target or a variable assignment. Used internally
228 * dependency line, for example because it is a variable assignment.
802 * Add the name to the .TARGETS variable as well, so the user can
1501 * Check for local variable assignment,
1525 * for variable changes later) and isn't
1685 * Determine the assignment operator and adjust the end of the variable
1729 * Parse a variable assignment, consisting of a single-word variable name,
1731 * variable valu
2271 char *variable = line + 6; local
[all...]
/freebsd-current/sys/security/mac_test/
H A Dmac_test.c120 #define COUNTER_DECL(variable) \
121 static int counter_##variable; \
122 SYSCTL_INT(_security_mac_test_counter, OID_AUTO, variable, \
123 CTLFLAG_RD, &counter_##variable, 0, #variable)
125 #define COUNTER_INC(variable) atomic_add_int(&counter_##variable, 1)
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1074 /// but replaces each argument type with the variable name
2133 llvm::StringRef variable, variable_format; local
2134 error = FormatEntity::ExtractVariableInfo(format, variable,
2225 if (variable[0] == '*') {
2227 variable = variable.drop_front();
2230 error = ParseEntry(variable, &g_root, entry);
2260 variable.str().c_str());
2378 // We have a partially specified variable, find it
/freebsd-current/stand/lua/
H A Dconfig.lua47 local MSG_FAILPARSEVAR = "Failed to parse variable '%s': %s"
62 local MSG_FAILSYN_BADVAR = "Malformed variable expression at position '%d'"
79 -- detail. Moreover, it's not a particularly useful variable to have in
112 -- the call back into loader.getenv for any variable that's been set or
656 -- If product_vars is set, it must be a list of environment variable names
/freebsd-current/contrib/ee/
H A Dnew_curse.c942 | termcap information can be in the TERMCAP env variable, if so
1640 int variable[27]; variable
1799 Temp_Stack[place++] = variable[*Otemp - 'a'];
1805 variable[*Otemp - 'a'] = Temp_Stack[--place];
/freebsd-current/contrib/wpa/src/ap/
H A Dieee802_11_ht.c311 u8 chan = ic_report->variable[i];
H A Dwmm.c195 m->u.action.u.wmm_action.variable;
H A Dctrl_iface_ap.c487 pos = mgmt->u.deauth.variable;
491 pos = mgmt->u.disassoc.variable;
H A Dbeacon.c497 pos = resp->u.probe_resp.variable;
1335 pos = &head->u.action.u.public_action.variable[0];
1501 pos = &head->u.beacon.variable[0];
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c217 event.auth.ies = mgmt->u.auth.variable;
279 (u8 *) mgmt->u.assoc_resp.variable;
297 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable;
582 * variable here, so no mapping between different values are
979 if (frame + len > mgmt->u.disassoc.variable) {
980 event.disassoc_info.ie = mgmt->u.disassoc.variable;
982 mgmt->u.disassoc.variable;
1004 if (frame + len > mgmt->u.deauth.variable) {
1005 event.deauth_info.ie = mgmt->u.deauth.variable;
1007 mgmt->u.deauth.variable;
[all...]
/freebsd-current/contrib/libpcap/msdos/
H A Dmakefile14 !error Environment variable "WATT_ROOT" not set.
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c848 * variable-length part of the beacon. */
849 tim_idx = mgmt->u.beacon.variable - beacon;
851 /* Parse variable-length elements of beacon to find WLAN_EID_TIM */
870 if (WARN_ON_ONCE(frame_size <= (mgmt->u.beacon.variable - beacon)))
873 frame_size -= mgmt->u.beacon.variable - beacon;
875 ie = cfg80211_find_ie(eid, mgmt->u.beacon.variable, frame_size);
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp325 return ReturnError(TokStart, "Invalid variable name");
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp143 os << "Strong instance variable relinquished. ";
532 os << "Object loaded from instance variable";
/freebsd-current/sys/conf/
H A Dkern.mk31 NO_WUNUSED_BUT_SET_VARIABLE= -Wno-unused-but-set-variable
53 NO_WUNUSED_BUT_SET_VARIABLE=-Wno-unused-but-set-variable
/freebsd-current/contrib/libcbor/doc/
H A Dmake.bat54 echo.installed, then set the SPHINXBUILD environment variable to point
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp184 // A program that jumps from a point where a variable with automatic
186 // is ill-formed unless the variable has scalar type, class type with
192 // A program that jumps from a point where a local variable
194 // where it is in scope is ill-formed unless the variable has
199 // For a variable of (array of) class type declared without an
277 llvm_unreachable("non-lifetime captured variable");
342 // Evaluate the C++17 init stmt and condition variable
564 VarDecl *variable = CI.getVariable(); local
565 BuildScopeInformation(variable, BDecl, origParentScope);
/freebsd-current/contrib/bmake/mk/
H A Dautodep.mk184 # arrange to put some variable names into ${DEPENDFILE}
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc118 /// Returns the environment variable \arg Name's value as a string encoded in
126 // Environment variable can be encoded in non-UTF8 encoding, and there's no
128 // multibyte environment variable is to use GetEnvironmentVariableW().
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp1020 lldb::ExpressionVariableSP &variable) {
1021 m_variable = variable;
1019 DidDematerialize( lldb::ExpressionVariableSP &variable) argument

Completed in 232 milliseconds

1234567891011>>