/freebsd/sys/contrib/device-tree/Bindings/powerpc/nintendo/ |
H A D | wii.txt | 11 - model : Should be "nintendo,wii" 12 - compatible : Should be "nintendo,wii" 21 - compatible : Should be "nintendo,hollywood" 30 - compatible : should be "nintendo,hollywood-vi","nintendo,flipper-vi" 31 - reg : should contain the VI registers location and length 32 - interrupts : should contain the VI interrupt 41 - compatible : should be "nintendo,hollywood-pi","nintendo,flipper-pi" 42 - reg : should contain the PI registers location and length 53 - compatible : should be "nintendo,flipper-pic" 63 - compatible : should b [all...] |
H A D | gamecube.txt | 12 - compatible : Should be "nintendo,flipper" 21 - compatible : should be "nintendo,flipper-vi" 22 - reg : should contain the VI registers location and length 23 - interrupts : should contain the VI interrupt 32 - compatible : should be "nintendo,flipper-pi" 33 - reg : should contain the PI registers location and length 43 - compatible : should be "nintendo,flipper-pic" 52 - compatible : should be "nintendo,flipper-dsp" 53 - reg : should contain the DSP registers location and length 54 - interrupts : should contai [all...] |
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.int-expr | 12 printf("%s ~ /%s/ -> should be %d, is %d\n", $1, pattern, $2, check) 82 ac ~ /ab{0}c/ -> should be 1, is 1 83 abc ~ /ab{0}c/ -> should be 0, is 0 84 ac ~ /a(b{0})c/ -> should be 1, is 1 85 abc ~ /a(b{0})c/ -> should be 0, is 0 86 ac ~ /ab{0}*c/ -> should be 1, is 1 87 abc ~ /ab{0}*c/ -> should be 0, is 0 88 ac ~ /a(b{0})*c/ -> should be 1, is 1 89 abc ~ /a(b{0})*c/ -> should be 0, is 0 90 ac ~ /ab{0,}c/ -> should be 1, is 1 [all …]
|
/freebsd/share/man/man9/ |
H A D | style.9 | 39 messages, should not be broken up over multiple lines despite this rule. 64 Single-line comments should be consistently either C or C++ within a file. 65 Multi-line comments should also be consistently either C or C++, but may differ 68 The copyright header should be a multi-line comment like so: 82 that should be on the same line as the word 84 You should not insert a new copyright line between an old 86 Instead, you should insert a new copyright phrase after 99 new copyright assertions should be added last. 102 lines should only be added when making substantial changes to the file, 108 Version control system ID tags should only exist once in a file [all …]
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | README.contributors | 6 Coding Standard and glibc specific conventions should be followed 9 2. ABI and symbols: the code should be written so it is suitable for inclusion 11 should be hidden and in the implementation reserved namespace according to 13 library archives should be usable to override libc symbols at link time (or 18 3. API: include headers should be suitable for benchmarking and testing code 19 and should not conflict with libc headers. 28 - Worst-case ULP error should be small in the entire input domain (for most 31 variant should not have > 5 ULP error if the goal is to be a drop in 32 replacement for a standard math function), this should be tested 34 The ulp tool is for this and runulp.sh should be updated for new functions. [all …]
|
/freebsd/sbin/dhclient/ |
H A D | dhcp-options.5 | 180 Routers should be listed in order of preference. 188 Servers should be listed in order of preference. 196 Servers should be listed in order of preference. 205 Servers should be listed in order of preference. 213 Servers should be listed in order of preference. 221 Servers should be listed in order of preference. 230 Servers should be listed in order of preference. 238 Servers should be listed in order of preference. 245 Servers should be listed in order of preference. 258 core image should be dumped in the event the client crashes. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/edac/ |
H A D | socfpga-eccmgr.txt | 8 - compatible : Should be "altr,socfpga-ecc-manager" 11 - ranges : standard definition, should translate from local addresses 17 - compatible : Should be "altr,socfpga-l2-ecc" 19 - interrupts : Should be single bit error interrupt, then double bit error 24 - compatible : Should be "altr,socfpga-ocram-ecc" 27 - interrupts : Should be single bit error interrupt, then double bit error 58 - compatible : Should be "altr,socfpga-a10-ecc-manager" 63 - interrupts : Should be single bit error interrupt, then double bit error 67 - ranges : standard definition, should translate from local addresses 73 - compatible : Should be "altr,socfpga-a10-l2-ecc" [all …]
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | provider-keymgmt.7 | 212 Indicating that the private key data in a key object should be 216 Indicating that the public key data in a key object should be 220 Indicating that the domain parameters in a key object should be 224 Indicating that other parameters in a key object should be 234 Indicating that all key object parameters should be considered, 241 Indicating that both the whole key pair in a key object should be 248 Indicating that everything in a key object should be considered. 260 \&\fBOSSL_FUNC_keymgmt_new()\fR should create a provider side key object. The 264 \&\fBOSSL_FUNC_keymgmt_free()\fR should free the passed \fIkeydata\fR. 272 \&\fBOSSL_FUNC_keymgmt_gen_init()\fR should create the key object generation context [all …]
|
H A D | provider-signature.7 | 273 When present, it should return a NULL-terminated array of strings 284 \&\fBOSSL_FUNC_signature_newctx()\fR should create and return a pointer to a provider side 295 This function should free any resources associated with that context. 297 \&\fBOSSL_FUNC_signature_dupctx()\fR should duplicate the provider side signature context in 304 The \fIparams\fR, if not NULL, should be set on the context in a manner similar to 306 The key object should have been previously generated, loaded or imported into 315 Unless \fIsig\fR is NULL, the signature should be written to the location pointed 316 to by the \fIsig\fR parameter and it should not exceed \fIsigsize\fR bytes in length. 317 The length of the signature should be written to \fI*siglen\fR. 318 If \fIsig\fR is NULL then the maximum length of the signature should be written to [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | atmel-sysregs.txt | 4 - compatible: Should be "atmel,sama5d2-chipid" or "microchip,sama7g5-chipid" 5 - reg : Should contain registers location and length 8 - compatible: Should be "atmel,at91sam9260-pit" 9 - reg: Should contain registers location and length 10 - interrupts: Should contain interrupt for the PIT which is the IRQ line 14 - compatible: Should be "microchip,sam9x60-pit64b" or 16 - reg: Should contain registers location and length 17 - interrupts: Should contain interrupt for PIT64B timer 18 - clocks: Should contain the available clock sources for PIT64B timer. 21 - compatible: Should be "atmel,at91rm9200-st", "syscon", "simple-mfd" [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-keymgmt.pod | 153 Indicating that the private key data in a key object should be 158 Indicating that the public key data in a key object should be 163 Indicating that the domain parameters in a key object should be 168 Indicating that other parameters in a key object should be 183 Indicating that all key object parameters should be considered, 186 =for comment This should used by EVP functions such as 192 =for comment If more parameter categories are added, they should be 197 Indicating that both the whole key pair in a key object should be 205 Indicating that everything in a key object should be considered. 220 OSSL_FUNC_keymgmt_new() should create a provider side key object. The [all …]
|
H A D | provider-signature.pod | 214 When present, it should return a NULL-terminated array of strings 226 OSSL_FUNC_signature_newctx() should create and return a pointer to a provider side 237 This function should free any resources associated with that context. 239 OSSL_FUNC_signature_dupctx() should duplicate the provider side signature context in 247 The I<params>, if not NULL, should be set on the context in a manner similar to 249 The key object should have been previously generated, loaded or imported into 258 Unless I<sig> is NULL, the signature should be written to the location pointed 259 to by the I<sig> parameter and it should not exceed I<sigsize> bytes in length. 260 The length of the signature should be written to I<*siglen>. 261 If I<sig> is NULL then the maximum length of the signature should be written to [all …]
|
/freebsd/tools/regression/sockets/unix_cmsg/ |
H A D | README | 60 data object. Server should receive N messages, each message should 69 should have SCM_CREDS ancillary data object followed by struct sockcred{}, 70 next messages from the same connection should not have ancillary data. 76 messages to Server. Server should receive N messages, the first 77 message should have SCM_CREDS ancillary data object followed by 78 struct sockcred{}, next messages should not have ancillary data. 84 with SCM_CREDS ancillary data object. Server should receive N messages, 85 the first message should have SCM_CREDS ancillary data object followed 86 by struct sockcred{}, each of next messages should have SCM_CREDS 92 data object. Server should receive one message with SCM_TIMESTAMP [all …]
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_archive_match_path.c | 44 /* Test with 'aa1234', which should be excluded. */ in test_exclusion_mbs() 46 failure("'aa1234' should be excluded"); in test_exclusion_mbs() 51 failure("'aa1234' should be excluded"); in test_exclusion_mbs() 55 /* Test with 'a1234', which should not be excluded. */ in test_exclusion_mbs() 57 failure("'a1234' should not be excluded"); in test_exclusion_mbs() 62 failure("'a1234' should not be excluded"); in test_exclusion_mbs() 87 /* Test with 'aa1234', which should be excluded. */ in test_exclusion_wcs() 89 failure("'aa1234' should be excluded"); in test_exclusion_wcs() 94 failure("'aa1234' should be excluded"); in test_exclusion_wcs() 98 /* Test with 'a1234', which should no in test_exclusion_wcs() [all...] |
H A D | test_archive_match_owner.c | 45 failure("uid 0 should be excluded"); in test_uid() 49 failure("uid 1000 should not be excluded"); in test_uid() 53 failure("uid 1001 should be excluded"); in test_uid() 57 failure("uid 1002 should not be excluded"); in test_uid() 61 failure("uid 1003 should be excluded"); in test_uid() 87 failure("uid 0 should be excluded"); in test_gid() 91 failure("uid 1000 should not be excluded"); in test_gid() 95 failure("uid 1001 should be excluded"); in test_gid() 99 failure("uid 1002 should not be excluded"); in test_gid() 103 failure("uid 1003 should b in test_gid() [all...] |
H A D | test_archive_read_set_options.c | 28 #define should(__a, __code, __opts) \ 45 should(a, ARCHIVE_OK, NULL); in test() 46 should(a, ARCHIVE_OK, ""); in test() 49 should(a, ARCHIVE_FAILED, "fubar:snafu"); in test() 52 should(a, ARCHIVE_FAILED, "fubar:snafu=betcha"); in test() 57 should(a, ARCHIVE_FAILED, "snafu"); in test() 60 should(a, ARCHIVE_FAILED, "snafu=betcha"); in test() 65 should(a, known_option_rv, "iso9660:joliet"); in test() 70 should(a, known_option_rv, "iso9660:joliet"); in test() 75 should( in test() 29 #define should( global() macro [all...] |
H A D | test_archive_write_set_options.c | 28 #define should(__a, __code, __opts) \ 45 should(a, ARCHIVE_OK, NULL); in test() 46 should(a, ARCHIVE_OK, ""); in test() 49 should(a, ARCHIVE_FAILED, "fubar:snafu"); in test() 52 should(a, ARCHIVE_FAILED, "fubar:snafu=betcha"); in test() 57 should(a, ARCHIVE_FAILED, "snafu"); in test() 60 should(a, ARCHIVE_FAILED, "snafu=betcha"); in test() 65 should(a, known_option_rv, "iso9660:joliet"); in test() 70 should(a, known_option_rv, "iso9660:joliet"); in test() 75 should( in test() 29 #define should( global() macro [all...] |
H A D | test_archive_match_time.c | 50 failure("Both Its mtime and ctime should be excluded"); in test_newer_time() 55 failure("Both Its mtime and ctime should be excluded"); in test_newer_time() 61 failure("Both Its mtime and ctime should not be excluded"); in test_newer_time() 67 failure("Its mtime should be excluded"); in test_newer_time() 73 failure("Its ctime should be excluded"); in test_newer_time() 107 failure("Both Its mtime and ctime should be excluded"); in test_newer_time_str() 113 failure("Both Its mtime and ctime should be excluded"); in test_newer_time_str() 120 failure("Both Its mtime and ctime should not be excluded"); in test_newer_time_str() 127 failure("Its mtime should be excluded"); in test_newer_time_str() 133 failure("Its ctime should be excluded"); in test_newer_time_str() [all …]
|
H A D | test_archive_read_add_passphrase.c | 80 /* Fist call, we should get "pass1" as a passphrase. */ in DEFINE_TEST() 82 /* Second call, we should get NULL which means all the passphrases in DEFINE_TEST() 98 /* Fist call, we should get "pass1" as a passphrase. */ in DEFINE_TEST() 100 /* Second call, we should get "pass2" as a passphrase. */ in DEFINE_TEST() 102 /* Third call, we should get NULL which means all the passphrases in DEFINE_TEST() 126 /* Fist call, we should get "passCallBack" as a passphrase. */ in DEFINE_TEST() 134 * should work fine. */ in DEFINE_TEST() 139 /* Fist call, we should get "passCallBack" as a passphrase. */ in DEFINE_TEST() 171 /* Fist call, we should get "passCallBack" as a passphrase. */ in DEFINE_TEST() 173 /* Second call, we should ge in DEFINE_TEST() [all...] |
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_environment_test.cc | 77 // We call this function to set the type of failure SetUp() should 99 // The 'failure' parameter specifies the type of failure that should 115 "AddGlobalTestEnvironment() should return its argument."); in RegisterTestEnv() 124 "RUN_ALL_TESTS() should return non-zero, as the global tear-down " in TestGlobalSetUp() 125 "should generate a failure."); in TestGlobalSetUp() 127 "The tests should run, as the global set-up should generate no " in TestGlobalSetUp() 130 "The global tear-down should run, as the global set-up was run."); in TestGlobalSetUp() 138 "RUN_ALL_TESTS() should return non-zero, as both the global set-up " in TestTestsRun() 139 "and the global tear-down should generate a non-fatal failure."); in TestTestsRun() 141 "The tests should run, as the global set-up should generate no " in TestTestsRun() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | atmel-usb.txt | 6 - compatible: Should be "atmel,at91rm9200-ohci" for USB controllers 9 - interrupts: Should contain ohci interrupt 10 - clocks: Should reference the peripheral, host and system clocks 11 - clock-names: Should contain three strings 33 - compatible: Should be "atmel,at91sam9g45-ehci" for USB controllers 36 - interrupts: Should contain ehci interrupt 37 - clocks: Should reference the peripheral and the UTMI clocks 38 - clock-names: Should contain two strings 43 - phy_type : For multi port host USB controllers, should be one of 57 - compatible: Should be one of the following [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/omap/ |
H A D | l4.txt | 6 - compatible : Should be "ti,omap2-l4" for OMAP2 family l4 core bus 7 Should be "ti,omap2-l4-wkup" for OMAP2 family l4 wkup bus 8 Should be "ti,omap3-l4-core" for OMAP3 family l4 core bus 9 Should be "ti,omap4-l4-cfg" for OMAP4 family l4 cfg bus 10 Should be "ti,omap4-l4-per" for OMAP4 family l4 per bus 11 Should be "ti,omap4-l4-wkup" for OMAP4 family l4 wkup bus 12 Should be "ti,omap5-l4-cfg" for OMAP5 family l4 cfg bus 13 Should be "ti,omap5-l4-wkup" for OMAP5 family l4 wkup bus 14 Should be "ti,dra7-l4-cfg" for DRA7 family l4 cfg bus 15 Should be "ti,dra7-l4-wkup" for DRA7 family l4 wkup bus [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | escape.mk | 28 # this implies that <backslash> should be taken literally everywhere 51 should continue the comment. \ 58 # Embedded backslash in variable should be taken literally. 72 # Double backslash in variable should be taken as two literal backslashes. 100 # this should be processed as a comment 102 # this should be processed as a comment 111 # Both backslashes should be taken literally, and the newline is NOT escaped. 128 # this should be processed as a comment 130 # this should be processed as a comment 138 # First two should be taken literally, and last should escape the newline. [all …]
|
/freebsd/contrib/arm-optimized-routines/ |
H A D | README.contributors | 16 - Build should only depend on GNU make and posix utilities (shell, awk, sed, 18 - Build should pass with the default configuration (see config.mk.dist) 20 toolchains. (The build should not depend on a recent toolchain, the use 21 of a new feature should be possible to disable.) 23 should be done via make variables in config.mk. This is the user interface 24 to the build system, so it should be documented in sufficient detail and 29 some supported configurations (e.g. CFLAGS) those should be tested. 34 - Commit message should be descriptive and should not refer to Arm internal 36 decisions should be recorded or explained in the commit message if they are 38 - Ideally tools and scripts used to write the code should be added to the [all …]
|
/freebsd/contrib/libxo/doc/ |
H A D | xolint-errors.rst | 10 This code should be replaced with code like: 29 This code should be replaced with code like: 49 This code should be replaced with code like: 67 This code should be replaced with code like: 73 Both format should consume the same number of arguments off the stack 85 This code should be replaced with code like: 100 This code should be replaced with code like: 137 in it, like "{N:Type of I/O}"; backslashes should be escaped, 151 This code should be replaced with code like: 169 This code should be replaced with code like: [all …]
|