Searched refs:already (Results 1 - 25 of 92) sorted by relevance

1234

/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dfbsdid_test.sh111 # already: Modify a file where the local file already matches
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 <<EO
[all...]
H A Dtests_test.sh161 # /first/first/equal: Removed files are already removed.
213 # /second/second/equal: Newly added file is already present in
283 # file in the test directory already matches the new file. Do
358 # /difflinks/difflinks/equal: An updated link has already been
423 # already been updated to match the new file in the test tree.
465 # /adddir/conflict: Add a new file in a directory that already
472 # directory already exists in the test tree and contains a
500 # tree has already been removed locally.
509 for j in already old fromdir todir; do
514 # /dirchange/already/fromdi
[all...]
/freebsd-11-stable/usr.sbin/manctl/
H A Dmanctl.sh221 gz) { echo file $pname already gzipped 1>&2 ; } ;;
222 Z) { echo file $pname already compressed 1>&2 ; } ;;
275 gz) { echo file $pname already gzipped 1>&2 ; } ;;
276 Z) { echo file $pname already compressed 1>&2 ; } ;;
/freebsd-11-stable/crypto/openssh/
H A DMakefile.in353 echo "$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \
358 echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \
368 echo "$(DESTDIR)$(sysconfdir)/moduli already exists, install will not overwrite"; \
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c993 _("Path '%s' already exists"),
1048 _("Path '%s' already exists as unversioned node"),
1310 _("Path '%s' already exists, but is not a "
1351 _("Path '%s' already exists, but is not a directory"),
1710 _("Path '%s' already exists"),
1918 * If the list does not already have a commit item for COMMIT_URL
2067 sure it doesn't exist already. */
2083 _("Path '%s' already exists"),
2346 already notified so discard this */
2359 * already unde
[all...]
/freebsd-11-stable/usr.bin/tip/libacu/
H A Dbiz31.c230 int already = 0; local
241 if (already > MAXRETRY)
245 already++;
H A Dventel.c221 int already = 0, nread; local
235 while (already < MAXRETRY) {
256 already++;
H A Dcourier.c272 int already = 0; local
276 while (already++ < MAXRETRY) {
H A Dt3000.c287 int already = 0; local
291 while (already++ < MAXRETRY) {
/freebsd-11-stable/sys/contrib/edk2/Include/Library/
H A DDebugLib.h379 Macro that calls DebugAssert() if a protocol is already installed in the
408 _ASSERT (Guid already installed in database); \
412 _ASSERT (Guid already installed on Handle); \
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dobstack.c246 long already;
273 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
276 already = 0;
278 for (i = already; i < obj_size; i++)
245 long already; local
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dobstack.c246 long already;
273 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
276 already = 0;
278 for (i = already; i < obj_size; i++)
245 long already; local
/freebsd-11-stable/share/mk/
H A Dlocal.sys.mk6 # eventually. meta.sys.mk (DIRDEPS_BUILD) also already adds these in.
59 # Prepend .OBJDIR if not already there.
H A Dsrc.sys.mk16 # their src.conf. This benefits from already including bsd.mkopt.mk.
H A Dsys.dependfile.mk50 # If any already exist, we should follow suit.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S29 @ Function ID is already in r0 (the first parameter).
60 @ Function ID is already in r0 (the first parameter).
90 @ Function ID is already in r0 (the first parameter).
/freebsd-11-stable/usr.bin/msgs/
H A Dmsgs.c163 bool newrc, already; local
460 already = NO;
487 if (already && !hdrs)
496 already = YES;
611 if (already && !quitit && lastcmd && totty) {
620 if (!(already || hush || qopt))
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dobstack.c285 long already;
312 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
315 already = 0;
317 for (i = already; i < obj_size; i++)
284 long already; local
/freebsd-11-stable/tools/tools/drm/
H A Dgen-drm_pciids143 print STDERR " $vendor_define: $vendor_id:$device_id already in header\n";
/freebsd-11-stable/usr.sbin/bsdconfig/
H A Dbsdconfig211 /*) : already fully qualified ;;
255 /*) : already fully qualified ;;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc74 // denormal path it was already set by normalize( ), but setting it twice
H A Dfp_add_impl.inc87 // was already set by normalize( ), but setting it twice won't hurt
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S238 * Thus, the A20 line is already enabled.
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.dependfile.mk49 # If any already exist, we should follow suit.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc80 // from its argument to such files because it thinks they already had one.
238 // to the handle already open for stdout.

Completed in 382 milliseconds

1234