| /src/usr.bin/make/unit-tests/ |
| varname-makefile.exp | 1 : In the end, MAKEFILE is /dev/null.
|
| lint.exp | 1 make: In the :@ modifier, the variable name "${:Ubar:S,b,v,}" must not contain a dollar 3 in command "@echo ${VAR:Uvalue:@${:Ubar:S,b,v,}@x${var}y@:Q}" 4 in target "mod-loop-varname" from lint.mk:22
|
| varmod-loop-varname.exp | 1 make: varmod-loop-varname.mk:17: In the :@ modifier, the variable name "${:Ubar:S,b,v,}" must not contain a dollar 3 make: varmod-loop-varname.mk:87: In the :@ modifier, the variable name "v$" must not contain a dollar 5 make: varmod-loop-varname.mk:93: In the :@ modifier, the variable name "v$$" must not contain a dollar 7 make: varmod-loop-varname.mk:99: In the :@ modifier, the variable name "v$$$" must not contain a dollar 10 make: stopped making "all" in unit-tests
|
| opt-debug-errors-jobs.exp | 5 *** In directory: <curdir> 10 make: stopped making "all" in unit-tests 15 *** In directory: <curdir> 20 make: stopped making "all" in unit-tests 27 *** In directory: <curdir> 34 make: stopped making "all" in unit-tests 39 *** In directory: <curdir> 44 make: stopped making "all" in unit-tests 49 *** In directory: <curdir> 54 make: stopped making "all" in unit-test [all...] |
| deptgt-delete_on_error.mk | 3 # Tests for the special target .DELETE_ON_ERROR in dependency declarations, 7 # In compatibility mode, regular and phony targets are deleted, but precious 10 # In parallel mode, regular targets are deleted, while phony and precious
|
| shell-ksh.mk | 8 # This is only obvious in parallel mode since in compat mode, 14 # In parallel mode, the shell->noPrint command is filtered from 15 # the output, rather naively (in PrintOutput). 32 # In the Korn shell, "set +v" is set as the noPrint command. 34 # FIXME: Don't assume a newline character in PrintFilteredOutput.
|
| posix-expansion.mk | 5 # In POSIX mode, when expanding an expression containing modifiers, the 6 # modifiers specified in POSIX take precedence over the BSD-style modifiers.
|
| varmod-loop-varname.mk | 14 # Since var.c 1.907 from 2021-04-04, a '$' is no longer allowed in the 16 # expect+1: In the :@ modifier, the variable name "${:Ubar:S,b,v,}" must not contain a dollar 24 # ":::" is a very creative variable name, unlikely to occur in practice. 26 # be escaped in the modifiers, but not in the variable name, therefore 39 # In extreme cases, even the backslash can be used as variable name. 46 # The variable name can technically be empty, and in this situation 55 # than expected. In particular, it resolves _all_ variables from the scope, 56 # and not only the loop variable (in this case v). 66 # In the following example, the modifier ':@' expands the '$$' to '$'. Thi [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
| ELFObjcopy.h | 27 const ELFConfig &ELFConfig, MemoryBuffer &In, 30 const ELFConfig &ELFConfig, MemoryBuffer &In, 34 object::ELFObjectFileBase &In, raw_ostream &Out);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
| MachOObjcopy.h | 28 object::MachOObjectFile &In, raw_ostream &Out); 31 const MultiFormatConfig &Config, const object::MachOUniversalBinary &In,
|
| /src/external/bsd/unbound/dist/doc/ |
| README.ipset.md | 4 * In my case, I can't access the facebook, twitter, youtube and thousands web site for some reason. VPN is a solution. But the internet too slow whether all traffics pass through the vpn.
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/ |
| COFFObjcopy.h | 27 object::COFFObjectFile &In, raw_ostream &Out);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/ |
| WasmObjcopy.h | 26 object::WasmObjectFile &In, raw_ostream &Out);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonGenExtract.cpp | 38 // One of the reasons for "extract" is to put a sequence of bits in a regis- 47 cl::desc("Require & in extract patterns")); 80 bool convert(Instruction *In); 96 bool HexagonGenExtract::convert(Instruction *In) { 101 BasicBlock *BB = In->getParent(); 107 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), 114 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), 122 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)), 131 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), 138 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)) [all...] |
| /src/share/doc/psd/20.ipctut/ |
| socketpair.c | 6 .\" Redistribution and use in source and binary forms, with or without 11 .\" 2. Redistributions in binary form must reproduce the above copyright 12 .\" notice, this list of conditions and the following disclaimer in the 21 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 36 #define DATA1 "In Xanadu, did Kublai Khan . . ." 43 * send messages in both directions.
|
| /src/sys/external/bsd/acpica/dist/resources/ |
| rsxface.c | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 34 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 38 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 40 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 56 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) 57 #define ACPI_COPY_ADDRESS(Out, In) \ 58 ACPI_COPY_FIELD(Out, In, ResourceType); \ 59 ACPI_COPY_FIELD(Out, In, ProducerConsumer); [all...] |
| /src/sys/external/bsd/acpica/dist/utilities/ |
| utmisc.c | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 34 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 38 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 40 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 57 * PARAMETERS: Id - The HID/CID in string format 148 } In; 154 In.Value = Value; 156 Out.Bytes[0] = In.Bytes[3]; 157 Out.Bytes[1] = In.Bytes[2] [all...] |
| /src/external/gpl2/xcvs/dist/contrib/ |
| descend.sh | 10 # This program is distributed in the hope that it will be useful, 28 case $option in 74 for dir in $default_dir "$@" ; do 81 echo In directory `hostname`:`pwd` 95 # For each file in current directory 96 for file in $dotfiles * ; do 122 echo In directory `hostname`:`pwd`/$file: symbolic link: skipping
|
| /src/external/apache2/llvm/dist/llvm/lib/Option/ |
| OptTable.cpp | 80 // Names are the same, check that classes are in order; exactly one 100 // Explicitly zero initialize the error to work around a bug in array 129 // Check that options are in order. 134 llvm_unreachable("Options are not in order!"); 197 // Returns true if one of the Prefixes + In.Names matches Option 198 static bool optionMatches(const OptTable::Info &In, StringRef Option) { 199 if (In.Prefixes) { 200 StringRef InName(In.Name); 201 for (size_t I = 0; In.Prefixes[I]; I++) 203 if (Option.slice(0, Option.size() - InName.size()) == In.Prefixes[I] [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/dataflow/ |
| DataFlow.cpp | 38 // # Print all instrumented functions. llvm-symbolizer must be present in PATH 78 // TODO(kcc): this is pretty ugly and may break in lots of ways. 79 // We'll need to make a proper in-process symbolizer work with DFSan. 134 FILE *In = fopen(Input, "r"); 135 assert(In); 136 fseek(In, 0, SEEK_END); 137 InputLen = ftell(In); 138 fseek(In, 0, SEEK_SET); 140 size_t NumBytesRead = fread(Buf, 1, InputLen, In); 143 fclose(In); [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| bad-kasp-keydir-vs-keystore2.conf | 15 * In view "example1" no key-directory is set, so the default is used. 16 * In view "example2" the key-store directory is set to "." which is the 17 * default. This should fail because the same zone in different views is using
|
| /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| bidiapi.txt | 10 supports. In addition to reordering, the PGBA includes cursor movement 18 These macros appear in the `direction' field of the data structures. 32 directionality of the characters in the specified substring. 35 and is used only in cases where a string contains no characters with strong
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| UnifyLoopExits.cpp | 13 // Limitation: This assumes that all terminators in the CFG are direct branches 72 // now flow through the unified exit block. In addition, there may be other 77 // loop exit. But when doing this, ignore any uses U that are in the new unified 109 // For each Def used outside the loop, create NewPhi in 112 // didn't exist in the original CFG. 118 for (auto In : Incoming) { 119 LLVM_DEBUG(dbgs() << "predecessor " << In->getName() << ": "); 120 if (Def->getParent() == In || DT.dominates(Def, In)) { 122 NewPhi->addIncoming(Def, In); [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
| llvm-objcopy.cpp | 121 // OnDiskBuffer uses a temporary file and then renames it. So in reality 122 // there is no inefficiency / duplicated in-memory buffers in this case. For 123 // now in-memory buffers can not be completely avoided since 141 static Error executeObjcopyOnIHex(ConfigManager &ConfigMgr, MemoryBuffer &In, 148 return elf::executeObjcopyOnIHex(ConfigMgr.getCommonConfig(), *ELFConfig, In, 155 MemoryBuffer &In, raw_ostream &Out) { 169 return elf::executeObjcopyOnRawBinary(Config, *ELFConfig, In, Out); 178 object::Binary &In, raw_ostream &Out) { 179 if (auto *ELFBinary = dyn_cast<object::ELFObjectFileBase>(&In)) { [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/LineEditor/ |
| LineEditor.cpp | 198 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, 211 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err); 282 FILE *In; 286 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, 289 Data->In = In; 306 char *Res = ::fgets(Buf, sizeof(Buf), Data->In);
|