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

123

/freebsd-9.3-release/tools/regression/usr.sbin/etcupdate/
H A Dfbsdid.sh110 # already: Modify a file where the local file already matches
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 <<EO
[all...]
H A Dtests.sh160 # /first/first/equal: Removed files are already removed.
212 # /second/second/equal: Newly added file is already present in
282 # file in the test directory already matches the new file. Do
357 # /difflinks/difflinks/equal: An updated link has already been
422 # already been updated to match the new file in the test tree.
464 # /adddir/conflict: Add a new file in a directory that already
471 # directory already exists in the test tree and contains a
499 # tree has already been removed locally.
508 for j in already old fromdir todir; do
513 # /dirchange/already/fromdi
[all...]
/freebsd-9.3-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-9.3-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-9.3-release/contrib/dtc/
H A Dconvert-dtsv0-lexer.l85 die("Input dts file is already version 1\n");
/freebsd-9.3-release/share/mk/
H A Dbsd.pkg.mk41 generate-plist check-already-installed \
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/tools/tools/drm/
H A Dgen-drm_pciids143 print STDERR " $vendor_define: $vendor_id:$device_id already in header\n";
/freebsd-9.3-release/contrib/bmake/mk/
H A Dsys.dependfile.mk43 # If any already exist, we should follow suit.
/freebsd-9.3-release/usr.sbin/bsdconfig/
H A Dbsdconfig211 /*) : already fully qualified ;;
255 /*) : already fully qualified ;;
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DPath.inc117 // Make model absolute by prepending a temp directory if it's not already.
128 // path already exists.
H A DProgram.inc228 // to the FD already open for stdout.
279 // to the FD already open for stdout.
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp315 "File '" + IncludedFile + "' has already been included.");
/freebsd-9.3-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S239 * Thus, the A20 line is already enabled.
/freebsd-9.3-release/sys/boot/common/
H A Dhelp.common39 has not already been loaded, it will be booted instead of the default
/freebsd-9.3-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh216 If 'name' already exists, when processing commences, it
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DMacroArgs.cpp152 // 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.
/freebsd-9.3-release/contrib/ncurses/menu/
H A Dmenu.h166 # error Something is wrong -- MAX_COMMAND is already inconsistently defined.
/freebsd-9.3-release/sys/boot/i386/mbr/
H A Dmbr.s65 testw %si,%si # Active already found?

Completed in 131 milliseconds

123