| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/ci/ |
| H A D | buildkite-pipeline.yml | 32 automatic: 45 automatic: 64 automatic: 76 automatic: 88 automatic: 100 automatic: 111 automatic: 123 automatic: 134 automatic: 150 automatic: [all …]
|
| /netbsd-src/tests/usr.bin/xlint/lint1/ |
| H A D | msg_302.c | 4 // Test for message: '%s' returns pointer to automatic object [302] 11 /* expect+1: warning: 'return_arg' returns pointer to automatic object [302] */ in return_arg() 19 /* expect+1: warning: 'return_local' returns pointer to automatic object [302] */ in return_local() 30 /* expect+1: warning: 'return_local_array' returns pointer to automatic object [302] */ in return_local_array() 33 /* expect+1: warning: 'return_local_array' returns pointer to automatic object [302] */ in return_local_array() 36 /* expect+1: warning: 'return_local_array' returns pointer to automatic object [302] */ in return_local_array() 39 /* expect+1: warning: 'return_local_array' returns pointer to automatic object [302] */ in return_local_array() 48 /* expect+1: warning: 'return_local_array' returns pointer to automatic object [302] */ in return_local_array() 52 /* expect+1: warning: 'return_local_array' returns pointer to automatic object [302] */ in return_local_array()
|
| H A D | queries_schar.c | 27 * Variables with automatic storage duration often have so small scope that 31 /* expect+1: const automatic variable 'const_arg' [Q18] */ 34 /* expect+1: const automatic variable 'Q18_scalar' [Q18] */ in Q18()
|
| H A D | queries_uchar.c | 31 * Variables with automatic storage duration often have so small scope that 35 /* expect+1: const automatic variable 'const_arg' [Q18] */ 38 /* expect+1: const automatic variable 'Q18_scalar' [Q18] */ in Q18()
|
| H A D | msg_086.c | 4 // Test for message: automatic '%s' hides external declaration with type '%s' [86] 18 /* expect+1: warning: automatic 'variable' hides external declaration with type 'double' [86] */ 20 /* expect+1: warning: automatic 'err' hides external declaration with type 'function(int, pointer to const char, ...) returning void' [86] */ in arg_auto()
|
| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | paste.c | 38 int automatic; member 120 /* Get the most recent automatic buffer. */ 127 while (pb != NULL && !pb->automatic) in paste_get_top() 157 if (pb->automatic) in paste_free() 166 * Add an automatic buffer, freeing the oldest automatic item if at limit. Note 187 if (pb->automatic) in paste_add() 203 pb->automatic = 1; in paste_add() 251 if (pb->automatic) in paste_rename() 253 pb->automatic = 0; in paste_rename() 297 pb->automatic = 0; in paste_set()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | comreg.h | 85 #define EFR_AUTOCTS 0x80 /* Automatic CTS flow control */ 86 #define EFR_AUTORTS 0x40 /* Automatic RTS flow control */ 89 #define EFR_TXFLOWBOTH 0x0c /* Automatic transmit XON/XOFF 1 and 2 */ 90 #define EFR_TXFLOW1 0x08 /* Automatic transmit XON/XOFF 1 */ 91 #define EFR_TXFLOW2 0x04 /* Automatic transmit XON/XOFF 2 */ 92 #define EFR_TXFLOWNONE 0x00 /* No automatic XON/XOFF transmit */ 93 #define EFR_RXFLOWBOTH 0x03 /* Automatic receive XON/XOFF 1 and 2 */ 94 #define EFR_RXFLOW1 0x02 /* Automatic receive XON/XOFF 1 */ 95 #define EFR_RXFLOW2 0x01 /* Automatic receive XON/XOFF 2 */ 96 #define EFR_RXFLOWNONE 0x00 /* No automatic XON/XOFF receive */
|
| /netbsd-src/sbin/scsictl/ |
| H A D | scsictl.8 | 186 Return automatic reallocation parameters for the device. 188 Set automatic reallocation parameters for the device. 189 Automatic reallocation may be disabled 191 the automatic read reallocation enabled 193 the automatic write reallocation enabled 195 or both automatic read and write reallocation enabled 197 If the drive's automatic reallocation parameters are savable, specifying 199 after the automatic reallocation enable state will cause the parameters to be
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/ |
| H A D | origin | 16 'automatic' Automatic variable\n"; 38 'undefined default environment default file command line override automatic 46 automatic');
|
| H A D | foreach | 31 … "undefined file default file environment default file command line override automatic automatic 32 …ault.o file.o environment.o default.o file.o command.o line.o override.o automatic.o automatic.o");
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | BlockLanguageSpec.rst | 35 also contain various variable bindings to automatic (stack) or managed 47 that may reside in automatic (stack) memory, global memory, or heap 151 exception of those in automatic (stack) storage. Thus one may access 155 Local automatic (stack) variables referenced within the compound 233 initially automatic and only "moved" to allocated (heap) storage upon 242 an implementation provides initial automatic storage for Blocks. This 270 not. Blocks using automatic (stack) memory are objects and may be 281 variables of automatic storage referenced within the Block expression 312 use of C++ objects, pointers, or references held in automatic storage.
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/man/ |
| H A D | RAND_DRBG.7 | 279 Automatic reseeding occurs after a predefined number of generate requests. 283 .SS "Automatic Reseeding" 284 .IX Subsection "Automatic Reseeding" 306 In addition to automatic reseeding, the caller can request an immediate 341 seed source is available and automatic reseeding is disabled by default. 344 \&\s-1DRBG,\s0 depending on whether automatic reseeding is available or not. 345 .SS "Reseeding the master \s-1DRBG\s0 with automatic seeding enabled" 346 .IX Subsection "Reseeding the master DRBG with automatic seeding enabled" 369 .SS "Reseeding the master \s-1DRBG\s0 with automatic seeding disabled" 370 .IX Subsection "Reseeding the master DRBG with automatic seeding disabled"
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/man/ |
| H A D | RAND_DRBG.7 | 279 Automatic reseeding occurs after a predefined number of generate requests. 283 .SS "Automatic Reseeding" 284 .IX Subsection "Automatic Reseeding" 306 In addition to automatic reseeding, the caller can request an immediate 341 seed source is available and automatic reseeding is disabled by default. 344 \&\s-1DRBG,\s0 depending on whether automatic reseeding is available or not. 345 .SS "Reseeding the master \s-1DRBG\s0 with automatic seeding enabled" 346 .IX Subsection "Reseeding the master DRBG with automatic seeding enabled" 369 .SS "Reseeding the master \s-1DRBG\s0 with automatic seeding disabled" 370 .IX Subsection "Reseeding the master DRBG with automatic seeding disabled"
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
| H A D | RAND_DRBG.pod | 159 Automatic reseeding occurs after a predefined number of generate requests. 164 =head2 Automatic Reseeding 188 In addition to automatic reseeding, the caller can request an immediate 228 seed source is available and automatic reseeding is disabled by default. 231 DRBG, depending on whether automatic reseeding is available or not. 234 =head2 Reseeding the master DRBG with automatic seeding enabled 266 =head2 Reseeding the master DRBG with automatic seeding disabled
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | EVP_RAND.pod | 162 Automatic reseeding occurs after a predefined number of generate requests. 167 =head2 Automatic Reseeding 191 In addition to automatic reseeding, the caller can request an immediate 231 seed source is available and automatic reseeding is disabled by default. 234 DRBG, depending on whether automatic reseeding is available or not. 237 =head2 Reseeding the primary DRBG with automatic seeding enabled 276 =head2 Reseeding the primary DRBG with automatic seeding disabled
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
| H A D | abi | 79 * All automatic arrays, automatic data aggregates, automatic 80 scalars which must be addressable, and automatic scalars for 91 Addressable automatic variables on the stack are addressed with positive
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| H A D | abi | 79 * All automatic arrays, automatic data aggregates, automatic 80 scalars which must be addressable, and automatic scalars for 91 Addressable automatic variables on the stack are addressed with positive
|
| /netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/ |
| H A D | TestBoot | 58 REM bit 1 - automatic reboot required. 70 REM Did the kernel request a automatic reboot ? 75 REM Clear the automatic reboot flag
|
| /netbsd-src/external/bsd/openldap/dist/doc/man/man5/ |
| H A D | slapo-autoca.5 | 7 slapo\-autoca \- Automatic Certificate Authority overlay to slapd 11 The Automatic CA overlay generates X.509 certificate/key pairs for 64 options apply to the Automatic CA overlay.
|
| /netbsd-src/sys/dev/mii/ |
| H A D | icsphyreg.h | 114 * 0002 Automatic 10Base-T Power Down * 115 * 0001 Automatic 100Base-TX Power Down * * * 124 #define ECR2_10AUTOPWRDN 0x0002 /* Automatic 10baseT power down */ 125 #define ECR2_100AUTOPWRDN 0x0001 /* Automatic 100baseTX power down */
|
| /netbsd-src/external/public-domain/sqlite/man/ |
| H A D | sqlite3_reset_auto_extension.3 | 6 .Nd reset automatic extension loading 14 This interface disables all automatic extensions previously registered
|
| /netbsd-src/external/gpl2/rcs/dist/ |
| H A D | rcs_func.ms | 28 RCS performs automatic record keeping. 39 into one line, the merging of changes is automatic. 58 RCS performs automatic identification of modules with name, revision
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | interface.texi | 64 @cindex @code{longjmp} and automatic variables 65 If you use @code{longjmp}, beware of automatic variables. ISO C says that 66 automatic variables that are not declared @code{volatile} have undefined
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | interface.texi | 64 @cindex @code{longjmp} and automatic variables 65 If you use @code{longjmp}, beware of automatic variables. ISO C says that 66 automatic variables that are not declared @code{volatile} have undefined
|
| /netbsd-src/external/bsd/ntp/dist/html/ |
| H A D | assoc.html | 32 …automatic server discovery packet. They are are demobilized by timeout or when preempted by a &qu… 34 …are three automatic server discovery schemes in NTP: broadcast/multicast, manycast and pool descri… 55 …e can be used. Additional information is on the <a href="discover.html">Automatic NTP Configuratio… 58 …automatic discovery and configuration paradigms new to NTPv4. They are intended as a means for a …
|