/freebsd-src/contrib/netbsd-tests/lib/libcurses/tests/ |
H A D | std_defines | 8 assign TRUE 0x01 9 assign FALSE 0x00 13 assign COLOR_BLACK 0x00 14 assign COLOR_RED 0x01 15 assign COLOR_GREEN 0x02 16 assign COLOR_YELLOW 0x03 17 assign COLOR_BLUE 0x04 18 assign COLOR_MAGENTA 0x05 19 assign COLOR_CYAN 0x06 20 assign COLOR_WHITE 0x07 [all …]
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueString.h | 33 m_current_value.assign(value); in OptionValueString() 34 m_default_value.assign(value); in OptionValueString() 40 m_current_value.assign(current_value); in OptionValueString() 42 m_default_value.assign(default_value); in OptionValueString() 49 m_current_value.assign(value); in m_validator() 50 m_default_value.assign(value); in m_validator() 58 m_current_value.assign(current_value); in m_validator() 60 m_default_value.assign(default_value); in m_validator() 108 m_default_value.assign(value); in SetDefaultValue()
|
/freebsd-src/sys/dev/ice/ |
H A D | ice_resmgr.c | 61 * @num_res: the maximum number of resources it can assign 64 * assign up to the requested number of resources. Uses bit strings to track 83 * @num_res: the maximum number of resources it can assign 132 * ice_resmgr_assign_contiguous - Assign contiguous mapping of resources 135 * @num_res: the number of resources to assign 137 * Assign num_res number of contiguous resources into the idx mapping. On 162 * ice_resmgr_assign_scattered - Assign possibly scattered resources 165 * @num_res: the number of resources to assign 167 * Assign num_res number of resources into the idx_mapping. On success, idx 202 /* Release any resources we did assign up to this point. */ in ice_resmgr_assign_scattered()
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | MapFile.cpp | 162 if (auto *assign = dyn_cast<SymbolAssignment>(cmd)) { in writeMapFile() local 163 if (assign->provide && !assign->sym) in writeMapFile() 165 uint64_t lma = osec ? osec->getLMA() + assign->addr - osec->getVA(0) : 0; in writeMapFile() 166 writeHeader(os, assign->addr, lma, assign->size, 1); in writeMapFile() 167 os << assign->commandString << '\n'; in writeMapFile() 200 if (auto *assign = dyn_cast<SymbolAssignment>(subCmd)) { in writeMapFile() local 201 if (assign->provide && !assign in writeMapFile() [all...] |
H A D | LinkerScript.cpp | 205 // Called by processSymbolAssignments() to assign definitions to in shouldDefineSym() 274 if (auto *assign = dyn_cast<SymbolAssignment>(cmd)) { 275 if (assign->sym) // sym is nullptr for dot. 276 ret.try_emplace(assign->sym, std::make_pair(assign->sym->section, 277 assign->sym->value)); 281 if (auto *assign = dyn_cast<SymbolAssignment>(subCmd)) in getSymbolAssignmentValues() local 282 if (assign->sym) in getSymbolAssignmentValues() 283 ret.try_emplace(assign->sym, std::make_pair(assign in getSymbolAssignmentValues() 288 if (auto *assign = dyn_cast<SymbolAssignment>(subCmd)) getSymbolAssignmentValues() local 351 if (auto *assign = dyn_cast<SymbolAssignment>(cmd)) { declareSymbols() local 364 if (auto *assign = dyn_cast<SymbolAssignment>(cmd)) declareSymbols() local 699 if (auto *assign = dyn_cast<SymbolAssignment>(cmd)) processSymbolAssignments() local 703 if (auto *assign = dyn_cast<SymbolAssignment>(subCmd)) processSymbolAssignments() local 1060 if (auto *assign = dyn_cast<SymbolAssignment>(cmd)) { assignOffsets() local 1125 if (auto assign = dyn_cast<SymbolAssignment>(cmd)) isDiscardable() local 1363 if (auto *assign = dyn_cast<SymbolAssignment>(cmd)) { assignAddresses() local [all...] |
/freebsd-src/contrib/bmake/unit-tests/ |
H A D | varmod-assign.mk | 1 # $NetBSD: varmod-assign.mk,v 1.23 2024/07/04 17:47:54 rillig Exp $ 8 all: mod-assign-empty 9 all: mod-assign-parse 10 all: mod-assign-shell-error 74 mod-assign-empty: 90 mod-assign-parse: 93 # expect: make: in target "mod-assign-parse": while evaluating variable "ASSIGN" with value "": Unknown modifier ":x" 94 @echo ${ASSIGN::x} 100 # expect: make: in target "mod-assign [all...] |
H A D | varmod-assign.exp | 40 make: in target "mod-assign-empty": while evaluating "${::=value}" with value "": Bad modifier ":" 41 mod-assign-empty: value} 42 make: in target "mod-assign-empty": while evaluating "${:Uvalue::=overwritten}" with value "value": Bad modifier ":" 43 mod-assign-empty: overwritten} 44 mod-assign-empty: VAR=overwritten 45 make: in target "mod-assign-parse": while evaluating variable "ASSIGN" with value "": Unknown modifier ":x" 48 make: in target "mod-assign-parse": while evaluating variable "ASSIGN" with value "": Unfinished modifier ('}' missing) 51 make: warning: in target "mod-assign [all...] |
H A D | directive-include-guard.exp | 41 Parse_PushInput: file variable-assign-indirect.tmp, line 1 42 Skipping 'variable-assign-indirect.tmp' because 'VARIABLE_ASSIGN_INDIRECT' is defined 43 Parse_PushInput: file variable-assign-late.tmp, line 1 44 Skipping 'variable-assign-late.tmp' because 'VARIABLE_ASSIGN_LATE' is defined 45 Parse_PushInput: file variable-assign-nested.tmp, line 1 46 Parse_PushInput: .for loop in variable-assign-nested.tmp, line 3 47 Skipping 'variable-assign-nested.tmp' because 'VARIABLE_ASSIGN_NESTED' is defined
|
H A D | varname-dot-suffixes.exp | 7 Var_Parse: ${.SUFFIXES::=assign} (eval-keep-dollar-and-undefined) 9 Modifier part: "assign" 10 Global: ignoring '.SUFFIXES = assign' as it is read-only 11 Result of ${.SUFFIXES::=assign} is "" (eval-keep-dollar-and-undefined, regular)
|
H A D | var-op-assign.exp | 2 make: "var-op-assign.mk" line 60: Invalid line 'VARIABLE NAME= variable value' 3 make: "var-op-assign.mk" line 95: Parsing still continues until here.
|
/freebsd-src/contrib/one-true-awk/ |
H A D | maketab.c | 83 { ASSIGN, "assign", " = " }, 84 { ADDEQ, "assign", " += " }, 85 { SUBEQ, "assign", " -= " }, 86 { MULTEQ, "assign", " *= " }, 87 { DIVEQ, "assign", " /= " }, 88 { MODEQ, "assign", " %= " }, 89 { POWEQ, "assign", " ^= " },
|
/freebsd-src/usr.bin/mail/ |
H A D | main.c | 106 assign("interactive", ""); in main() 146 assign("ignore", ""); in main() 155 assign("checkmode", ""); in main() 161 assign("headersummary", ""); in main() 168 assign("recordrecip", ""); in main() 202 assign("noheader", ""); in main() 208 assign("verbose", ""); in main() 214 assign("interactive", ""); in main() 232 assign("dontsendempty", ""); in main()
|
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeSummary.cpp | 71 retval.assign("NULL ValueObject"); in FormatObject() 94 retval.assign(std::string(s.GetString())); in FormatObject() 97 retval.assign("error: summary string parsing error"); in FormatObject() 154 m_function_name.assign(function_name); in ScriptSummaryFormat() 156 m_python_script.assign(python_script); in FormatObject() 167 retval.assign("error: no target"); in FormatObject() 175 retval.assign("error: no ScriptInterpreter"); in FormatObject()
|
/freebsd-src/contrib/libcbor/src/cbor/ |
H A D | floats_ctrls.h | 152 /** Assign a control value 160 * @param value The simple value to assign. Please consult the standard for 165 /** Assign a boolean value to a boolean ctrl item 168 * @param value The simple value to assign. 175 * @param value The value to assign 182 * @param value The value to assign 189 * @param value The value to assign
|
/freebsd-src/contrib/llvm-project/libcxx/include/__string/ |
H A D | char_traits.h | 58 static void assign(char_type&, const char_type&); 67 static char_type* assign(char_type*, size_t, char_type); 91 assign(char_type& __c1, const char_type& __c2) _NOEXCEPT { in assign() function 153 assign(char_type* __s, size_t __n, char_type __a) _NOEXCEPT { in assign() 187 assign(char_type& __lhs, const char_type& __rhs) _NOEXCEPT { 212 assign(char_type* __str, size_t __n, char_type __fill_char) _NOEXCEPT { 152 assign(char_type* __s, size_t __n, char_type __a) { assign() function
|
H A D | extern_template_lists.h | 49 …_Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_typ… 52 …_Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(basic_str… 65 …_Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(size_type… 71 …_Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_typ… 102 …_Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(basic_str… 116 …_Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(size_type…
|
/freebsd-src/contrib/llvm-project/libcxx/include/ |
H A D | string | 59 static void assign(char_type& c1, const char_type& c2) noexcept; 68 static char_type* assign(char_type* s, size_t n, char_type a); 218 basic_string& assign(const basic_string& str); // constexpr since C++20 220 basic_string& assign(const T& t); // C++17, constexpr since C++20 221 basic_string& assign(basic_string&& str); // constexpr since C++20 222 basic_string& assign(const basic_string& str, size_type pos, size_type n=npos); // C++14, constexpr since C++20 224 basic_string& assign(const T& t, size_type pos, size_type n=npos); // C++17, constexpr since C++20 225 basic_string& assign(const value_type* s, size_type n); // constexpr since C++20 226 basic_string& assign(const value_type* s); // constexpr since C++20 227 basic_string& assign(size_typ [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupPythonClassWithDict.cpp | 20 m_key_usage_text.assign("The key for a key/value pair passed to the " in OptionGroupPythonClassWithDict() 25 m_value_usage_text.assign("The value for the previous key in the pair passed " in OptionGroupPythonClassWithDict() 30 m_class_usage_text.assign("The name of the "); in OptionGroupPythonClassWithDict() 89 m_name.assign(std::string(option_arg)); in SetOptionValue() 95 m_current_key.assign(std::string(option_arg)); in SetOptionValue()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallString.h | 48 using SmallVector<char, InternalLen>::assign; 50 /// Assign from a StringRef. 51 void assign(StringRef RHS) { in assign() function 52 SmallVectorImpl<char>::assign(RHS.begin(), RHS.end()); in assign() 55 /// Assign from a list of StringRefs. 56 void assign(std::initializer_list<StringRef> Refs) { in assign() function 274 this->assign(RHS);
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CallingConv.cpp | 60 // Assign the value to the allocated register in CC_X86_32_RegCall_Assign2Regs() 103 // If the register is not marked as allocated - assign to it. in CC_X86_VectorCallAssignRegister() 111 // If the register is marked as shadow allocated - assign to it. in CC_X86_VectorCallAssignRegister() 149 // Assign shadow XMM register. in CC_X86_64_VectorCall() 157 // Assign shadow GPR register. in CC_X86_64_VectorCall() 160 // Assign XMM register - (shadow for HVA and non-shadow for non HVA). in CC_X86_64_VectorCall() 211 // Assign XMM register. in CC_X86_32_VectorCall() 313 // we assign the second argument. in CC_X86_Intr()
|
/freebsd-src/contrib/bc/tests/bc/ |
H A D | strings_results.txt | 51 test assign 52 test assign
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/privilege/ |
H A D | privilege_002_pos.ksh | 47 # 2. Assign "ZFS File System Management" profile, try to create fs again, 57 # 6. Assign the FS profile, then attempt to destroy the fs, which 100 # assign the profile again and destroy the fs.
|
/freebsd-src/contrib/ntp/include/ |
H A D | ntp_net.h | 57 /* assign sockaddr_u v4 address from host byte order */ 60 /* assign sockaddr_u v4 address from network byte order */ 63 /* assign sockaddr_u v6 address from network byte order */ 73 /* assign sockaddr_u v4/v6 port from host byte order */ 89 /* assign scope if supported */
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 201 "Can't get assignment instructions for non-assign DVR!"); 206 // Utilities for enumerating llvm.dbg.assign intrinsic from an assignment ID. 208 /// High level: this is an iterator for llvm.dbg.assign intrinsics. 222 /// A range of llvm.dbg.assign intrinsics. 224 /// Return a range of dbg.assign intrinsics which use \ID as an operand. 227 /// Return a range of dbg.assign intrinsics for which \p Inst performs the in getAssignmentMarkers() 244 /// Delete the llvm.dbg.assign intrinsics linked to \p Inst. 359 /// Convert @llvm.dbg.declare intrinsics into sets of @llvm.dbg.assign
|
/freebsd-src/contrib/sendmail/libsm/ |
H A D | findfp.c | 189 fp->f_close = t->f_close; /* assign close function */ 190 fp->f_read = t->f_read; /* assign read function */ 191 fp->f_seek = t->f_seek; /* assign seek function */ 192 fp->f_write = t->f_write; /* assign write function */ 193 fp->f_open = t->f_open; /* assign open function */ 194 fp->f_setinfo = t->f_setinfo; /* assign setinfo function */ 195 fp->f_getinfo = t->f_getinfo; /* assign getinfo function */
|