| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | paste.c | 38 int automatic; member 127 while (pb != NULL && !pb->automatic) in paste_get_top() 157 if (pb->automatic) in paste_free() 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/external/gpl2/gmake/dist/tests/scripts/functions/ |
| 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");
|
| H A D | origin | 16 'automatic' Automatic variable\n"; 38 'undefined default environment default file command line override automatic 46 automatic');
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_ancil.tdir/ |
| H A D | fwd_ancil.pre | 38 wait_server_up_or_fail unbound.log "start of service" "disable interface-automatic" 39 if fgrep "disable interface-automatic" unbound.log; then
|
| H A D | fwd_ancil.test | 10 if fgrep "disable interface-automatic" unbound.log; then 23 if ! grep "Please disable interface-automatic" unbound.log; then
|
| H A D | fwd_ancil.conf | 11 interface-automatic: yes
|
| H A D | fwd_ancil.post | 13 if fgrep "disable interface-automatic" unbound.log; then
|
| /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/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/apache2/llvm/dist/libcxx/include/ |
| H A D | format | 34 enum indexing { unknown, manual, automatic }; // exposition only 137 __throw_format_error("Using automatic argument numbering in manual " 146 __throw_format_error("Using manual argument numbering in automatic "
|
| /netbsd-src/external/bsd/openldap/dist/doc/devel/ |
| H A D | args | 54 -I SASL interactive mode (default: automatic) 55 -Q SASL quiet mode (default: automatic)
|
| /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/gpl3/gcc.old/dist/contrib/ |
| H A D | patch_tester.sh | 469 echo "I'm the automatic tester running on $TARGET." >> $START_REPORT 471 echo "Bye, your automatic tester." >> $START_REPORT
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | patch_tester.sh | 469 echo "I'm the automatic tester running on $TARGET." >> $START_REPORT 471 echo "Bye, your automatic tester." >> $START_REPORT
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
| H A D | RAND_DRBG.pod | 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/external/bsd/am-utils/dist/m4/macros/ |
| H A D | check_network_transport_type.m4 | 20 # append transport utilities object to LIBOBJS for automatic compilation
|
| H A D | check_umount_style.m4 | 25 # append un-mount utilities object to LIBOBJS for automatic compilation
|
| /netbsd-src/tools/pkg_install/lib/ |
| H A D | Makefile | 8 SRCS= automatic.c conflicts.c dewey.c \
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_CTX_set1_verify_cert_store.pod | 71 automatic chain building is disabled. 73 If the mode B<SSL_MODE_NO_AUTO_CHAIN> is set then automatic chain building
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | EVP_RAND.pod | 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/bsd/pkg_install/lib/ |
| H A D | Makefile | 7 SRCS= automatic.c conflicts.c dewey.c \
|