Searched refs:exists (Results 1 - 25 of 747) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/common/lib/libc/
H A DMakefile.inc8 exists(${COMMON_DIR}/arch/${COMMON_MACHINE_ARCH})
11 exists(${KERNDIR}/arch/${LIBKERN_ARCH})
13 .elif exists(${COMMON_DIR}/arch/${MACHINE_ARCH})
15 .elif exists(${COMMON_DIR}/arch/${MACHINE_CPU})
22 .if exists(${COMMON_DIR}/$i)
25 .if exists(${COMMON_ARCHDIR}/${i}/Makefile.inc)
29 exists(${COMMON_ARCHDIR}/$i/small)
33 .if exists(${COMMON_ARCHDIR}/$i)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/config/
H A Ddefault.exp4 if ![info exists AS] then {
9 if ![info exists ASFLAGS] then {
13 if ![info exists OBJDUMP] then {
19 if ![info exists OBJDUMPFLAGS] then {
23 if ![info exists NM] then {
29 if ![info exists NMFLAGS] then {
33 if ![info exists OBJCOPY] then {
37 if ![info exists OBJCOPYFLAGS] then {
41 if ![info exists READELF] then {
45 if ![info exists READELFFLAG
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/format/
H A Dformat.exp20 if [info exists TORTURE_OPTIONS] {
22 } elseif [info exists old_TORTURE_OPTIONS] {
25 if [info exists torture_with_loops] {
27 } elseif [info exists old_torture_with_loops] {
30 if [info exists torture_without_loops] {
32 } elseif [info exists old_torture_without_loops] {
48 if [info exists old_TORTURE_OPTIONS] {
53 if [info exists old_torture_with_loops] {
58 if [info exists old_torture_without_loops] {
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/stand/gzboot/
H A DMakefile.inc3 .if exists(${.CURDIR}/../../Makefile.inc)
/netbsd-6-1-5-RELEASE/usr.sbin/altq/
H A DMakefile.inc3 .if exists(${.CURDIR}/../../Makefile.inc)
/netbsd-6-1-5-RELEASE/usr.sbin/gspa/
H A DMakefile.inc4 .if exists(${.CURDIR}/../../Makefile.inc)
/netbsd-6-1-5-RELEASE/usr.sbin/npf/
H A DMakefile.inc5 .if exists(${.CURDIR}/../../Makefile.inc)
/netbsd-6-1-5-RELEASE/usr.bin/crunch/
H A DMakefile.inc3 .if exists(${.CURDIR}/../../Makefile.inc)
/netbsd-6-1-5-RELEASE/usr.bin/locate/
H A DMakefile.inc3 .if exists(${.CURDIR}/../../Makefile.inc)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/libstdc++-abi/
H A Dabi.exp24 if { (${v3-symver} == 0) || ![info exists baseline_file] \
25 || ![file exists $baseline_file] \
26 || ![file exists "../src/.libs/libstdc++.so"] } {
/netbsd-6-1-5-RELEASE/lib/npf/
H A DMakefile.inc6 .if exists(${.CURDIR}/../../Makefile.inc)
/netbsd-6-1-5-RELEASE/usr.sbin/acpitools/
H A DMakefile.inc7 .if exists(${.CURDIR}/../../Makefile.inc)
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/
H A DMakefile.inc3 .if exists(${.CURDIR}/../../Makefile.inc)
/netbsd-6-1-5-RELEASE/usr.sbin/timed/
H A DMakefile.inc3 .if exists(${.CURDIR}/../../Makefile.inc)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dtimeout.exp25 if [info exists individual_timeout] {
28 if [info exists timeout_factor] {
43 if [info exists individual_timeout] {
45 } elseif [info exists tool_timeout] {
47 } elseif [target_info exists gcc,timeout] {
56 if [info exists timeout_factor] {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/config/
H A Ddefault.exp6 if ![info exists AS] {
12 if ![info exists ASFLAGS] {
19 if ![info exists CFLAGS] {
24 if ![info exists LD] {
30 if ![info exists LDFLAGS] {
38 if ![info exists SIMFLAGS] {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/lib/
H A Dgcc.exp54 # verify that the compiler exists
60 if { $status == 0 && [info exists version] } then {
98 if ![info exists GCC_UNDER_TEST] {
99 if [info exists TOOL_EXECUTABLE] {
106 if ![info exists tmpdir] then {
125 [info exists gluefile] } {
130 if [target_info exists gcc,stack_size] {
133 if [target_info exists gcc,no_trampolines] {
136 if [target_info exists gcc,no_label_values] {
141 if [info exists TOOL_OPTION
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/config/
H A Ddefault.exp25 if ![info exists ld] then {
29 if ![info exists as] then {
33 if ![info exists nm] then {
37 if ![info exists objdump] then {
41 if ![info exists objcopy] then {
45 if ![info exists ar] then {
49 if ![info exists strip] then {
74 if {[file exists tmpdir/libpath.exp]} {
85 if {![info exists CC]} {
88 if {![info exists CFLAG
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/libstdc++-abi/
H A Dabi.exp32 if { (${v3-symver} == 0) || ![info exists baseline_dir] \
33 || ![file exists $baseline_dir] \
34 || ![file exists $lib] } {
41 if ![file exists $baseline_file] {
44 if ![file exists $baseline_file] {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/
H A Dc.exp1 if [info exists lang_library_path] then {
5 if [info exists lang_test_file] then {
12 if ![info exists DEFAULT_CFLAGS] then {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-scripts/
H A Dsizeof.exp41 if {![info exists nm_output(text_start)] \
42 || ![info exists nm_output(text_end)] \
43 || ![info exists nm_output(data_start)] \
44 || ![info exists nm_output(data_end)] \
45 || ![info exists nm_output(sizeof_text)] \
46 || ![info exists nm_output(sizeof_data)]} {
/netbsd-6-1-5-RELEASE/lib/csu/
H A DMakefile17 . if exists(${CSU_MACHINE_ARCH}_elf/Makefile)
19 . elif exists(${CSU_MACHINE_ARCH}/Makefile)
21 . elif exists(${MACHINE_CPU}_elf/Makefile)
23 . elif exists(${MACHINE_CPU}/Makefile)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/config/
H A Ddefault.exp25 if ![info exists NM] then {
28 if ![info exists NMFLAGS] then {
31 if ![info exists SIZE] then {
34 if ![info exists SIZEFLAGS] then {
37 if ![info exists OBJDUMP] then {
40 if ![info exists OBJDUMPFLAGS] then {
43 if ![info exists OBJCOPY] then {
46 if ![info exists OBJCOPYFLAGS] then {
49 if ![info exists AR] then {
52 if ![info exists STRI
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dada.exp69 if [info exists CFLAGS_FOR_TARGET] {
73 if [info exists target_info(host,name)] {
82 if [board_info $dest exists adaflags] {
86 if [board_info $dest exists gnatmake] {
95 if [board_info $dest exists cxxflags] {
99 if [board_info $dest exists c++compiler] {
108 if [board_info $dest exists f77flags] {
112 if [board_info $dest exists f77compiler] {
121 if [board_info $tmp exists name] {
165 if [board_info $host exists cflags_for_targe
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/dist/
H A Dfindconfig10 if [file exists $dir/tclConfig.sh] {

Completed in 197 milliseconds

1234567891011>>