| /trueos/contrib/llvm/tools/clang/lib/Format/ |
| HD | WhitespaceManager.h | 81 struct Change { struct 86 bool operator()(const Change &C1, const Change &C2) const; argument 92 Change() {} in Change() argument 103 Change(bool CreateReplacement, const SourceRange &OriginalWhitespaceRange, 173 SmallVector<Change, 16> Changes;
|
| HD | WhitespaceManager.cpp | 22 WhitespaceManager::Change::IsBeforeInFile::operator()(const Change &C1, in operator ()() 23 const Change &C2) const { in operator ()() 29 WhitespaceManager::Change::Change( in Change() function in clang::format::WhitespaceManager::Change 54 Changes.push_back(Change(true, Tok.WhitespaceRange, IndentLevel, Spaces, in replaceWhitespace() 63 Changes.push_back(Change(false, Tok.WhitespaceRange, /*IndentLevel=*/0, in addUntouchableToken() 75 Changes.push_back(Change( in replaceWhitespaceInToken() 93 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr)); in generateReplacements() 206 Change &C = Changes[i]; in alignEscapedNewlines() 223 Change &C = Changes[i]; in alignEscapedNewlines() 236 const Change &C = Changes[i]; in generateChanges()
|
| /trueos/contrib/file/magic/Magdir/ |
| HD | sysex | 101 >>>4 byte 0x20 SNDP (Sound Parameter Change) 106 >>>4 byte 0x21 MULP (Multi Parameter Change) 111 >>>4 byte 0x22 DRMP (Drum Map Parameter Change) 116 >>>4 byte 0x23 PATP (Sequencer Pattern Parameter Change) 121 >>>4 byte 0x24 GLBP (Global Parameter Parameter Change) 125 >>>4 byte 0x27 MODP (Mode Parameter Parameter Change) 130 >>>4 byte 0x20 SNDP (Sound Parameter Change) 135 >>>4 byte 0x21 MULP (Multi Parameter Change) 140 >>>4 byte 0x22 DRMP (Drum Map Parameter Change) 145 >>>4 byte 0x24 GLBP (Global Parameter Parameter Change) [all …]
|
| /trueos/contrib/ofed/management/libibmad/ |
| HD | ChangeLog | 13 src/smp.c: Change uint to unsigned for strict ANSI 17 * include/infiniband/mad.h: Change uint to unsigned 22 * include/infiniband/mad.h, src/fields.c: Change IB_PORT_MTRU_CAP_F 62 * src/portid.c: Change DR path output to be comma separated 71 * src/(sa serv smp vendor).c: Change some debug parameters
|
| /trueos/contrib/llvm/tools/clang/include/clang/Rewrite/Core/ |
| HD | Rewriter.h | 112 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta() argument 113 return Deltas.AddDelta(2*OrigOffset, Change); in AddInsertDelta() 118 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta() argument 119 return Deltas.AddDelta(2*OrigOffset+1, Change); in AddReplaceDelta()
|
| /trueos/contrib/ofed/management/libibcommon/ |
| HD | ChangeLog | 7 * src/sysfs.c: Change uint to unsigned for strict ANSI 11 * include/infiniband/common.h: Change uint to unsigned
|
| /trueos/contrib/llvm/lib/Transforms/Scalar/ |
| HD | TailRecursionElimination.cpp | 213 bool Change = ProcessReturningBlock(Ret, OldEntry, TailCallsAreMarkedTail, in runOnFunction() local 215 if (!Change && BB->getFirstNonPHIOrDbg() == Ret) in runOnFunction() 216 Change = FoldReturnAndProcessPred(BB, Ret, OldEntry, in runOnFunction() 219 MadeChange |= Change; in runOnFunction() 628 bool Change = false; in FoldReturnAndProcessPred() local 653 Change = true; in FoldReturnAndProcessPred() 657 return Change; in FoldReturnAndProcessPred()
|
| /trueos/contrib/llvm/lib/Support/ |
| HD | DAGDeltaAlgorithm.cpp | 210 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local 213 std::set<change_ty> &ChangeSuccs = SuccClosure[Change]; in DAGDeltaAlgorithmImpl() 214 for (pred_iterator_ty it = pred_begin(Change), in DAGDeltaAlgorithmImpl() 215 ie = pred_end(Change); it != ie; ++it) { in DAGDeltaAlgorithmImpl() 216 SuccClosure[*it].insert(Change); in DAGDeltaAlgorithmImpl()
|
| /trueos/contrib/nvi/docs/ |
| HD | changelog | 9 + Change installation to configure the recovery shell script to match 97 + Change the fg command to match screen names using the last component 100 + Change the ex read command to support named pipes. 107 + Change nvi to always prompt the user after a write filter command. 111 + Change configuration script to not cache option information, e.g., 156 + Change so that search warning/error messages don't appear during an 218 + Change the cscope add command to put the directory name through 227 + Change ex/vi commands errors into beeps, unless the verbose edit 262 + Change incremental search to leave the cursor at its last position 267 verbose edit option, which doesn't match historic practice. Change [all …]
|
| /trueos/tools/tools/nanobsd/rescue/Files/etc/ssh/ |
| HD | sshd_config | 54 # Change to yes if you don't trust ~/.ssh/known_hosts for 60 # Change to yes to enable built-in password authentication. 64 # Change to no to disable PAM authentication
|
| /trueos/contrib/tcsh/ |
| HD | ed.inputl.c | 239 Char *Change; in Inputl() local 242 Change = Strsave(InputBuf); in Inputl() 243 cleanup_push(Change, xfree); in Inputl() 244 *Strchr(Change, '\n') = '\0'; in Inputl() 248 printprompt(2, short2str(Change)); in Inputl() 249 cleanup_until(Change); in Inputl()
|
| /trueos/tools/tools/nanobsd/gateworks/cfg/ssh/ |
| HD | sshd_config | 61 # Change to yes if you don't trust ~/.ssh/known_hosts for 67 # Change to yes to enable built-in password authentication. 71 # Change to no to disable PAM authentication
|
| /trueos/crypto/openssh/ |
| HD | sshd_config | 68 # Change to yes if you don't trust ~/.ssh/known_hosts for 74 # Change to yes to enable built-in password authentication. 78 # Change to no to disable PAM authentication
|
| /trueos/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| HD | InclusionRewriter.cpp | 395 if (const FileChange *Change = FindFileChangeLocation( in Process() local 397 if (Change->Mod) { in Process() 398 WriteImplicitModuleImport(Change->Mod, EOL); in Process() 401 } else if (Process(Change->Id, Change->FileType)) { in Process()
|
| /trueos/sys/dev/mps/mpi/ |
| HD | mpi2_history.txt | 33 Fusion-MPT MPI 2.0 Header File Change History 271 * 06-26-07 02.00.02 Added IR Configuration Change List Event. 282 * for SAS Initiator Device Status Change Event data. 283 * Modified Reason Code defines for SAS Topology Change 314 * Added four new IR Configuration Change List Event data 317 * Change Event data. 320 * Added Multiplexing Status Change bit to the PhyStatus 321 * field of the SAS Topology Change List event data. 334 * Added two new reason codes for SAS Device Status Change
|
| /trueos/contrib/gcclibs/include/ |
| HD | ChangeLog | 11 * demangle.h: Change license to LGPL + exception. 51 * floatformat.h (struct floatformat): Change type of large 53 (floatformat_to_double): Change type of second argument to `const 55 (floatformat_from_double): Change type of last argument to `void 57 (floatformat_is_valid): Change type of last argument to `const
|
| /trueos/contrib/binutils/bfd/ |
| HD | ChangeLog-9495 | 45 from boolean to enum bfd_endian. Change header_byteorder_big_p 50 * All targets: Change initialization of byteorder and 53 * All files: Change all references to byteorder_big_p and 190 (bfd_zmalloc): Change declaration. 264 Change a RELOC_SECTION_LITA symndx to RELOC_SECTION_ABS. 265 (alpha_ecoff_swap_reloc_out): Change RELOC_SECTION_ABS to 375 * elf-bfd.h (struct elf_link_hash_table): Change type of 406 * targets.c (bfd_target): Change type of second argument to 411 * peicode.h (pe_print_private_bfd_data): Change vfile from void * 447 Change all callers. Never set file offset of symtab and strtab [all …]
|
| HD | ChangeLog-9899 | 260 * libhppa.h (bfd_hppa_insn2fmt): Change to return an int. 392 * elf32-m32r.c (ELF_MAXPAGESIZE): Change to 0x1 (at request of 841 * coffcode.h (coff_slurp_symbol_table): Change a -2 to N_DEBUG. 847 * libcoff-in.h (coff_data_type): Change raw_syment_count field 907 * elf32-mips.c (mips_elf_create_dynamic_relocation): Change 976 * Makefile.am: Rename .dep* files to DEP*. Change DEP variable to 993 * acinclude.m4 (BFD_BINARY_FOPEN): Change -windows to -windows*. 1014 _bfd_coff_classify_symbol. Change return type. 1063 * acinclude.m4 (BFD_CC_FOR_BUILD): Change to use conftest, and to 1149 * coff-arm.c (coff_arm_is_local_label_name): Change to strip [all …]
|
| /trueos/contrib/binutils/ld/ |
| HD | ChangeLog-9899 | 36 * emulparams/elf32mcore.sh (OUTPUT_FORMAT): Change to little endian. 37 * emulparams/mcorepe.sh (OUTPUT_FORMAT): Change to little endian. 197 (edata_sz, reloc_sz): Change from int to size_t. 198 (pe_details_type): Change type of imagebase_reloc from int to 201 (pe_dll_id_target): Change parameter to const. 204 (pe_implied_import_dll): Likewise. Change dll_name to const. 243 * ldlang.c (open_output): Change local variable desired_endian 369 * Makefile.am: Rename .dep* files to DEP*. Change DEP variable to 386 (GEN_DEPENDS): Change $(srcdir)/emultempl/stringify.sed to 415 * emulparams/elf32ppc.sh (MAXPAGESIZE): Change to 0x10000. [all …]
|
| /trueos/contrib/binutils/binutils/ |
| HD | ChangeLog-9899 | 73 * readelf.c (process_note): Change arg from Elf_External_Note 102 Change default mcore machine name to 'mcore-le' and rename 212 * ar.c (print_contents): Change printing of member name for 296 * readelf.c (display_debug_lines, case default): Change second line 347 * Makefile.am: Rename .dep* files to DEP*. Change DEP variable to 382 * objdump.c (disassemble_bytes): Change j to bfd_vma. 383 * readelf.c (process_syminfo): Change i to unsigned int. 384 (display_debug_info): Change abbrev_number to unsigned long. 385 (process_mips_specific): Change fcnt to size_t. 429 (gen_exp_file): Change uses of outfile to use alloca. [all …]
|
| HD | ChangeLog-9197 | 4 * ar.c (get_pos_bfd): Add default_posname parameter. Change all 196 * Makefile.am (STRIP_PROG): Change from strip.new to strip-new. 197 (NM_PROG): Change from nm.new to nm-new. 322 (def_exports): Add data parameter. Change all callers. 361 * Makefile.in (maintainer-clean realclean): Change *.info* 376 * Makefile.in (INSTALL): Change install.sh to install-sh. 477 * strings.c (strings_object_file): Change file to const. 478 (print_strings): Change filename to const. 596 Change all callers. 741 disassemble_data. Change disassembly format, unless [all …]
|
| /trueos/contrib/ofed/management/libibumad/ |
| HD | ChangeLog | 17 * src/umad.c: Change uint to unsigned for strict ANSI 21 * include/infiniband/umad.h: Change uint to unsigned
|
| /trueos/contrib/libstdc++/ |
| D | ChangeLog-2000 | 7 * src/Makefile.am (CSTD_INCLUDES): Change from CSHADOW_INCLUDES. 42 * include/bits/localefwd.h (_Count_ones): Change _S_count to _M_count. 52 * configure.in: Change GLIBCPP_ENABLE_SHADOW to 54 * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to 80 Change sourceware.cygnus.com and sources.redhat.com URLs for 454 * config/os/generic/bits/ctype_base.h (ctype_base): Change space mask. 494 * config/os/generic/bits/os_defines.h: Change comments to C++ style. 537 * include/c/bits/std_cstdlib.h (std ): Change macro to 547 * acinclude.m4: Change up to reflect new directory organization. 759 * tests_flags.in (LTCXX): Change CXX_FLAG to CXXFLAGS. [all …]
|
| /trueos/sys/dev/mpr/mpi/ |
| HD | mpi2_history.txt | 36 Fusion-MPT MPI 2.0 / 2.5 Header File Change History 334 * 06-26-07 02.00.02 Added IR Configuration Change List Event. 345 * for SAS Initiator Device Status Change Event data. 346 * Modified Reason Code defines for SAS Topology Change 377 * Added four new IR Configuration Change List Event data 380 * Change Event data. 383 * Added Multiplexing Status Change bit to the PhyStatus 384 * field of the SAS Topology Change List event data. 397 * Added two new reason codes for SAS Device Status Change
|
| /trueos/bin/sh/tests/expansion/ |
| HD | cmdsubst8.0 | 9 # Change tabs to spaces.
|