| /src/contrib/netbsd-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()
|
| /src/contrib/libucl/tests/basic/ ! |
| H A D | 2.res | 23 key1 = "some string"; 25 key2 = "/some/path"; 27 key3 = "111some"; 35 keyvar = "${some}$no${}$$test$$$$$$$";
|
| H A D | 2.in | 14 key1 = "some string"; 15 key2 = /some/path; 16 key3 = 111some, 23 keyvar = "${some}$no${}$$test$$$$$$$";
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ ! |
| H A D | tst.negorder.d.out | 1 Ordering of quantize() with some negative weights: 148 Ordering of lquantize() with some negative weights: 295 Ordering of sum() with some negative weights: 322 Ordering of max() with some negative weights: 349 Ordering of min() with some negative weights:
|
| /src/tools/regression/ ! |
| H A D | TODO | 12 provide an ok() function (the non-fatal assert), probably with some helper 26 some of geom_*/ 27 some of netinet/ 30 some of pipe/ 32 some of sockets/
|
| /src/sys/contrib/device-tree/Bindings/interrupt-controller/ ! |
| H A D | msi.txt | 12 MSIs are distinguished by some combination of: 35 address by some master. An MSI controller may feature a number of doorbells. 87 compatible = "vendor-a,some-controller"; 96 /* Each device has some unique ID */ 104 /* Each device has some unique ID */ 110 compatible = "vendor-c,some-device"; 118 compatible = "vendor-c,some-device"; 128 compatible = "vendor-c,some-device";
|
| /src/lib/libc/regex/ ! |
| H A D | WHATSNEW | 14 makefile has generally been cleaned up some. Fixes have been made 16 the cost of weaker checking. A workaround for a bug in some folks' 17 <assert.h> has been added. And some more things have been added to 24 Sun system, and the newer compiler exposed some glitches). Fix for a 29 some clot has defined CHAR_MIN as (say) `-128' instead of `(-128)' is 37 New in alpha3.0: Performance is no better, alas, but some fixes have been 38 made and some functionality has been added. (This is basically the "get 52 to change for 4.4BSD. Cleanup work in engine.c, and some new regression 78 harmful, but technically errors) and some other areas. Debugging 89 file prototypes the functions if __STDC__ is defined, and some small typos
|
| /src/contrib/nvi/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
|
| /src/contrib/netbsd-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.
|
| /src/crypto/openssl/doc/designs/ ! |
| H A D | ossl-provider-load-ex.md | 6 provider will be activated with some default settings, that may or may not 14 drivers) and will be useful for some other providers. In case of Red Hat it is 31 configuration file. Here are the current design decisions and some possible 60 But unless the provider supports some configuration options, the algorithms in 71 1. We should provide some API function accessing the configuration parameters 73 some default values with the app-specific ones in more or less intellectual
|
| /src/sys/contrib/device-tree/Bindings/mtd/partitions/ ! |
| H A D | brcm,bcm947xx-cfe-partitions.txt | 6 without any on-flash partition table. On some devices their sizes and/or 15 containing some details, including a length. 20 3) Device manufacturer's data with some default values (e.g. SSIDs) 24 As mentioned earlier, role of some partitions may depend on extra configuration.
|
| /src/sys/contrib/device-tree/Bindings/pci/ ! |
| H A D | pci-iommu.txt | 57 compatible = "vendor,some-iommu"; 84 compatible = "vendor,some-iommu"; 112 compatible = "vendor,some-iommu"; 140 compatible = "vendor,some-iommu"; 146 compatible = "vendor,some-iommu"; 152 compatible = "vendor,some-iommu";
|
| H A D | pci-msi.txt | 68 compatible = "vendor,some-controller"; 96 compatible = "vendor,some-controller"; 125 compatible = "vendor,some-controller"; 155 compatible = "vendor,some-controller"; 185 compatible = "vendor,some-controller"; 192 compatible = "vendor,some-controller"; 199 compatible = "vendor,some-controller";
|
| /src/contrib/lutok/ ! |
| 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()
|
| /src/contrib/less/ ! |
| H A D | README | 76 Builds a "secure" version of less, with some features disabled 86 to be edited. The terminal libraries will be some subset of 89 If you wish, you may edit defines.h to remove some optional features. 90 If you choose not to include some features in your version, you may 126 2. If you wish, you may edit defines.wn to remove some optional features. 127 If you choose not to include some features in your version, you may 136 a "secure" version of less is built, with some features disabled. 163 4. If you wish, you may edit DEFINES.DS to remove some optional features. 164 If you choose not to include some features in your version, you may 192 4. If you wish, you may edit defines.o2 to remove some optional features. [all …]
|
| /src/contrib/googletest/docs/ ! |
| H A D | index.md | 12 * [GoogleTest Samples](samples.md) - Describes some GoogleTest samples. 13 * [GoogleTest FAQ](faq.md) - Have a question? Want some tips? Check here 21 * [Mocking FAQ](gmock_faq.md) - Contains answers to some mocking-specific
|
| /src/contrib/kyua/utils/cmdline/ ! |
| H A D | commands_map_test.cpp | 84 ATF_TEST_CASE_WITHOUT_HEAD(some); 85 ATF_TEST_CASE_BODY(some) in ATF_TEST_CASE_BODY() argument 137 ATF_ADD_TEST_CASE(tcs, some); in ATF_INIT_TEST_CASES()
|
| /src/sys/contrib/device-tree/Bindings/pinctrl/ ! |
| H A D | sprd,pinctrl.txt | 5 The first block comprises some global control registers, and each 7 to configure for some global common configuration, such as domain 27 The second block comprises some common registers which have unified 42 In some situation we need set the pin sleep mode and pin sleep related 50 Moreover we can not use the "sleep" state, since some systems (like: 56 The last block comprises some misc registers which also have unified
|
| /src/bin/sh/tests/builtins/ ! |
| H A D | break5.4 | 2 # Although this is not specified by POSIX, some configure scripts (gawk 4.1.0) 4 # In some uncommitted code, the subshell environment corrupted the outer
|
| /src/crypto/openssl/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.
|
| /src/usr.bin/column/tests/ ! |
| H A D | column.sh | 32 some lines 49 some lines more 71 some lines 86 some lines are empty third of the input files am i
|
| /src/sys/contrib/device-tree/Bindings/mips/lantiq/ ! |
| H A D | rcu.txt | 8 uses one or multiple register exclusively, but for some registers some 9 bits are for one driver and some other bits are for a different driver.
|
| /src/sys/contrib/device-tree/Bindings/arm/hisilicon/ ! |
| H A D | hisilicon.txt | 89 their status, and configures some functions of peripherals. 119 the register offset of some core modules are different. 175 - #clock-cells: should be set to 1, some clock registers are define 215 system controller,but it has some specific control registers for 216 HIP01 SoC family, such as slave core boot, and also some same 236 HiP05 or HiP06 Soc to implement some basic configurations. 252 HiP05 or HiP06 Soc to implement some basic configurations. The peripheral 269 HiP05 or HiP06 Soc to implement some basic configurations.
|
| /src/contrib/one-true-awk/ ! |
| H A D | FIXES.1e | 52 Memory leak when assigning a string to some of the built-in 69 standing warnings had been made fatal and some fatal errors went 249 enum and simplify some of the related code. Thanks 256 From Arnold Robbins, apply some cleanups in the test suite. 307 Extract awktest.tar into testdir directory. Add some very 367 for YYSTYPE_IS_DEFINED. It was harmless but some gcc settings 374 Added some casts to silence warnings on debugging printfs. 414 Updated some broken tests (beebe.tar, T.lilly) 527 fixed some null pointer refs calling adjbuf. 537 removed some no-effect asserts in run.c. [all …]
|
| /src/sys/contrib/device-tree/Bindings/mtd/ ! |
| H A D | partition.txt | 19 some extra properties / subnodes). It allows describing more complex, 20 hierarchical (multi-level) layouts and should be used if there is some 21 significant relation between partitions or some partition internally uses
|