Searched refs:exist (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-10.0-release/contrib/gdb/
H A Ddjunpack.bat26 if not exist %1 GoTo NoArchive
32 if not exist junk.tmp GoTo NoDjTar
37 if not exist junk.tmp GoTo NoSed
48 echo FAIL: the file %1 does not seem to exist.
/freebsd-10.0-release/libexec/save-entropy/
H A Dsave-entropy.sh60 not exist, and cannot be created. Therefore no entropy can \
/freebsd-10.0-release/contrib/nvi/vi/
H A Dvs_line.c124 * If O_NUMBER is set, the line doesn't exist and it's line
494 int exist; local
513 exist = db_exist(sp, TMAP->lno + 1);
529 if (smp->lno != 1 && !exist && !db_exist(sp, smp->lno))
/freebsd-10.0-release/contrib/bmake/mk/
H A Dsys.dependfile.mk43 # If any already exist, we should follow suit.
H A Down.mk22 # these may or may not exist
H A Dgendirdeps.mk286 # if this is going to exist it would be there by now
/freebsd-10.0-release/contrib/gcc/
H A Dfixproto290 The functions declared in this file do not necessarily exist in
302 # If time.h doesn't exist, find out if sys/time.h does.
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DPathV2.inc432 // If path prefix doesn't exist, try to create it.
/freebsd-10.0-release/usr.sbin/cron/doc/
H A DINSTALL28 run if they don't exist. You do need to have a /var, though -- just "mkdir
/freebsd-10.0-release/contrib/apr/
H A Dlibapr.mak124 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
257 if exist .\Release\libapr-1.dll.manifest mt.exe -manifest .\Release\libapr-1.dll.manifest -outputresource:.\Release\libapr-1.dll;2
353 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
486 if exist .\Debug\libapr-1.dll.manifest mt.exe -manifest .\Debug\libapr-1.dll.manifest -outputresource:.\Debug\libapr-1.dll;2
582 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
715 if exist .\9x\Release\libapr-1.dll.manifest mt.exe -manifest .\9x\Release\libapr-1.dll.manifest -outputresource:.\9x\Release\libapr-1.dll;2
811 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
944 if exist .\9x\Debug\libapr-1.dll.manifest mt.exe -manifest .\9x\Debug\libapr-1.dll.manifest -outputresource:.\9x\Debug\libapr-1.dll;2
1040 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
1173 if exist
[all...]
H A Dapr.mak119 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
326 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
533 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
740 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
947 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
1154 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc451 // numbers, but the concept doesn't exist in Windows.
475 // If it doesn't exist, we're done.
692 // If it doesn't exist, we're done.
870 return false; // File doesn't exist already, just use it!
/freebsd-10.0-release/lib/libkse/test/
H A Dverify461 If <test>.exp does not exist, output to stdout of the following form is
/freebsd-10.0-release/sys/dev/ixgb/
H A DREADME121 Remove the following lines from the files.i386 file, if they exist:
/freebsd-10.0-release/tools/tools/sysbuild/
H A Dsysbuild.sh440 echo PORTS_PATH does not exist 1>&2
445 echo SRC_PATH does not exist 1>&2
/freebsd-10.0-release/sys/boot/pc98/boot0.5/
H A Ddisk.s241 # Check whether drive exist.
/freebsd-10.0-release/contrib/top/
H A DConfigure177 full path name, but the named command does need to exist somewhere on
346 # !!! I need to fix this: /dev/kmem might not exist on some machines !!!
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dnmake.mak237 if not exist "$(OBJDIR)" mkdir "$(OBJDIR)"
/freebsd-10.0-release/crypto/openssl/util/
H A Dmkdef.pl194 $do_checkexist=1 if $_ eq "exist";
1076 (my $symbol, my $exist, my $platforms, my $kind, my $algorithms) = @_;
1086 $ret = $exist;
1546 print STDERR "The following symbols do not seem to exist:\n";
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql116 same path. (A NODES row must exist if this node exists, but an
117 ACTUAL_NODE row can exist on its own if it is just recording info
126 The ACTUAL_NODE table row for a given path may also exist in other cases,
341 exist by the parent node, but is not present in the working
343 revision in which the node does not exist. In the 'WORKING'
/freebsd-10.0-release/sys/boot/i386/boot0/
H A Dboot0.S306 cmpb NHRDRV,%al # drive exist? (from BIOS?)
H A Dboot0ext.S174 cmpb NHRDRV,%al # drive exist? (from BIOS?)
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq-opts.def314 modes, for that matter) didn't exist in NTP version 1.
/freebsd-10.0-release/sys/conf/
H A Dkmod.mk237 # Ensure that the links exist without depending on it when it exists which
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dintegration_test.sh899 touch i-exist
905 -v files="$(pwd)/i-exist" helper
907 -o match:"${TESTCASE}, skipped, .*/dont-exist" \
908 -e ignore atf-run -v files="$(pwd)/i-exist $(pwd)/dont-exist" helper

Completed in 289 milliseconds

12