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

1234

/freebsd-11.0-release/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.0-release/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c993 _("Path '%s' already exists"),
1048 _("Path '%s' already exists as unversioned node"),
1303 _("Path '%s' already exists, but is not a "
1344 _("Path '%s' already exists, but is not a directory"),
1707 _("Path '/%s' already exists"), path);
1917 * If the list does not already have a commit item for COMMIT_URL
2066 sure it doesn't exist already. */
2082 _("Path '%s' already exists"),
2335 Resolve PAIR->src_revnum to a real revision number if it isn't already. */
2583 /* We've already checke
[all...]
/freebsd-11.0-release/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.0-release/crypto/openssh/
H A DMakefile.in338 echo "$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \
343 echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \
353 echo "$(DESTDIR)$(sysconfdir)/moduli already exists, install will not overwrite"; \
/freebsd-11.0-release/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.0-release/share/mk/
H A Dlocal.sys.mk6 # eventually. meta.sys.mk (DIRDEPS_BUILD) also already adds these in.
52 # 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.
H A Dbsd.test.mk44 # We want this to be the case even when the distribution name is already
/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/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.0-release/tools/tools/drm/
H A Dgen-drm_pciids143 print STDERR " $vendor_define: $vendor_id:$device_id already in header\n";
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc76 // was already set by normalize( ), but setting it twice won't hurt
H A Dfp_mul_impl.inc64 // denormal path it was already set by normalize( ), but setting it twice
/freebsd-11.0-release/usr.sbin/bsdconfig/
H A Dbsdconfig211 /*) : already fully qualified ;;
255 /*) : already fully qualified ;;
/freebsd-11.0-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S239 * Thus, the A20 line is already enabled.
/freebsd-11.0-release/contrib/bmake/mk/
H A Dsys.dependfile.mk49 # If any already exist, we should follow suit.
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc80 // from its argument to such files because it thinks they already had one.
319 // to the handle already open for stdout.
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DMacroArgs.cpp151 // If we have already computed this, return it.
241 // If getSpelling returned a pointer to an already uniqued version of
280 isBad = Result[1] == '\''; // ''' is not legal. '\' already fixed above.

Completed in 111 milliseconds

1234