OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exists
(Results
1 - 25
of
1519
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/common/lib/libc/
Makefile.inc
10
exists
(${COMMON_DIR}/arch/${COMMON_MACHINE_ARCH})
13
exists
(${COMMON_DIR}/arch/${COMMON_MACHINE_CPU})
16
exists
(${KERNDIR}/arch/${LIBKERN_ARCH})
18
.elif
exists
(${COMMON_DIR}/arch/${MACHINE_ARCH})
20
.elif
exists
(${COMMON_DIR}/arch/${MACHINE_CPU})
27
.if
exists
(${COMMON_DIR}/$i)
30
.if
exists
(${COMMON_ARCHDIR}/${i}/Makefile.inc)
34
exists
(${COMMON_ARCHDIR}/$i/small)
38
.if
exists
(${COMMON_ARCHDIR}/$i)
/src/usr.bin/make/unit-tests/
varname-vpath.exp
2
CondParser_Eval:
exists
(file-in-subdirectory)
4
CondParser_Eval:
exists
(file2-in-subdirectory)
6
CondParser_Eval:
exists
(file-in-subdirectory)
7
"file-in-subdirectory"
exists
in "varname-vpath.dir/file-in-subdirectory"
9
CondParser_Eval:
exists
(file2-in-subdirectory)
10
"file2-in-subdirectory"
exists
in "varname-vpath.dir2/file2-in-subdirectory"
/src/external/gpl3/gdb.old/dist/gdb/testsuite/boards/
fission-dwp.exp
30
if ![info
exists
CC_FOR_TARGET] {
34
if ![info
exists
CXX_FOR_TARGET] {
39
if ![info
exists
READELF_FOR_TARGET] {
45
if ![info
exists
DWP_FOR_TARGET] {
cc-with-tweaks.exp
32
if ![info
exists
CC_WITH_TWEAKS_FLAGS] {
50
if ![info
exists
CC_FOR_TARGET] {
54
if ![info
exists
CXX_FOR_TARGET] {
58
if ![info
exists
GNATMAKE_FOR_TARGET] {
62
if ![info
exists
F90_FOR_TARGET] {
/src/external/gpl3/gdb/dist/gdb/testsuite/boards/
fission-dwp.exp
30
if ![info
exists
CC_FOR_TARGET] {
34
if ![info
exists
CXX_FOR_TARGET] {
39
if ![info
exists
READELF_FOR_TARGET] {
45
if ![info
exists
DWP_FOR_TARGET] {
cc-with-tweaks.exp
32
if ![info
exists
CC_WITH_TWEAKS_FLAGS] {
50
if ![info
exists
CC_FOR_TARGET] {
54
if ![info
exists
CXX_FOR_TARGET] {
58
if ![info
exists
GNATMAKE_FOR_TARGET] {
62
if ![info
exists
F90_FOR_TARGET] {
/src/external/public-domain/sqlite/dist/autosetup/
find_tclconfig.tcl
11
if {![file
exists
$libdir]} {
15
if {![file
exists
$libdir/tclConfig.sh]} {
17
if {[file
exists
$n1/tclConfig.sh]} {
/src/external/gpl3/gdb.old/dist/libctf/testsuite/config/
default.exp
29
if ![info
exists
ld] then {
33
if ![info
exists
as] then {
51
if {![info
exists
CC]} {
54
if {![info
exists
CFLAGS]} {
57
if {![info
exists
CC_FOR_TARGET]} {
60
if {![info
exists
CFLAGS_FOR_TARGET]} {
63
if ![info
exists
AR] then {
67
if {![info
exists
OBJDUMP]} {
/src/external/gpl3/gdb/dist/libctf/testsuite/config/
default.exp
29
if ![info
exists
ld] then {
33
if ![info
exists
as] then {
37
if ![info
exists
objdump] then {
55
if {![info
exists
CC]} {
58
if {![info
exists
CFLAGS]} {
61
if {![info
exists
CC_FOR_TARGET]} {
64
if {![info
exists
CFLAGS_FOR_TARGET]} {
67
if ![info
exists
AR] then {
70
if {![info
exists
OBJDUMP]} {
73
if ![info
exists
OBJDUMPFLAGS] then
[
all
...]
/src/external/gpl3/gdb.old/dist/libsframe/testsuite/config/
default.exp
24
if ![info
exists
ld] then {
28
if ![info
exists
as] then {
46
if {![info
exists
CC]} {
49
if {![info
exists
CFLAGS]} {
52
if {![info
exists
CFLAGS_FOR_TARGET]} {
/src/external/gpl3/gdb/dist/libsframe/testsuite/config/
default.exp
24
if ![info
exists
ld] then {
28
if ![info
exists
as] then {
46
if {![info
exists
CC]} {
49
if {![info
exists
CFLAGS]} {
52
if {![info
exists
CFLAGS_FOR_TARGET]} {
/src/share/doc/smm/
Makefile
13
.if
exists
(03.fsck_ffs)
16
.if
exists
(07.lpd)
19
.if
exists
(08.sendmailop)
22
.if
exists
(09.sendmail)
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
exe-lock.exp
32
# Sanity-check: Verify that the executable
exists
. This is just to
35
if { ! [file
exists
$binfile] } {
51
if { [file
exists
$binfile] } {
52
fail "executable still
exists
(${binfile})"
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
exe-lock.exp
33
# Sanity-check: Verify that the executable
exists
. This is just to
36
if { ! [file
exists
$binfile] } {
52
if { [file
exists
$binfile] } {
53
fail "executable still
exists
(${binfile})"
/src/regress/sys/
Makefile
6
.if
exists
(arch/${MACHINE}/Makefile)
9
.if
exists
(arch/${MACHINE_ARCH}/Makefile)
/src/crypto/external/apache2/openssl/dist/test/recipes/
99-test_ecstress.t
21
if !
exists
$ENV{'ECSTRESS'};
/src/crypto/external/bsd/openssl/dist/test/recipes/
99-test_ecstress.t
21
if !
exists
$ENV{'ECSTRESS'};
/src/crypto/external/bsd/openssl.old/dist/test/recipes/
99-test_ecstress.t
21
if !
exists
$ENV{'ECSTRESS'};
/src/external/bsd/nvi/dist/dist/
findconfig
10
if [file
exists
$dir/tclConfig.sh] {
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
names.exp
19
require {!target_info
exists
gdb,no_thread_names}
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
names.exp
19
require {!target_info
exists
gdb,no_thread_names}
/src/lib/libc_aligned/
Makefile
12
.if
exists
(arch/${LIBC_MACHINE_CPU})
15
.elif
exists
(arch/${MACHINE_ARCH})
18
.elif
exists
(arch/${MACHINE})
/src/lib/libc_fp/
Makefile
10
.if
exists
(arch/${LIBC_MACHINE_CPU})
13
.elif
exists
(arch/${MACHINE_ARCH})
16
.elif
exists
(arch/${MACHINE})
/src/share/doc/psd/
Makefile
17
.if
exists
(12.make)
20
.if
exists
(18.gprof)
23
.if
exists
(19.curses)
/src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
future.exp
127
if {$hipcc eq "" && [info
exists
::env(ROCM_PATH)]} {
141
if [info
exists
LDD_FOR_TARGET] {
151
if [info
exists
OBJCOPY_FOR_TARGET] {
162
if [info
exists
OBJDUMP_FOR_TARGET] {
172
if [info
exists
READELF_FOR_TARGET] {
182
if [info
exists
EU_UNSTRIP_FOR_TARGET] {
215
if {[info
exists
CFLAGS_FOR_TARGET]} {
219
if {[info
exists
target_info(host,name)]} {
229
if {[board_info $dest
exists
adaflags]} {
232
if {[board_info $dest
exists
gnatmake]}
[
all
...]
Completed in 52 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat May 30 00:24:47 UTC 2026