Home
last modified time | relevance | path

Searched refs:DEBUG_PARSE (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/ntp/kernel/sys/
HDparsestreams.h97 #ifdef DEBUG_PARSE
/trueos/cddl/contrib/opensolaris/tools/ctf/cvt/
HDctftools.h52 #ifndef DEBUG_PARSE
53 #define DEBUG_PARSE 0 macro
HDst_parse.c76 int debug_parse = DEBUG_PARSE;
/trueos/sys/contrib/ipfilter/netinet/
HDip_ftp_pxy.c117 #define DEBUG_PARSE 0x20 macro
317 if (softf->ipf_p_ftp_debug & DEBUG_PARSE)
688 if (softf->ipf_p_ftp_debug & DEBUG_PARSE)
1020 if (softf->ipf_p_ftp_debug & DEBUG_PARSE)
1064 if (softf->ipf_p_ftp_debug & DEBUG_PARSE)
1433 if (softf->ipf_p_ftp_debug & DEBUG_PARSE) {
1499 if (softf->ipf_p_ftp_debug & DEBUG_PARSE)
1512 if (softf->ipf_p_ftp_debug & DEBUG_PARSE)
1537 if (softf->ipf_p_ftp_debug & DEBUG_PARSE) {
/trueos/contrib/bmake/
HDmake.h478 #define DEBUG_PARSE 0x40000 macro
HDmain.c304 debug |= DEBUG_PARSE; in parse_debug_options()