Home
last modified time | relevance | path

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

12345678910>>...30

/openbsd/src/gnu/usr.bin/perl/win32/
DMakefile901 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=$(…
1121 …-if exist $(MINIPERL) $(MINIPERL) -I..\lib ..\make_ext.pl "MAKE=$(MAKE)" --dir=$(CPANDIR) --dir=$(…
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 $(LIBDIR)\autodie rmdir /s /q $(LIBDIR)\autodie
1208 -if exist $(LIBDIR)\Carp rmdir /s /q $(LIBDIR)\Carp
[all …]
DGNUmakefile1207 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=…
1592 …-if exist $(MINIPERL) $(MINIPERL) -I..\lib ..\make_ext.pl "MAKE=$(PLMAKE)" --dir=$(CPANDIR) --dir=…
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 $(LIBDIR)\Attribute rmdir /s /q $(LIBDIR)\Attribute
1684 -if exist $(LIBDIR)\autodie rmdir /s /q $(LIBDIR)\autodie
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
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 …]
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/
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 …]
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/
Dpfr12.ok9 pfctl: Table does not exist.
23 pfctl: Table does not exist.
Dpfail49.in1 # dynamic interfaces need not exist at load-time, but names must start
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/
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/lib/
Dcheck_sym336 fail "$1 doesn't exist"
378 [[ -f $new ]] || fail "$new doesn't exist"
/openbsd/src/gnu/llvm/clang/
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/
D19990419-0.f6 inquire(nhiers1, exist=lers1)
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
D6367.x3 # Similar restrictions exist for most simulators.
Dio1.x3 # Similar restrictions exist for most simulators.
Dio0.x3 # Similar restrictions exist for most simulators.
D20001201.x3 # Similar restrictions exist for most simulators.
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/
Dfail.txt5 # RUN: cat "does-not-exist"
/openbsd/src/usr.bin/vi/vi/
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/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Drender.t33 print "# But $full_file doesn't exist!!\n";
42 print "# But $precooked doesn't exist!!\n";
/openbsd/src/regress/sbin/newfs/
Dchecknewfs15 echo disk type $2 does not exist in /etc/disktab
/openbsd/src/gnu/usr.bin/perl/t/op/
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/
DCMakeLists.txt3 # build it in tree. So only build it if it doesn't exist.
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
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/llvm/llvm/examples/Bye/
DCMakeLists.txt6 # but expects them to exist in the process loading the plugin. This doesn't
/openbsd/src/gnu/llvm/llvm/examples/IRTransforms/
DCMakeLists.txt6 # but expects them to exist in the process loading the plugin. This doesn't

12345678910>>...30