/freebsd/usr.sbin/etcupdate/tests/ |
H A D | fbsdid_test.sh | 112 store_id $OLD/already ": src/already,v 1.1 jhb Exp " 113 store_id $NEW/already ": head/already 12345 jhb " 114 store_id $TEST/already ": src/already,v 1.2 jhb Exp " 115 cat >> $OLD/already <<EOF 120 cat >> $i/already <<EOF 182 store_id $OLD/local-already ": head/local 12000 jhb " 184 store_id $i/local-already ": head/local 12345 jhb " 188 cat >> $i/local-already <<EOF 194 cat >> $TEST/local-already <<EOF 297 C /already [all …]
|
H A D | tests_test.sh | 508 for j in already old fromdir todir; do 516 mkdir $OLD/dirchange/already/fromdir 517 echo "blah" > $OLD/dirchange/already/fromdir/somefile 519 echo "bar" > $i/dirchange/already/fromdir 525 echo "baz" > $OLD/dirchange/already/todir 527 mkdir $i/dirchange/already/todir 528 echo "blah" > $i/dirchange/already/todir/somefile 896 file /dirchange/already/fromdir "bar" 899 file /dirchange/already/todir/somefile "blah"
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
H A 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
|
H A 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/contrib/bmake/unit-tests/ |
H A D | directive-include-guard.mk | 284 CASES+= variable-already-defined 285 LINES.variable-already-defined= \ 558 CASES+= target-already-defined 559 LINES.target-already-defined= \ 563 target-already-defined: .NOTMAIN
|
/freebsd/usr.sbin/manctl/ |
H A D | manctl.sh | 211 gz) { echo file $pname already gzipped 1>&2 ; } ;; 212 Z) { echo file $pname already compressed 1>&2 ; } ;; 265 gz) { echo file $pname already gzipped 1>&2 ; } ;; 266 Z) { echo file $pname already compressed 1>&2 ; } ;;
|
/freebsd/usr.bin/tip/libacu/ |
H A D | biz31.c | 222 int already = 0; in bizsync() local 233 if (already > MAXRETRY) in bizsync() 237 already++; in bizsync()
|
H A D | ventel.c | 213 int already = 0, nread; in vensync() local 227 while (already < MAXRETRY) { in vensync() 248 already++; in vensync()
|
/freebsd/crypto/openssh/ |
H A D | Makefile.in | 440 echo "$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \ 445 echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \ 455 echo "$(DESTDIR)$(sysconfdir)/moduli already exists, install will not overwrite"; \
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6ull-colibri-aster.dts | 52 /* Pin already used by atmel_mxt_ts touchscreen */ 58 /* Pin already used by atmel_mxt_ts touchscreen */
|
H A D | imx6ull-colibri-wifi-aster.dts | 52 /* Pin already used by atmel_mxt_ts touchscreen */ 58 /* Pin already used by atmel_mxt_ts touchscreen */
|
H A D | imx7-colibri-aster.dtsi | 15 &gpio4 23 GPIO_ACTIVE_LOW /* SODIMM 65 / already muxed pinctrl_gpio2 as SPI_CE0_N */ 16 &gpio4 22 GPIO_ACTIVE_LOW /* SODIMM 85 / already muxed pinctrl_gpio2 as SPI_CE1_N */
|
H A D | imx6ull-colibri-iris-v2.dts | 97 /* Pin already used by atmel_mxt_ts touchscreen */ 103 /* Pin already used by atmel_mxt_ts touchscreen */
|
H A D | imx6ull-dhcom-pdk2.dts | 72 * already used as touch interrupt. 93 * already used for WiFi pin WL_REG_ON. 106 * already used for BT pin BT_REG_ON.
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | iqs5xx.txt | 46 which may already be specified by the device's 50 which may already be specified by the device's 54 which may already be specified by the device's
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BUF_MEM_new.pod | 35 BUF_MEM_free() frees up an already existing buffer. The data is zeroed 39 BUF_MEM_grow() changes the size of an already existing buffer to 40 B<len>. Any data already in the buffer is preserved if it increases in
|
H A D | SSL_load_client_CA_file.pod | 37 and adds their subject name to the already existing I<stack>. 41 already existing I<stack>. 44 I<store> URI, and adds their subject name to the already existing
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/custom/ |
H A D | README.md | 26 * `GTEST_HAS_NOTIFICATION_` - Enabled if Notification is already provided. 28 are already provided. Must also provide `GTEST_DECLARE_STATIC_MUTEX_(mutex)`
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb_err.et | 13 #error_code INUSE, "Entry already exists in database" 23 error_code EXISTS, "Entry already exists in database"
|
/freebsd/usr.bin/msgs/ |
H A D | msgs.c | 147 bool newrc, already; in main() local 444 already = false; in main() 471 if (already && !hdrs) in main() 480 already = true; in main() 595 if (already && !quitit && lastcmd && totty) { in main() 604 if (!(already || hush || qopt)) in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A 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/usr.sbin/bsdconfig/share/media/ |
H A D | network.subr | 49 # from the FreeBSD install media) then assume that the network has already been 76 f_dprintf "Network already initialized." 96 # If it is, then it's already up. 100 f_dprintf "A DHCP interface. Should already be up."
|
/freebsd/usr.bin/bmake/tests/ |
H A D | README | 29 directory already exists an error is printed. 109 the directory already exists (during reset) only the 117 during setup and reset. When the file already exists 120 in the working directory must already exists (see
|
/freebsd/tools/build/options/ |
H A D | WITH_LOADER_VERBOSE | 2 May explode already nearly too large loader over the limit.
|
/freebsd/lib/libc/nls/ |
H A D | C.msg | 80 37 Operation already in progress 102 48 Address already in use 118 56 Socket is already connected
|