| /freebsd-12-stable/usr.sbin/etcupdate/tests/ |
| D | fbsdid_test.sh | 113 store_id $OLD/already ": src/already,v 1.1 jhb Exp " 114 store_id $NEW/already ": head/already 12345 jhb " 115 store_id $TEST/already ": src/already,v 1.2 jhb Exp " 116 cat >> $OLD/already <<EOF 121 cat >> $i/already <<EOF 183 store_id $OLD/local-already ": head/local 12000 jhb " 185 store_id $i/local-already ": head/local 12345 jhb " 189 cat >> $i/local-already <<EOF 195 cat >> $TEST/local-already <<EOF 298 C /already [all …]
|
| D | tests_test.sh | 509 for j in already old fromdir todir; do 517 mkdir $OLD/dirchange/already/fromdir 518 echo "blah" > $OLD/dirchange/already/fromdir/somefile 520 echo "bar" > $i/dirchange/already/fromdir 526 echo "baz" > $OLD/dirchange/already/todir 528 mkdir $i/dirchange/already/todir 529 echo "blah" > $i/dirchange/already/todir/somefile 897 file /dirchange/already/fromdir "bar" 900 file /dirchange/already/todir/somefile "blah"
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| D | tst.StateMachine.ksh.out | 18 java.lang.IllegalStateException: consumer already open 39 java.lang.IllegalStateException: go() already called 40 java.lang.IllegalStateException: go() already called 41 java.lang.IllegalStateException: go() already called 42 java.lang.IllegalStateException: go() already called 43 java.lang.IllegalStateException: go() already called 44 java.lang.IllegalStateException: go() already called 51 java.lang.IllegalStateException: consumer already stopped
|
| D | tst.Enable.ksh.out | 2 java.lang.IllegalStateException: program already enabled 3 java.lang.IllegalStateException: program already enabled 5 java.lang.IllegalStateException: program already enabled
|
| /freebsd-12-stable/usr.sbin/manctl/ |
| D | manctl.sh | 212 gz) { echo file $pname already gzipped 1>&2 ; } ;; 213 Z) { echo file $pname already compressed 1>&2 ; } ;; 266 gz) { echo file $pname already gzipped 1>&2 ; } ;; 267 Z) { echo file $pname already compressed 1>&2 ; } ;;
|
| /freebsd-12-stable/crypto/openssh/ |
| D | Makefile.in | 428 echo "$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \ 433 echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \ 443 echo "$(DESTDIR)$(sysconfdir)/moduli already exists, install will not overwrite"; \
|
| /freebsd-12-stable/usr.bin/tip/libacu/ |
| D | biz31.c | 232 int already = 0; in bizsync() local 243 if (already > MAXRETRY) in bizsync() 247 already++; in bizsync()
|
| D | ventel.c | 223 int already = 0, nread; in vensync() local 237 while (already < MAXRETRY) { in vensync() 258 already++; in vensync()
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | BUF_MEM_new.pod | 35 BUF_MEM_free() frees up an already existing buffer. The data is zeroed 38 BUF_MEM_grow() changes the size of an already existing buffer to 39 B<len>. Any data already in the buffer is preserved if it increases in
|
| D | X509V3_get_d2i.pod | 86 not already exist. An error is returned if the extension does already 90 already exists. 99 not already exist. An error B<is not> returned if the extension does already 205 fails due to a non-fatal error (extension not found, already exists,
|
| D | SSL_load_client_CA_file.pod | 27 and adds their subject name to the already existing I<stack>. 31 already existing I<stack>.
|
| D | SSL_set_session.pod | 22 If there is already a session set inside B<ssl> (because it was set with 23 SSL_set_session() before or because the same B<ssl> was already used for
|
| /freebsd-12-stable/crypto/heimdal/lib/hdb/ |
| D | hdb_err.et | 13 #error_code INUSE, "Entry already exists in database" 23 error_code EXISTS, "Entry already exists in database"
|
| /freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/custom/ |
| D | README.md | 38 * `GTEST_HAS_NOTIFICATION_` - Enabled if Notification is already provided. 40 are already provided. Must also provide `GTEST_DECLARE_STATIC_MUTEX_(mutex)`
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | obstack.c | 245 long already; in _obstack_newchunk() local 272 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT); in _obstack_newchunk() 275 already = 0; in _obstack_newchunk() 277 for (i = already; i < obj_size; i++) in _obstack_newchunk()
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | obstack.c | 245 long already; in _obstack_newchunk() local 272 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT); in _obstack_newchunk() 275 already = 0; in _obstack_newchunk() 277 for (i = already; i < obj_size; i++) in _obstack_newchunk()
|
| /freebsd-12-stable/usr.bin/msgs/ |
| D | msgs.c | 165 bool newrc, already; in main() local 462 already = NO; in main() 489 if (already && !hdrs) in main() 498 already = YES; in main() 613 if (already && !quitit && lastcmd && totty) { in main() 622 if (!(already || hush || qopt)) in main()
|
| /freebsd-12-stable/gnu/usr.bin/grep/ |
| D | obstack.c | 284 long already; local 311 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT); 314 already = 0; 316 for (i = already; i < obj_size; i++)
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/ |
| D | xray_trampoline_arm.S | 30 @ Function ID is already in r0 (the first parameter). 62 @ Function ID is already in r0 (the first parameter). 93 @ Function ID is already in r0 (the first parameter).
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_flags.inc | 21 // Suppress a race report if we've already output another race report 24 "Suppress a race report if we've already output another race report " 27 "Suppress a race report if we've already output another race report "
|
| /freebsd-12-stable/usr.sbin/bsdconfig/share/media/ |
| D | network.subr | 50 # from the FreeBSD install media) then assume that the network has already been 77 f_dprintf "Network already initialized." 97 # If it is, then it's already up. 101 f_dprintf "A DHCP interface. Should already be up."
|
| /freebsd-12-stable/contrib/binutils/include/aout/ |
| D | ChangeLog | 65 * aout64.h: Only define QMAGIC if it isn't already defined. 176 if `external_exec' is already defined as a macro. 178 if already defined. 180 `external_nlist' is already defined as a macro.
|
| /freebsd-12-stable/sys/contrib/edk2/Include/Library/ |
| D | DebugLib.h | 408 _ASSERT (Guid already installed in database); \ 412 _ASSERT (Guid already installed on Handle); \
|
| /freebsd-12-stable/usr.bin/bmake/tests/ |
| D | README | 30 directory already exists an error is printed. 110 the directory already exists (during reset) only the 118 during setup and reset. When the file already exists 121 in the working directory must already exists (see
|
| /freebsd-12-stable/lib/libc/nls/ |
| D | C.msg | 81 37 Operation already in progress 103 48 Address already in use 119 56 Socket is already connected
|