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

  /src/sys/sys/
stdbool.h 39 #define true 1 macro
  /src/usr.bin/xlint/xlint/
strict-bool-stdbool.h 38 #define true __lint_true macro
  /src/usr.bin/make/unit-tests/
cond-late.mk 21 @${MAKE} -f ${MAKEFILE} do-parse-time || true
23 COND.true= "yes" == "yes"
39 @echo ${ ${COND.true} :?yes:no}
  /src/sys/dev/pci/ixgbe/
ixgbe_osdep.h 120 #define TRUE 1
121 #define true 1 macro
  /src/lib/libc/time/
private.h 88 /* Define true, false and bool if they don't work out of the box. */
90 # define true 1 macro
527 # define HAVE___HAS_C_ATTRIBUTE true
648 # define defined_time_tz true
668 # define TZ_TIME_T true
949 default: true) };
953 enum { SIGNED_PADDING_CHECK_NEEDED = true };
1127 ** This is true even if % means modulo rather than Fortran remainder
  /src/usr.bin/make/
make.h 168 #elif defined(bool) || defined(true) || defined(false)
174 #error "bool/true/false is defined in pre-C99 mode"
177 #define true 1 macro
580 /* True if every target is precious */
582 /* True if failed targets should be deleted */
584 /* true while processing .depend */
726 /* -i: if true, ignore all errors from shell commands */
736 * -k: if true and an error occurs while making a node, continue
748 * -q: if true, do not really make anything, just see if the targets
770 /* -W: if true, makefile parsing warnings are treated as errors *
    [all...]

Completed in 13 milliseconds