Home
last modified time | relevance | path

Searched refs:DEBUG_OPTIONS (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/bmake/mk/
H A Doptions.mk65 .if defined(DEBUG_OPTIONS) && ${DEBUG_OPTIONS:@x@${o:H:M$x}@} != ""
88 .if defined(DEBUG_OPTIONS) && ${DEBUG_OPTIONS:@x@${o:H:M$x}@} != ""
H A DChangeLog49 * options.mk: add support for DEBUG_OPTIONS (similar to
51 Eg. DEBUG_OPTIONS="STAGING*" gives:
/freebsd/libexec/tftpd/
H A Dtftp-options.c178 if (debug & DEBUG_OPTIONS) in option_timeout()
207 if (debug & DEBUG_OPTIONS) in option_rollover()
269 if (debug & DEBUG_OPTIONS) in option_blksize()
323 if (debug & DEBUG_OPTIONS) in option_blksize2()
358 if (debug & DEBUG_OPTIONS) in option_windowsize()
435 if (debug & DEBUG_OPTIONS) in parse_options()
H A Dtftp-utils.h93 #define DEBUG_OPTIONS 0x0004 macro
H A Dtftp-utils.c203 { DEBUG_OPTIONS, "options", "Options debugging" },