Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 25 of 736) sorted by relevance

12345678910>>...30

/openbsd-src/gnu/usr.bin/perl/win32/
H A DMakefile496 # libmmd is /MD equivalent, other variants exist.
901 if not exist "$(FULLDIR)" mkdir "$(FULLDIR)"
916 if not exist "$(MINIDIR)" mkdir "$(MINIDIR)"
1118 -if exist $(MINIPERL) $(MINIPERL) -I..\lib ..\make_ext.pl "MAKE=$(MAKE)" --dir=$(CPANDIR) --dir=$(DISTDIR) --dir=$(EXTDIR) --all --target=clean
1121 -if exist $(MINIPERL) $(MINIPERL) -I..\lib ..\make_ext.pl "MAKE=$(MAKE)" --dir=$(CPANDIR) --dir=$(DISTDIR) --dir=$(EXTDIR) --all --target=realclean
1203 -if exist $(LIBDIR)\Amiga rmdir /s /q $(LIBDIR)\Amiga
1204 -if exist $(LIBDIR)\App rmdir /s /q $(LIBDIR)\App
1205 -if exist $(LIBDIR)\Archive rmdir /s /q $(LIBDIR)\Archive
1206 -if exist $(LIBDIR)\Attribute rmdir /s /q $(LIBDIR)\Attribute
1207 -if exist
[all...]
H A DGNUmakefile737 # libmmd is /MD equivalent, other variants exist.
1207 if not exist "$(FULLDIR)" mkdir "$(FULLDIR)"
1227 if not exist "$(MINIDIR)" mkdir "$(MINIDIR)"
1488 if exist $(STATICDIR) rmdir /s /q $(STATICDIR)
1589 -if exist $(MINIPERL) $(MINIPERL) -I..\lib ..\make_ext.pl "MAKE=$(PLMAKE)" --dir=$(CPANDIR) --dir=$(DISTDIR) --dir=$(EXTDIR) --all --target=clean
1592 -if exist $(MINIPERL) $(MINIPERL) -I..\lib ..\make_ext.pl "MAKE=$(PLMAKE)" --dir=$(CPANDIR) --dir=$(DISTDIR) --dir=$(EXTDIR) --all --target=realclean
1680 -if exist $(LIBDIR)\Amiga rmdir /s /q $(LIBDIR)\Amiga
1681 -if exist $(LIBDIR)\App rmdir /s /q $(LIBDIR)\App
1682 -if exist $(LIBDIR)\Archive rmdir /s /q $(LIBDIR)\Archive
1683 -if exist
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.tpl29 (if (and (not (exist? "test_text")) (not (exist? "replace")))
45 IF (exist? "files")=]
51 ENDIF (exist? "files") =]
56 IF (exist? "mach")=]
72 ENDIF (exist? "files") =][=
74 IF (exist? "select")=]
85 IF (exist? "bypass")=]
96 IF (exist? "test")=]
107 IF (exist? "c_test")=]
151 IF (exist? "sed")=] "sed"[=
[all …]
H A Dcheck.tpl50 (set! sfile (if (exist? "files") (get "files[]") "testing.h"))
82 IF (not (exist? "test_text")) =][=
83 (if (not (exist? "replace"))
89 IF (exist? "files") =][=
/openbsd-src/gnu/gcc/fixincludes/
H A Dfixincl.tpl33 (if (and (not (exist? "test_text")) (not (exist? "replace")))
49 IF (exist? "files")=]
55 ENDIF (exist? "files") =]
60 IF (exist? "mach")=]
76 ENDIF (exist? "files") =][=
78 IF (exist? "select")=]
89 IF (exist? "bypass")=]
100 IF (exist? "test")=]
111 IF (exist? "c_test")=]
155 IF (exist? "sed")=] "sed"[=
[all …]
H A Dcheck.tpl50 (set! sfile (if (exist? "files") (get "files[]") "testing.h"))
82 IF (not (exist? "test_text")) =][=
83 (if (not (exist? "replace"))
89 IF (exist? "files") =][=
/openbsd-src/regress/sbin/pfctl/
H A Dpfr12.ok9 pfctl: Table does not exist.
23 pfctl: Table does not exist.
H A Dpfail49.in1 # dynamic interfaces need not exist at load-time, but names must start
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/
H A DBUILD.gn44 # On POSIX, symlinks to the target can be created before the target exist,
46 # target ensures the symlinks exist.
47 # However, symlinks didn't exist on Windows until recently, so there the
48 # binary needs to be copied -- which requires it to exist. So the symlink step
/openbsd-src/gnu/llvm/clang/
H A DNOTES.txt20 We currently do a lot of stat'ing for files that don't exist, particularly
21 when lots of -I paths exist (e.g. see the <iostream> example, check for
29 files that exist on the file system, but have not been used yet.
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D19990419-0.f6 inquire(nhiers1, exist=lers1)
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D20001201.x3 # Similar restrictions exist for most simulators.
H A D6367.x3 # Similar restrictions exist for most simulators.
H A Dio0.x3 # Similar restrictions exist for most simulators.
H A Dio1.x3 # Similar restrictions exist for most simulators.
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/
H A Dfail.txt5 # RUN: cat "does-not-exist"
/openbsd-src/usr.bin/vi/vi/
H A Dvs_line.c471 int exist; in vs_number() local
489 exist = db_exist(sp, TMAP->lno + 1); in vs_number()
505 if (smp->lno != 1 && !exist && !db_exist(sp, smp->lno)) in vs_number()
/openbsd-src/regress/sbin/newfs/
H A Dchecknewfs15 echo disk type $2 does not exist in /etc/disktab
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/third-party/unittest/UnitTestMain/
H A DBUILD.gn11 # Nothing depends on this target, but llvm-config expects it to exist when
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Ddo.t46 eval qq{ do qq(a file that does not exist); };
49 eval qq{ do uc qq(a file that does not exist); };
/openbsd-src/gnu/llvm/lldb/utils/TableGen/
H A DCMakeLists.txt3 # build it in tree. So only build it if it doesn't exist.
/openbsd-src/gnu/llvm/llvm/examples/Bye/
H A DCMakeLists.txt6 # but expects them to exist in the process loading the plugin. This doesn't
/openbsd-src/gnu/llvm/llvm/examples/IRTransforms/
H A DCMakeLists.txt6 # but expects them to exist in the process loading the plugin. This doesn't
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-nm.rst92 regular definitions exist in a link. If multiple weak definitions and no
93 regular definitions exist, one of the weak definitions will be used.
103 be used if no regular definitions exist in a link. If multiple weak definitions
104 and no regular definitions exist, one of the weak definitions will be used.
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Drender.t33 print "# But $full_file doesn't exist!!\n";
42 print "# But $precooked doesn't exist!!\n";

12345678910>>...30