TRACING
#define BEGIN (OTHER | TRACING | INDENTED)
#define END (OTHER | TRACING | OUTDENTED)
if (T_info->ti_verbosity >= TRACING)
if (T_info->ti_verbosity >= TRACING) {
errlog(TRACING, "Extending file %s\nExtending function %s\n"
if (T_info->ti_verbosity >= TRACING)
errlog(TRACING, "uninteresting keyword: %s\n",
errlog(TRACING, ");");
errlog(TRACING, "returning empty string");
errlog(TRACING, "bucket_t at 0x%p {", (void *)b);
errlog(TRACING, " char *b_name = \"%s\";", b->b_name);
errlog(TRACING, " struct bucket_t *b_parent = 0x%p;",
errlog(TRACING, " struct bucketlist *b_uncles = 0x%p;",
errlog(TRACING, " struct bucket_t *b_thread = 0x%p;",
errlog(TRACING, " int b_has_locals = %d;",
errlog(TRACING, " int b_has_protecteds = %d;",
errlog(TRACING, " int b_was_printed = %d;",
errlog(TRACING, " int b_weak = %d;",
errlog(TRACING, " table_t *b_global_table = 0x%p;",
errlog(TRACING, " table_t *b_protected_table = 0x%p;",
errlog(TRACING, "}");
errlog(TRACING, "list %d", i);
errlog(TRACING, "bucket %d", j);
errlog(TRACING, "global interfaces = {");
errlog(TRACING, "}");
errlog(TRACING, "protected interfaces = {");
errlog(TRACING, "}");
errlog(TRACING, " %s", *p);
errlog(TRACING, ";");
errlog(TRACING, " uncle bucket %d.1", j);
errlog(TRACING, "global interfaces = {");
errlog(TRACING, "}");
errlog(TRACING, "protected interfaces = {");
errlog(TRACING, "}");
errlog(TRACING, "%s (%s, %s, %s %d)", p->IF_name,
errlog(OTHER | TRACING, "accept_token, at %s expecting %s",
errlog(TRACING, "xlator_startlib");
errlog(TRACING, "xlator_startfile");
errlog(TRACING, "xlator_start_if %s", value);
errlog(TRACING,
errlog(TRACING, "Version found. Setting Version to %s", value);
errlog(TRACING, "Version_Arch=%d", Version_Arch);
errlog(TRACING,
errlog(TRACING,
errlog(TRACING, "Filter[token=%d] found. Setting Filter to %s",
errlog(TRACING, "Version_Arch=%d", Version_Arch);
errlog(TRACING, "xlator_end_if");
errlog(TRACING, "Interface=%s", Iface.IF_name);
errlog(TRACING, "xlator_endfile");
errlog(TRACING, "xlator_endlib");
if (Verbosity >= TRACING) {
errlog(TRACING, "xlator_end");
errlog(TRACING, "b_name = %s", b->b_name);
errlog(TRACING, "exception=%s\n", exception ? exception : "NULL");
errlog(TRACING, "name = '%s'", name);
errlog(TRACING, "place='%s'\n", place);
errlog(TRACING, "name = '%s'\n", name);
errlog(TRACING, "print_type=%s\n", print_type);
errlog(TRACING, "print_type, c_type=%s\n", print_type);
errlog(TRACING, "arglist = '%s'", arglist);
errlog(TRACING, "now in file \"%s\" in lib \"%s\"",
errlog(TRACING, "now in interface \"%s\"", value);
errlog(TRACING, "output file = '%s'", pathname);
errlog(TRACING, "includes=");
errlog(TRACING, "\n");
((void)(TRACING(req) && trace(req, res, __VA_ARGS__)))
if (TRACING(req))