| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | SSAContext.cpp | 58 void SSAContext::appendBlockTerms(SmallVectorImpl<Instruction *> &terms, in appendBlockTerms() argument 60 terms.push_back(block.getTerminator()); in appendBlockTerms() 63 void SSAContext::appendBlockTerms(SmallVectorImpl<const Instruction *> &terms, in appendBlockTerms() argument 65 terms.push_back(block.getTerminator()); in appendBlockTerms()
|
| /openbsd-src/share/dict/ |
| H A D | README | 8 words -- common words, and important technical terms from all 12 web2a -- hyphenated terms as well as assorted noun and adverbial phrases 23 special/ -- directory of less common terms from specialized fields. 30 special/math -- some mathematical terms not in /usr/share/dict/words. 45 consisting of 4BSD commands and terms as well as local surnames and
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
| H A D | lexstrng.c | 32 const char *terms = "'"; variable 63 if (termc != terms[0]) in main()
|
| /openbsd-src/gnu/usr.bin/texinfo/m4/ |
| H A D | xsize.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| H A D | strcase.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| H A D | signed.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| H A D | wint_t.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| H A D | wchar_t.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| H A D | codeset.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| H A D | glibc21.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| H A D | longlong.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| H A D | stdint_h.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlgpl.pod | 14 it under the terms of either: 83 The precise terms and conditions for copying, distribution and 91 distributed under the terms of this General Public License. The 107 of it, and copy and distribute such modifications under the terms of 116 to all third parties under the terms of this General Public License 135 bring the other work under the scope of these terms. 139 under the terms of Paragraphs 1 and 2 above provided that you also do 143 source code, which must be distributed under the terms of 149 the corresponding source code, to be distributed under the terms of 176 do so, and all its terms and conditions. [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | Copying | 49 The precise terms and conditions for copying, distribution and 57 distributed under the terms of this General Public License. The 73 it, and copy and distribute such modifications under the terms of Paragraph 82 third parties under the terms of this General Public License (except 101 the other work under the scope of these terms. 104 it, under Paragraph 2) in object code or executable form under the terms of 108 source code, which must be distributed under the terms of 114 corresponding source code, to be distributed under the terms of 141 and all its terms and conditions. 146 terms and conditions. You may not impose any further restrictions on the [all …]
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | COPYING | 50 The precise terms and conditions for copying, distribution and 58 distributed under the terms of this General Public License. The 74 it, and copy and distribute such modifications under the terms of Paragraph 83 third parties under the terms of this General Public License (except 102 the other work under the scope of these terms. 105 it, under Paragraph 2) in object code or executable form under the terms of 109 source code, which must be distributed under the terms of 115 corresponding source code, to be distributed under the terms of 142 and all its terms and conditions. 147 terms and conditions. You may not impose any further restrictions on the [all …]
|
| /openbsd-src/usr.sbin/cron/ |
| H A D | misc.c | 66 get_string(char *string, int size, FILE *file, char *terms) in get_string() argument 70 while ((ch = get_char(file)) != EOF && !strchr(terms, ch)) { in get_string()
|
| /openbsd-src/gnu/gcc/config/ |
| H A D | codeset.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| H A D | glibc21.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| H A D | ulonglong.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| H A D | stdint_h.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/config/ |
| H A D | codeset.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| H A D | ulonglong.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| H A D | glibc21.m4 | 3 dnl This file is free software, distributed under the terms of the GNU 7 dnl the same distribution terms as the rest of that program.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineSSAContext.h | 60 static void appendBlockTerms(SmallVectorImpl<MachineInstr *> &terms, 62 static void appendBlockTerms(SmallVectorImpl<const MachineInstr *> &terms,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | SSAContext.h | 60 static void appendBlockTerms(SmallVectorImpl<Instruction *> &terms, 62 static void appendBlockTerms(SmallVectorImpl<const Instruction *> &terms,
|