| /openbsd-src/gnu/usr.bin/gcc/contrib/ |
| H A D | test_installed | 70 --with-testsuite=/some/dir/gcc/testsuite specify the testsuite directory 71 --srcdir=/some/dir same as --with-testsuite=/some/dir/gcc/testsuite 74 --prefix=/some/dir use gcc, g++ and g77 from /some/dir/bin [PATH] 75 --with-gcc=/some/dir/bin/gcc use specified gcc program [gcc] 76 --with-g++=/some/dir/bin/g++ use specified g++ program [g++] 77 --with-g77=/some/dir/bin/g77 use specified g77 program [g77] 83 --tmpdir=/some/dir create temporaries and leave failed programs
|
| /openbsd-src/gnu/llvm/clang/examples/PrintFunctionNames/ |
| H A D | README.txt | 9 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns some-input-fi… 10 …gin print-fns -plugin-arg-print-fns help -plugin-arg-print-fns --example-argument some-input-file.c 11 …ts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns -an-error some-input-file.c 14 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns some-input… 15 …gin print-fns -plugin-arg-print-fns help -plugin-arg-print-fns --example-argument some-input-file.c 16 …lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns -an-error some-input-file.c
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/ |
| H A D | multitag.out_markdown | 16 some text 31 > some text 44 some text 57 > some text
|
| H A D | multitag.out_ascii | 13 third some text 24 third some text 32 third some text 38 third some text
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/ |
| H A D | code | 8 This is some random text. 11 This is some random text. 23 This is some random text. 26 This is some random text.
|
| H A D | margin | 10 This is some body text that is long enough to be a paragraph that wraps, 13 This is some verbatim text. 27 This is some body text that is long enough to be a paragraph that 30 This is some verbatim text.
|
| H A D | s-whitespace | 7 This is S<some whitespace>. 11 This is some whitespace.
|
| H A D | nonbreaking-space | 7 This is some S< > whitespace. 11 This is some whitespace.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Text-Balanced/t/ |
| H A D | 09_gentag.t | 92 <A>some text</A>; 93 <B>some text<A>other text</A></B>; 94 <A>some text<A>other text</A></A>; 95 <A HREF="#section2">some text</A>; 98 <A>some text 99 <A>some text<A>other text</A>; 100 <B>some text<A>other text</B>;
|
| H A D | 07_exttag.t | 65 <A-1 HREF="#section2">some text</A-1>; 97 <A>some text</A>; 98 <B>some text<A>other text</A></B>; 99 <A>some text<A>other text</A></A>; 100 <A HREF="#section2">some text</A>; 103 <A>some text 104 <A>some text<A>other text</A>; 105 <B>some text<A>other text</B>;
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/ |
| H A D | htmlescp.pod | 10 Here is some B<bold> text, some I<italic> plus F</etc/fstab> 12 This is some C<$code($arg1)>.
|
| H A D | htmlview.pod | 17 This is some more regular text. 19 Here is some B<bold> text, some I<italic> and something that looks 20 like an E<lt>htmlE<gt> tag. This is some C<$code($arg1)>. 154 some text
|
| H A D | feature2.pod | 5 =for html some html 19 some text and a link L<crossref>
|
| H A D | feature.pod | 5 =for html some html 19 some text and a link L<crossref>
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/ |
| H A D | poderrs.t | 13 ### Deliberately throw in some blank but non-empty lines 24 poderrors.t - test Pod::Checker on some pod syntax errors 31 This is some paragraph text with some unknown interior sequences, 36 Now try some unterminated sequences like 44 And they say we'll have some fun if it stops raining! 146 L<some text with / in it|perlvar/$|> should give warnings as hell 283 =head2 some heading
|
| /openbsd-src/games/monop/ |
| H A D | trade.c | 169 bool some; in summate() local 176 some = FALSE; in summate() 180 printf("\t$%d\n", tp->cash), some++; in summate() 183 some++; in summate() 187 some++; in summate() 189 if (!some) in summate()
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | RequiredBy.pod | 21 # add some reverse dependencies 24 # remove some dependency 27 # forget some cache entry 30 # compute the transitive closure of some dependencies
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/ |
| H A D | t-linux | 16 # Override t-slibgcc-elf-ver to export some libgcc symbols with 18 # libgcc-std.ver to avoid to export some lib1func routines which 31 echo " Use the shared library, but some functions are only in"; \
|
| /openbsd-src/regress/sbin/pfctl/ |
| H A D | pfr.addrs1 | 3 # some unroutables 6 # some IPv6 addresses
|
| H A D | pfr.addrs3 | 3 # some unroutables 6 # some IPv6 addresses
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/ |
| H A D | cmdlne-C.c | 14 #define/**/obj_like/**/(some)/**/thing/**/ 19 #error Missed some macros with -C
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
| H A D | cmdlne-C.c | 14 #define/**/obj_like/**/(some)/**/thing/**/ 19 #error Missed some macros with -C
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/jupyter/ |
| H A D | LLVM_TableGen.md | 8 // This is some tablegen 31 Add some classes to get some output. 82 For example, here we have some code that shows a warning.
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | t-linux | 12 # Override t-slibgcc-elf-ver to export some libgcc symbols with 13 # the symbol versions that glibc used, and hide some lib1func 35 echo " Use the shared library, but some functions are only in"; \
|
| /openbsd-src/gnu/llvm/llvm/examples/ModuleMaker/ |
| H A D | README.txt | 5 This project is an extremely simple example of using some simple pieces of the 7 LLVM bitcode file to standard output. It is designed to show some basic
|