| /netbsd-src/external/bsd/tre/dist/tests/agrep/ |
| H A D | exitstatus.ok | 83 just some stuff 88 just some stuff 101 exitstatus.in:just some stuff 106 (standard input):just some stuff 119 3:just some stuff 124 3:just some stuff 129 0:just some stuff 134 0:just some stuff 139 just some stuff 144 just some stuff [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/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 77 --prefix=/some/dir use gcc, g++ and gfortran from /some/dir/bin [PATH] 78 --with-gcc=/some/dir/bin/gcc use specified gcc program [gcc] 79 --with-g++=/some/dir/bin/g++ use specified g++ program [g++] 80 --with-gfortran=/some/dir/bin/gfortran use specified gfortran program [gfortran] 86 --tmpdir=/some/dir create temporaries and leave failed programs
|
| /netbsd-src/external/gpl3/gcc/dist/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 77 --prefix=/some/dir use gcc, g++ and gfortran from /some/dir/bin [PATH] 78 --with-gcc=/some/dir/bin/gcc use specified gcc program [gcc] 79 --with-g++=/some/dir/bin/g++ use specified g++ program [g++] 80 --with-gfortran=/some/dir/bin/gfortran use specified gfortran program [gfortran] 86 --tmpdir=/some/dir create temporaries and leave failed programs
|
| /netbsd-src/tests/rump/kernspace/ |
| H A D | lockme.c | 51 struct somemem *some; in rumptest_lockme() local 87 some = kmem_alloc(sizeof(*some), KM_SLEEP); in rumptest_lockme() 88 mutex_init(&some->mutexetum, MUTEX_DEFAULT, IPL_NONE); in rumptest_lockme() 89 kmem_free(some, sizeof(*some)); in rumptest_lockme()
|
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/bsd/less/dist/lesstest/lt/ |
| H A D | proc-special.lt | 35 and some tabs here ok. 38 …______________________________________________________________________and some tabs here… 40 …______________________________________________________________________and some tabs here… 42 …______________________________________________________________________and some tabs here… 44 …______________________________________________________________________and some tabs here… 46 …______________________________________________________________________and some tabs here… 48 …______________________________________________________________________and some tabs here… 50 …______________________________________________________________________and some tabs here… 52 …______________________________________________________________________and some tabs here… 54 …______________________________________________________________________and some tabs here… [all …]
|
| /netbsd-src/doc/ |
| H A D | TODO.compat-module | 7 2. Reverted some intentional auto-load breakage for loading the sysv_ipc 12 4. Resolved some inter-module dependencies. 14 5. Extracted some net/if.c compat routines into the compat module, and 47 13. Cleaned up some previous vectored routines (related to if_43.c) to 50 14. Organized (some of) the netbsd32 machine-dependent code to fit a 67 17. The compat_60 module still needs some work for XEN systems. We 68 probably need some build infrastructure changes to ensure that 77 seems to me that the MI compat build infrastructure should have some 93 19. For compat_50, there are some things in dev/gpio and dev/wscons/wsmux 104 and into the compat_netbsd32 module. Unfortunately there are some
|
| /netbsd-src/external/bsd/nvi/dist/regex/ |
| H A D | WHATSNEW | 15 makefile has generally been cleaned up some. Fixes have been made 17 the cost of weaker checking. A workaround for a bug in some folks' 18 <assert.h> has been added. And some more things have been added to 25 Sun system, and the newer compiler exposed some glitches). Fix for a 30 some clot has defined CHAR_MIN as (say) `-128' instead of `(-128)' is 38 New in alpha3.0: Performance is no better, alas, but some fixes have been 39 made and some functionality has been added. (This is basically the "get 53 to change for 4.4BSD. Cleanup work in engine.c, and some new regression 79 harmful, but technically errors) and some other areas. Debugging 90 file prototypes the functions if __STDC__ is defined, and some small typos
|
| /netbsd-src/lib/libc/regex/ |
| H A D | WHATSNEW | 16 makefile has generally been cleaned up some. Fixes have been made 18 the cost of weaker checking. A workaround for a bug in some folks' 19 <assert.h> has been added. And some more things have been added to 26 Sun system, and the newer compiler exposed some glitches). Fix for a 31 some clot has defined CHAR_MIN as (say) `-128' instead of `(-128)' is 39 New in alpha3.0: Performance is no better, alas, but some fixes have been 40 made and some functionality has been added. (This is basically the "get 54 to change for 4.4BSD. Cleanup work in engine.c, and some new regression 80 harmful, but technically errors) and some other areas. Debugging 91 file prototypes the functions if __STDC__ is defined, and some small typos
|
| /netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/ |
| H A D | preface.rst | 21 to configure BIND 9 to support some common DNSSEC features, and 22 some basic troubleshooting tips. The chapters are organized as follows: 34 some examples of tools to verify that the resolver is properly validating 41 :ref:`dnssec_troubleshooting` provides some tips on how to analyze 45 generation, key storage, key management, NSEC and NSEC3, and some 51 :ref:`dnssec_commonly_asked_questions` lists some commonly asked
|
| /netbsd-src/games/monop/ |
| H A D | trade.c | 177 bool some; in summate() local 184 some = FALSE; in summate() 188 printf("\t$%d\n", tp->cash), some++; in summate() 191 some++; in summate() 195 some++; in summate() 197 if (!some) in summate()
|
| /netbsd-src/external/mit/isl/dist/doc/ |
| H A D | CodingStyle | 1 This document describes some aspects of the coding style of isl, 28 if some part of a function deserves additional comments, then 34 There are some exceptions to the general rule of using 38 some variables of this type are still called "dim" or some variant thereof.
|
| /netbsd-src/external/public-domain/xz/dist/doc/ |
| H A D | history.txt | 53 decoder from C++ LZMA SDK with some little modifications. This tool 57 Introducing this new tool caused some temporary incompatibilities, 64 zlib, although there were some significant differences, which made it 65 non-trivial to use it in some applications designed for zlib and 77 polished, but appeared to work well enough, so some people started 82 maintained. It got some bug fixes now and then, and finally it was 94 Igor and Lasse started developing a new file format with some help 96 and Lars Wirzenius helped with some minor things at some point of the 112 the old .lzma format, the .xz format added some new features like 117 It is an extension on top of the original LZMA to fix some practical
|
| /netbsd-src/external/gpl3/autoconf/dist/tests/ |
| H A D | m4sh.at | 1061 echo "AS_HELP_STRING([--an-option],[some text])" 1063 [some other text which should wrap at our default of 80 characters.])" 1072 [some other text which should wrap at our default of 80 characters.])" 1074 [some other text which should wrap at our default of 80 characters.])" 1076 [some other text which should wrap at our default of 80 characters.])" 1078 [some other text which should wrap at our default of 80 characters.])" 1080 [some other text which should wrap at our default of 80 characters.])" 1082 [some other text which should wrap at our default of 80 characters.])" 1084 [some other @<][:@ex@:][>@ which should wrap at our default of 80 characters.])" 1086 [some other @<][:@ex@:][>@ which should wrap at our default of 80 characters.])" [all …]
|
| /netbsd-src/distrib/utils/ |
| H A D | README | 9 sun3 port, I've developed some things that others may want: 13 New "small/tiny" tools, to replace some of the larger 29 directories for some programs that build smaller versions, 36 libhack: small implementation of some libc functions
|
| /netbsd-src/tests/usr.bin/config/ |
| H A D | d_shadow_instance | 16 # The two child* instances are aliases, and at some point the orphan-checking 17 # code skipped some aliases, in the shadowing situation and some others.
|
| /netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
| H A D | check_hide_mount_type.m4 | 6 dnl MNTTYPE_IGNORE or MNTTYPE_AUTO, or others does not work: some OSs define 7 dnl some of these then use other stuff; some do not define them at all in
|
| /netbsd-src/external/bsd/lutok/dist/ |
| H A D | stack_cleaner_test.cpp | 46 ATF_TEST_CASE_WITHOUT_HEAD(some); 47 ATF_TEST_CASE_BODY(some) in ATF_TEST_CASE_BODY() argument 105 ATF_ADD_TEST_CASE(tcs, some); in ATF_INIT_TEST_CASES()
|
| /netbsd-src/sys/conf/ |
| H A D | std | 5 # this file is for options which can't be off-by-default for some reasons. 17 # on some architectures, file system modules can be loaded at boot 58 # provided that some care is taken in ensuring that we copy & paste 60 # applications, even embedded ones, will likely rely in some way or
|
| /netbsd-src/external/public-domain/xz/dist/ |
| H A D | PACKAGERS | 24 give a pretty good package, there are some details which packagers 35 to use some other name; I won't get angry about it. ;-) It's just nice 54 Naturally, feel free to use some other description if you find it 66 If you are splitting XZ Utils into multiple packages, here are some 118 XZ Utils are in the public domain, but some less important files 125 add some third-party code, which may be copyrighted). 156 "make install" copies some additional documentation to $docdir 172 The "extra" directory contains some small extra tools or other files. 179 directory (e.g. /usr/share/doc/xz/extra). Maybe some people will find 183 The "debug" directory contains some tools that are useful only when
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/ |
| H A D | warning | 20 all: some; @echo hi $(warning warning is $(WARNING3)) 24 all: some; @echo hi 28 some: ; @echo Some stuff
|
| H A D | error | 21 all: some; @echo $(error error is $(ERROR3)) 25 all: some; @echo error is $(ERROR4) 29 some: ; @echo Some stuff
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| H A D | commands_map_test.cpp | 88 ATF_TEST_CASE_WITHOUT_HEAD(some); 89 ATF_TEST_CASE_BODY(some) in ATF_TEST_CASE_BODY() argument 141 ATF_ADD_TEST_CASE(tcs, some); in ATF_INIT_TEST_CASES()
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | README | 68 Builds a "secure" version of less, with some features disabled 78 to be edited. The terminal libraries will be some subset of 81 If you wish, you may edit defines.h to remove some optional features. 82 If you choose not to include some features in your version, you may 132 4. If you wish, you may edit DEFINES.DS to remove some optional features. 133 If you choose not to include some features in your version, you may 162 4. If you wish, you may edit defines.wn to remove some optional features. 163 If you choose not to include some features in your version, you may 189 4. If you wish, you may edit defines.o2 to remove some optional features. 190 If you choose not to include some features in your version, you may [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/HOWTO/ |
| H A D | certificates.txt | 9 - User of some client application 10 - User of some server application 45 (or, as some certificate authorities like to put it, "certificate 60 <formats.txt?>). In some cases, -outform does not let you output the 90 However, some (most?) certificate authorities will encode them with 94 convert between some (most?) formats. 103 some applications, you don't even have to do that.
|