HomeSort by: relevance | last modified time | path
    Searched refs:exists (Results 1 - 25 of 137) sorted by relevancy

1 2 3 4 5 6

  /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"
cond-func-exists.mk 1 # $NetBSD: cond-func-exists.mk,v 1.8 2025/01/10 23:00:38 rillig Exp $
3 # Tests for the exists() function in .if conditions.
5 .if !exists(.)
11 .if exists(".")
15 .if exists('.')
22 .if exists(\.)
26 .if !exists(${:U.})
32 .if !exists(${.PARSEDIR}/${.PARSEFILE})
37 .if !exists( . )
42 .if exists(${UNDEF}
    [all...]
cond-short.exp 2 expected and exists
8 expected or exists
varname-dot-curdir.mk 6 # In all normal situations, the current directory exists, and its name can
12 .if !exists(${.CURDIR})
15 .if !exists(${.CURDIR}/)
18 .if !exists(${.CURDIR}/.)
21 .if !exists(${.CURDIR}/..)
  /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/regress/sys/
Makefile 6 .if exists(arch/${MACHINE}/Makefile)
9 .if exists(arch/${MACHINE_ARCH}/Makefile)
  /src/share/doc/psd/
Makefile 17 .if exists(12.make)
20 .if exists(18.gprof)
23 .if exists(19.curses)
  /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/distrib/
Makefile 11 .if exists(${MACHINE}/miniroot/Makefile.inc)
15 .if exists(${RELEASEMACHINE}/Makefile)
  /src/regress/lib/libc/
Makefile 7 .if exists(arch/${MACHINE_ARCH})
  /src/sys/modules/exec_aout/
Makefile 19 .if (exists(${S}/arch/${MACHINE}/${MACHINE}/aout_machdep.c)) || \
20 (exists(${S}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}/aout_machdep.c)) || \
21 (exists(${S}/arch/${MACHINE_CPU}/${MACHINE_CPU}/aout_machdep.c))
  /src/usr.sbin/cpuctl/
Makefile 11 .if exists(${.CURDIR}/arch/${MACHINE_ARCH}.c)
13 .elif exists(${.CURDIR}/arch/${MACHINE_CPU}.c)
18 .if exists(${.CURDIR}/arch/${MACHINE_ARCH}-asm.S)
  /src/lib/csu/
Makefile 13 .elif exists(${.CURDIR}/arch/${CSU_MACHINE_ARCH}/Makefile.inc)
15 .elif exists(${.CURDIR}/arch/${CSU_MACHINE_CPU}/Makefile.inc)
  /src/lib/libm/compiler_rt/
Makefile.inc 34 . if exists(${COMPILER_RT_CPU_DIR}/${src:R}.S) || \
35 exists(${COMPILER_RT_ARCH_DIR}/${src:R}.S)
  /src/lib/libc/
libcincludes.mk 10 exists(${NETBSDSRCDIR}/lib/libc/arch/${LIBC_MACHINE_ARCH}/SYS.h)
12 .elif exists(${NETBSDSRCDIR}/lib/libc/arch/${LIBC_MACHINE_CPU}/SYS.h)
  /src/sbin/chkconfig/
chkconfig.sh 67 exists() function
69 # Returns true if an executable named $1 exists
212 if exists ${rcfile} && is_valid ${rcfile}; then
222 if exists ${rcfile}; then
227 if exists ${rcfile}; then
  /src/usr.bin/patch/
pch.h 40 bool exists; member in struct:file_name
  /src/sys/modules/cyclic/
Makefile 9 .if exists(${OSNETDIR}/dev/cyclic/${MACHINE:S/amd64/i386/})
11 .elif exists(${OSNETDIR}/dev/cyclic/${MACHINE_CPU:S/aarch64/arm/})
13 .elif exists(${OSNETDIR}/dev/cyclic/${MACHINE_CPU})
  /src/libexec/ld.aout_so/
Makefile 14 .if exists(${UUDECODE_FILES}.uue)
  /src/usr.sbin/zic/
Makefile 11 .if !empty(TOOL_CAT:M*/*) && !exists(${TOOL_CAT})
  /src/tools/dbsym/
Makefile 17 .if exists(${LDMAKEFILE})
  /src/tools/mdsetimage/
Makefile 18 .if exists(${LDMAKEFILE})
  /src/lib/libkvm/
Makefile 21 .if exists(kvm_${KVM_MACHINE_ARCH}.c)
23 .elif exists(kvm_${KVM_MACHINE_CPU}.c)
25 .elif exists(kvm_${MACHINE_ARCH}.c)
27 .elif exists(kvm_${MACHINE_CPU}.c)

Completed in 24 milliseconds

1 2 3 4 5 6