Searched refs:exist (Results 1 – 25 of 750) sorted by relevance
12345678910>>...30
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | Makefile | 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=$(… 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 …]
|
| D | GNUmakefile | 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=… 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/ |
| D | fixincl.tpl | 29 (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 …]
|
| D | check.tpl | 50 (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/ |
| D | fixincl.tpl | 33 (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 …]
|
| D | check.tpl | 50 (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/ |
| D | pfr12.ok | 9 pfctl: Table does not exist. 23 pfctl: Table does not exist.
|
| D | pfail49.in | 1 # dynamic interfaces need not exist at load-time, but names must start
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/ |
| D | BUILD.gn | 44 # 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/ |
| D | check_sym | 336 fail "$1 doesn't exist" 378 [[ -f $new ]] || fail "$new doesn't exist"
|
| /openbsd/src/gnu/llvm/clang/ |
| D | NOTES.txt | 20 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/ |
| D | 19990419-0.f | 6 inquire(nhiers1, exist=lers1)
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/ |
| D | 6367.x | 3 # Similar restrictions exist for most simulators.
|
| D | io1.x | 3 # Similar restrictions exist for most simulators.
|
| D | io0.x | 3 # Similar restrictions exist for most simulators.
|
| D | 20001201.x | 3 # Similar restrictions exist for most simulators.
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/ |
| D | fail.txt | 5 # RUN: cat "does-not-exist"
|
| /openbsd/src/usr.bin/vi/vi/ |
| D | vs_line.c | 471 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/ |
| D | render.t | 33 print "# But $full_file doesn't exist!!\n"; 42 print "# But $precooked doesn't exist!!\n";
|
| /openbsd/src/regress/sbin/newfs/ |
| D | checknewfs | 15 echo disk type $2 does not exist in /etc/disktab
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | do.t | 46 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/ |
| D | CMakeLists.txt | 3 # build it in tree. So only build it if it doesn't exist.
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-nm.rst | 92 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/ |
| D | CMakeLists.txt | 6 # but expects them to exist in the process loading the plugin. This doesn't
|
| /openbsd/src/gnu/llvm/llvm/examples/IRTransforms/ |
| D | CMakeLists.txt | 6 # but expects them to exist in the process loading the plugin. This doesn't
|
12345678910>>...30