| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | dual-life.t | 53 my @programs; 64 push @programs, $name; 70 for my $f ( sort @programs ) {
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | frontends.texi | 16 ``GNU Compiler Collection''. GCC can compile programs written in any of these 23 emphasis is on compiling C programs (as the abbreviation formerly 31 ``G++'' is more useful when the emphasis is on compiling C++ programs. 46 integrated compiler that can compile programs written in C, C++, 52 of the other front ends for the options to use when compiling programs
|
| H A D | configfiles.texi | 64 @file{config.h}, for use in programs that run on the host machine. 66 @file{hconfig.h}, for use in programs that run on the build machine. 68 @file{tconfig.h}, for use in programs and libraries for the target
|
| /openbsd-src/usr.bin/rcs/ |
| H A D | rcsprog.c | 52 } programs[] = { variable 150 for (i = 0; i < (sizeof(programs)/sizeof(programs[0])); i++) in main() 151 if (strcmp(__progname, programs[i].prog_name) == 0) { in main() 152 usage = programs[i].prog_usage; in main() 153 ret = programs[i].prog_hdlr(cmd_argc, cmd_argv); in main()
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.amiga | 34 - Starting Perl programs under AmigaOS 65 =head2 Starting Perl programs under AmigaOS 4.1 78 Abc-shell can also launch programs via the #! syntax at the start of 90 =item B<Nested Piped programs can crash when run from older abc-shells> 93 subprocesses used to run piped programs, if a later version is 140 host or to send ARexx commands to other programs.
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | c-lang | 4 # c-lang: file(1) magic for C programs (or REXX) 16 # in which case rm it; ascmagic will catch real C programs
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-09-18-OptimizeExceptions.txt | 7 In C++ programs, exceptions suck, and here's why: 25 6. Most large C++ programs throw few exceptions. Most well designed 26 programs only throw exceptions in specific planned portions of the
|
| /openbsd-src/usr.sbin/crunchgen/ |
| H A D | README | 27 one where many programs have been linked together into one a.out file. 28 The different programs are run depending on the value of argv[0], so 33 the following programs in their entirety: 47 The linking together of different programs by hand is an old
|
| /openbsd-src/regress/sys/netinet/mcast/ |
| H A D | README | 3 Use two programs to send and receive multicast packets. After 7 The test programs are:
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/treelang/ |
| H A D | treelang.texi | 398 Treelang programs consist of whitespace, comments, keywords and names. 638 @cindex translation of user programs 736 @cindex programs, @code{tree1} 763 @cindex programs, cc1 766 @cindex programs, cpp 775 @cindex programs, treelang 782 @cindex programs, @code{tree1} 797 and link Treelang programs. 803 version information for the various programs used to compile a typical 817 The same GBE is used by the C, C++, and Treelang compiler programs @code{cc1}, [all …]
|
| /openbsd-src/gnu/gcc/gcc/treelang/ |
| H A D | treelang.texi | 380 Treelang programs consist of whitespace, comments, keywords and names. 645 @cindex translation of user programs 746 @cindex programs, @code{tree1} 773 @cindex programs, cc1 776 @cindex programs, cpp 785 @cindex programs, treelang 792 @cindex programs, @code{tree1} 807 and link Treelang programs. 813 version information for the various programs used to compile a typical 827 The same GBE is used by the C, C++, and Treelang compiler programs @code{cc1}, [all …]
|
| /openbsd-src/gnu/llvm/llvm/ |
| H A D | llvm.spec.in | 16 and idle-time optimization of programs from arbitrary programming languages. 18 Illinois and Apple. It currently supports compilation of C and C++ programs,
|
| /openbsd-src/usr.sbin/unbound/doc/ |
| H A D | README.tests | 10 You need to have the following programs installed and in your PATH. 16 The optional programs are detected and can be omitted.
|
| /openbsd-src/gnu/lib/libreadline/doc/ |
| H A D | rluserman.texinfo | 18 programs that need to provide a command line interface. 54 programs that need to provide a command line interface. 84 programs that need to provide a command line interface.
|
| H A D | rlman.texinfo | 18 in the consistency of user interface across discrete programs that need 54 in the consistency of user interface across discrete programs that need 84 in the consistency of user interface across discrete programs that need
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | configfiles.texi | 64 @file{config.h}, for use in programs that run on the host machine. 66 @file{bconfig.h}, for use in programs that run on the build machine. 68 @file{tconfig.h}, for use in programs and libraries for the target
|
| /openbsd-src/gnu/llvm/llvm/docs/Proposals/ |
| H A D | TestSuite.rst | 12 These are ideas for additional programs, benchmarks, applications and 17 Most probably, the reason why the programs below have not been added to 27 * Parallelism (currently, all programs in test-suite use 194 Many of its programs have already been integrated in
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ip2k/ |
| H A D | crt0.S | 14 ; compiled version of this file with other programs, and to distribute 15 ; those programs without any restriction coming from the use of this
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | perlfaq.pod | 49 =head2 How do I debug my Perl programs? 74 =head2 How do I profile my Perl programs? 111 =head2 How do I cross-reference my Perl programs? 115 to generate cross-reference reports for Perl programs. 123 feedback is what confuses the vgrind and emacs programs) makes it 160 Perl programs are just plain text, so any editor will do. 415 programs for more on the compiler--the wins aren't as obvious as you'd 421 executable, but your Perl programs (and programmers) may thank you for 480 can never be returned to the system. That's why long-running programs 502 Beyond the normal measures described to make general Perl programs [all …]
|
| H A D | perlfaqo.txt | 25 How do I debug my Perl programs? 33 How do I profile my Perl programs? 54 How do I cross-reference my Perl programs? 55 …ion prior to the 5.005 release), can be used to generate cross-reference reports for Perl programs. 58 …ner and the parser (this feedback is what confuses the vgrind and emacs programs) makes it challen… 68 Perl programs are just plain text, so any editor will do. 144 …ut not much) execution time. See the question about compiling your Perl programs for more on the c… 145 … libc.a instead. This will make a bigger perl executable, but your Perl programs (and programmers)… 164 … a program can never be returned to the system. That's why long-running programs sometimes re-exec… 168 Beyond the normal measures described to make general Perl programs faster or smaller, a CGI program… [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/etc/ |
| H A D | make-stds.texi | 34 describes conventions for writing the Makefiles for GNU programs. 62 Different @code{make} programs have incompatible suffix lists and 77 you need to run programs that are a part of your package during the 163 Stick to the generally supported options for these programs. For 171 and related programs, but should do so via @code{make} variables so that the 172 user can substitute alternatives. Here are some of the programs we 180 Use the following @code{make} variables to run those programs: 213 In particular, you should run most utility programs via variables. 220 don't need to replace them with other programs. 333 Executable programs are installed in one of the following directories. [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/etc/ |
| H A D | make-stds.texi | 34 describes conventions for writing the Makefiles for GNU programs. 62 Different @code{make} programs have incompatible suffix lists and 77 you need to run programs that are a part of your package during the 163 Stick to the generally supported options for these programs. For 171 and related programs, but should do so via @code{make} variables so that the 172 user can substitute alternatives. Here are some of the programs we 180 Use the following @code{make} variables to run those programs: 213 In particular, you should run most utility programs via variables. 220 don't need to replace them with other programs. 333 Executable programs are installed in one of the following directories. [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | sol2-cn.asm | 13 ! compiled version of this file with other programs, and to distribute 14 ! those programs without any restriction coming from the use of this
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | sol2-cn.asm | 13 ! compiled version of this file with other programs, and to distribute 14 ! those programs without any restriction coming from the use of this
|
| /openbsd-src/sys/dev/videomode/ |
| H A D | modelines | 12 // $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.3 1999/11/16 03:28:03 tsi Exp $ 13 // $XFree86: xc/programs/Xserver/hw/xfree86/etc/extramodes,v 1.5 2002/06/05 19:43:05 dawes Exp $ 143 // $XFree86: xc/programs/Xserver/hw/xfree86/etc/extramodes,v 1.5 2002/06/05 19:43:05 dawes Exp $
|