HomeSort by: relevance | last modified time | path
    Searched defs:stdbool (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/xlint/xlint/
Makefile 17 FILES+= strict-bool-stdbool.h
19 FILESNAME_strict-bool-stdbool.h= stdbool.h
Makefile 17 FILES+= strict-bool-stdbool.h
19 FILESNAME_strict-bool-stdbool.h= stdbool.h
  /src/tools/lint/
Makefile 12 STDBOOL_H=${NETBSDSRCDIR}/${HOST_SRCDIR}/strict-bool-stdbool.h
14 install: ${TOOLDIR}/libdata/lint/strict-bool/stdbool.h
16 ${TOOLDIR}/libdata/lint/strict-bool/stdbool.h:: ${STDBOOL_H}
Makefile 12 STDBOOL_H=${NETBSDSRCDIR}/${HOST_SRCDIR}/strict-bool-stdbool.h
14 install: ${TOOLDIR}/libdata/lint/strict-bool/stdbool.h
16 ${TOOLDIR}/libdata/lint/strict-bool/stdbool.h:: ${STDBOOL_H}
  /src/usr.bin/make/
test-variants.mk 116 # Is expected to fail with "<stdbool.h> is included in pre-C99 mode" since
117 # main.c includes <sys/sysctl.h>, which includes <stdbool.h> even in pre-C99
128 # includes <stdbool.h> even in pre-C99 mode.
129 TESTS+= c90-stdbool
130 ENV.c90-stdbool= USE_FILEMON=no # filemon uses designated initializers
131 CFLAGS.c90-stdbool= -std=c90 -ansi -pedantic -Wno-system-headers
132 CPPFLAGS.c90-stdbool= -DUSE_C99_BOOLEAN
test-variants.mk 116 # Is expected to fail with "<stdbool.h> is included in pre-C99 mode" since
117 # main.c includes <sys/sysctl.h>, which includes <stdbool.h> even in pre-C99
128 # includes <stdbool.h> even in pre-C99 mode.
129 TESTS+= c90-stdbool
130 ENV.c90-stdbool= USE_FILEMON=no # filemon uses designated initializers
131 CFLAGS.c90-stdbool= -std=c90 -ansi -pedantic -Wno-system-headers
132 CPPFLAGS.c90-stdbool= -DUSE_C99_BOOLEAN

Completed in 25 milliseconds