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

1 2 3 4 5 6 7 8 91011>>

  /src/sys/rump/librump/rumpkern/arch/powerpc/
Makefile.inc 4 || (defined(MLIBDIR) && "${MLIBDIR}" == "powerpc")
  /src/external/lgpl3/mpfr/dist/src/
mparam_h.in 27 #if defined(MPFR_TUNE_COVERAGE)
31 /* Note: the different macros used here are those defined by gcc,
41 #elif (defined (__tune_core2__) || defined (__tune_nocona__)) && defined (__x86_64) /* 64-bit Core 2 or Xeon */
45 /* Put that before __x86_64__ since __x86_64__ is also defined on AMD 64,
46 We also have to define __tune_k8__ since __amd64__ is also defined on
51 #elif defined (__amd64__) && (defined (__tune_k8__) || defined (__tune_znver1__)) && ! defined (__clang__) /* AMD 64 *
    [all...]
  /src/external/public-domain/tz/dist/
checklinks.awk 6 # Special marker indicating that the name is defined as a Zone.
13 if (defined[$2]) {
14 if (defined[$2] == Zone) {
21 defined[$2] = Zone
25 if (defined[$3]) {
26 if (defined[$3] == Zone) {
28 } else if (defined[$3] == $2) {
31 printf "%s: Link to both %s and %s\n", $3, defined[$3], $2
43 defined[$3] = $2
48 if (defined[tz] != Zone)
    [all...]
  /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/
common.mk 3 NOSANITIZER= # defined
4 NODEBUG= # defined
5 NOLIBCSANITIZER=# defined
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
version.tpl 103 (prepend (if gthread (format #f "~a~a" gthread "defined(_GLIBCXX_HAS_GTHREADS)") #f))
107 (let ((strict "defined(__STRICT_ANSI__)")
128 }*/#if !defined(__cpp_lib_/*{name}*/)
133 1. __glibcxx_NAME, which is defined unconditionally, and
134 2. __cpp_lib_NAME, which is defined only if marked as wanted.
144 # if defined(__glibcxx_want_all) || defined(__glibcxx_want_/*{name}*/)
154 #endif /* !defined(__cpp_lib_/*{name}*/) && defined(__glibcxx_want_/*{name}*/) */
  /src/sys/arch/amiga/stand/bootblock/bootxx_ffsv2/
Makefile 3 BOOTXX_FFSV2= defined
  /src/share/mk/
bsd.hostinit.mk 3 .if !defined(_BSD_HOSTINIT_MK_)
6 NOINFO= # defined
7 NOLINT= # defined
8 NOMAN= # defined
13 .endif # !defined(_BSD_HOSTINIT_MK_)
  /src/tests/usr.bin/xlint/lint2/
