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

  /src/libexec/ld.elf_so/
debug.c 52 debug_printf(const char *format, ...) function in typeref:typename:void
  /src/sys/arch/hpcmips/stand/pbsdboot/
print.c 44 debug_printf(LPWSTR lpszFmt, ...) function in typeref:typename:int
  /src/usr.bin/xlint/lint1/
externs1.h 151 void debug_printf(const char *fmt, ...) __printflike(1, 2);
171 #define debug_printf(...) debug_noop() macro
debug.c 84 debug_printf(const char *fmt, ...) function in typeref:typename:void
137 debug_printf("\n");
163 debug_printf("size %u", size_in_bits / CHAR_SIZE);
165 debug_printf("+%u", size_in_bits % CHAR_SIZE);
205 debug_printf("'%s'",
208 debug_printf(" '%s' with %s",
212 debug_printf(" type");
213 debug_printf(" '%s'", type_name(tn->tn_type));
215 debug_printf(", lvalue");
217 debug_printf(", parenthesized")
    [all...]
  /src/sbin/fsck_lfs/
fsck.h 65 #define debug_printf warn macro
67 #define debug_printf macro
  /src/usr.bin/indent/
debug.c 189 debug_printf(const char *fmt, ...) function in typeref:typename:void
223 debug_printf("\"");
227 debug_printf("\\%c", *p);
229 debug_printf("%c", *p);
231 debug_printf("\\n");
233 debug_printf("\\t");
235 debug_printf("\\x%02x", (unsigned char)*p);
237 debug_printf("\"");
244 debug_printf(" %s ", name);
253 debug_printf("%s:", descr)
    [all...]
indent.h 459 void debug_printf(const char *, ...) __printflike(1, 2);
476 #define debug_printf(fmt, ...) debug_noop() macro
  /src/tests/usr.bin/indent/
fmt_decl.c 951 debug_printf(const char *fmt, ...) function in typeref:typename:void __printflike (1,2)
960 debug_printf(const char *fmt, ...) function in typeref:typename:void __printflike (1,2)
  /src/usr.bin/make/
make.c 124 debug_printf(const char *fmt, ...) function in typeref:typename:void
278 debug_printf("modified %s...",
281 debug_printf("nonexistent...");
337 debug_printf("! operator...");
339 debug_printf(".PHONY node...");
341 debug_printf(".EXEC node...");
356 debug_printf("non existing child...");
418 debug_printf("Make_HandleUse: called for plain node %s\n",
713 debug_printf("inspect parent %s%s: ", pgn->name,
716 debug_printf(", unmade %d ", pgn->unmade - 1)
    [all...]

Completed in 16 milliseconds