msg_002.exp 0 defined is defined in msg_002.c(3) but never used [lint2:001]
2 only_declared is declared in msg_002.c(2) but never used or defined [lint2:002]
read.exp 1 a125 is declared in read.c(125) but never used or defined [lint2:002]
2 inline_function is defined in read.c(256) but never used [lint2:001]
4 printflike_0_comment is defined in read.c(217) but never used [lint2:001]
5 printflike_10_comment is defined in read.c(229) but never used [lint2:001]
6 printflike_3_comment is defined in read.c(223) but never used [lint2:001]
7 printflike_comment is defined in read.c(211) but never used [lint2:001]
8 scanflike_0_comment is defined in read.c(243) but never used [lint2:001]
9 scanflike_3_comment is defined in read.c(249) but never used [lint2:001]
10 scanflike_comment is defined in read.c(237) but never used [lint2:001]
13 varargs_0_comment is defined in read.c(199) but never used [lint2:001
    [all...]
msg_000.exp 1 defined_not_used is defined in msg_000.c(2) but never used [lint2:001]
2 used_not_defined is used in msg_000.c(3) but never defined [lint2:000]
msg_001.exp 1 defined_not_used is defined in msg_001.c(2) but never used [lint2:001]
2 used_not_defined is used in msg_001.c(3) but never defined [lint2:000]
  /src/regress/sys/kern/kqueue/vnode/
Makefile 6 @echo EVFILT_VNODE - no test defined
  /src/external/gpl3/binutils/usr.sbin/dbsym/
Makefile 5 .if (defined(HOSTPROG) && \
6 (${TOOLCHAIN_MISSING} == "no" || defined(EXTERNAL_TOOLCHAIN))) || \
  /src/external/gpl3/binutils.old/usr.sbin/dbsym/
Makefile 5 .if (defined(HOSTPROG) && \
6 (${TOOLCHAIN_MISSING} == "no" || defined(EXTERNAL_TOOLCHAIN))) || \
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_syscall_generic.inc 22 #if (defined(__x86_64__) && (SANITIZER_FREEBSD || SANITIZER_APPLE)) || \
23 (defined(__aarch64__) && SANITIZER_FREEBSD)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Config/
abi-breaking.h.cmake 23 #if !defined(LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING) || !LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING
27 #if defined(_MSC_VER)
34 #elif defined(_WIN32) || defined(__CYGWIN__) // Win32 w/o #pragma detect_mismatch
36 #elif defined(__cplusplus)
37 #if !(defined(_AIX) && defined(__GNUC__) && !defined(__clang__))
  /src/tests/libexec/ld.elf_so/
helper.mk 11 NODEBUGLIB= # defined
12 NOLINT= # defined
13 NOMAN= # defined
14 NOPICINSTALL= # defined
15 NOPROFILE= # defined
16 NOSTATICLIB= # defined
  /src/usr.bin/make/unit-tests/
cond-func.mk 6 # The below test uses the 'defined' function since it has no side-effects.
11 DEF= defined
21 .if !defined(DEF)
26 .if !defined( DEF)
31 .if !defined(DEF )
36 # expect+1: Missing ")" after argument "A" for "defined"
37 .if !defined(A B)
42 .if !defined(${:UA B})
52 # expect+1: Missing ")" after argument "A" for "defined"
53 .if !defined(A&B
112 defined= # defined but empty macro
    [all...]
cond-func-defined.exp 1 make: cond-func-defined.mk:24: Missing ")" after argument "A" for "defined"
2 make: cond-func-defined.mk:34: Missing ")" after argument "DEF" for "defined"
cond-func-defined.mk 1 # $NetBSD: cond-func-defined.mk,v 1.15 2025/06/28 22:39:28 rillig Exp $
3 # Tests for the defined() function in .if conditions.
5 DEF= defined
8 .if !defined(DEF)
13 .if !defined( DEF)
18 .if !defined(DEF )
23 # expect+1: Missing ")" after argument "A" for "defined"
24 .if !defined(A B)
29 .if !defined(${:UA B})
33 # expect+1: Missing ")" after argument "DEF" for "defined"
    [all...]
  /src/distrib/sparc64/cdroms/
Makefile 5 .if !defined(CDSOURCE)
  /src/external/gpl2/rcs/lib/
Makefile 12 .if defined(RCS_LOCALID)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
config.h.in 39 /* Defined if shared_ptr reference counting should use atomic operations. */
193 /* Defined if iswblank exists. */
298 /* Define if O_NONBLOCK is defined in <fcntl.h> */
356 /* Defined if sleep exists. */
507 /* Defined if usleep exists. */
513 /* Defined if vfwscanf exists. */
516 /* Defined if vswscanf exists. */
519 /* Defined if vwscanf exists. */
525 /* Defined if wcstof exists. */
531 /* Defined if Sleep exists. *
    [all...]
  /src/external/apache2/llvm/autoconf/include/llvm/Config/
abi-breaking.h.in 20 #if defined(_MSC_VER)
27 #elif defined(_WIN32) || defined(__CYGWIN__) // Win32 w/o #pragma detect_mismatch
29 #elif defined(__cplusplus)
  /src/external/bsd/atf/dist/atf-c/
defs.h.in 30 #if !defined(ATF_C_DEFS_H)
37 #endif /* !defined(ATF_C_DEFS_H) */

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 91011>>