/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | debug.h | 13 #define DPRINTF(F,X) if (_Developer_Debug & DBG_##F) _dprintf X macro 15 #define DENTER(F) DPRINTF(F, ("%s() entered.\n",fname)) 16 #define DEXIT(F) DPRINTF(F, ("%s() exiting.\n",fname)) 18 DPRINTF(F, ("%s() returning status = %d\n", fname, S)) 44 #define DPRINTF(F,X) macro
|
/external/python/cpython2/Modules/ |
D | socketmodule.h | 224 #ifndef DPRINTF 225 # define DPRINTF if (0) printf macro 233 DPRINTF(" Loading capsule %s\n", PySocket_CAPSULE_NAME); in PySocketModule_ImportModuleAndAPI() 238 DPRINTF(" API object loaded and initialized.\n"); in PySocketModule_ImportModuleAndAPI() 242 DPRINTF(" not found.\n"); in PySocketModule_ImportModuleAndAPI()
|
/external/one-true-awk/ |
D | lib.c | 151 DPRINTF("RS=<%s>, FS=<%s>, ARGC=%g, FILENAME=%s\n", in getrec() 161 DPRINTF("argno=%d, file=|%s|\n", argno, file); in getrec() 174 DPRINTF("opening file %s\n", file); in getrec() 277 DPRINTF("readrec saw <%s>, returns %d\n", buf, isrec); in readrec() 292 DPRINTF("getargv(%d) returns |%s|\n", n, s); in getargv() 312 DPRINTF("command line set %s to |%s|\n", s, p); in setclvar() 513 DPRINTF("into refldbld, rec = <%s>, pat = <%s>\n", rec, fs); in refldbld() 522 DPRINTF("refldbld: i=%d\n", i); in refldbld() 525 DPRINTF("match %s (%d chars)\n", patbeg, patlen); in refldbld() 531 DPRINTF("no match %s\n", rec); in refldbld() [all …]
|
D | tran.c | 240 DPRINTF("setsymtab found %p: n=%s s=\"%s\" f=%g t=%o\n", in setsymtab() 259 DPRINTF("setsymtab set %p: n=%s s=\"%s\" f=%g t=%o\n", in setsymtab() 319 DPRINTF("setting field %d to %g\n", fldno, f); in setfval() 323 DPRINTF("setting NF to %g\n", f); in setfval() 339 DPRINTF("setfval %p: %s = %g, t=%o\n", (void*)vp, NN(vp->nval), f, vp->tval); in setfval() 359 DPRINTF("starting setsval %p: %s = \"%s\", t=%o, r,f=%d,%d\n", in setsval() 368 DPRINTF("setting field %d to %s (%p)\n", fldno, s, (const void*)s); in setsval() 384 DPRINTF("setsval %p: %s = \"%s (%p) \", t=%o r,f=%d,%d\n", in setsval() 391 DPRINTF("setting NF to %g\n", f); in setsval() 416 DPRINTF("getfval %p: %s = %g, t=%o\n", in getfval() [all …]
|
D | main.c | 202 DPRINTF("program = |%s|\n", argv[1]); in main() 211 DPRINTF("argc=%d, argv[0]=%s\n", argc, argv[0]); in main() 223 DPRINTF("errorflag=%d\n", errorflag); in main()
|
D | awk.h | 51 # define DPRINTF(...) if (dbg) printf(__VA_ARGS__) macro 53 # define DPRINTF(...) macro
|
D | run.c | 122 …DPRINTF("adjbuf %s: %d %d (pbuf=%p, tbuf=%p)\n", whatrtn, *psiz, minlen, (void*)*pbuf, (void*)tbuf… in adjbuf() 250 DPRINTF("calling %s, %d args (%d in defn), frp=%d\n", s, ncall, ndef, (int) (frp-frame)); in call() 257 DPRINTF("evaluate args[%d], frp=%d:\n", i, (int) (frp-frame)); in call() 260 DPRINTF("args[%d]: %s %f <%s>, t=%o\n", in call() 287 DPRINTF("start exec of %s, frp=%d\n", s, (int) (frp-frame)); in call() 289 DPRINTF("finished exec of %s, frp=%d\n", s, (int) (frp-frame)); in call() 322 DPRINTF("%s returns %g |%s| %o\n", s, getfval(z), getsval(z), z->tval); in call() 350 DPRINTF("arg(%d), frp->nargs=%d\n", n, frp->nargs); in arg() 516 DPRINTF("making %s into an array\n", NN(x->nval)); in array() 562 DPRINTF("making %s into an array\n", ap->nval); in intest() [all …]
|
D | parse.c | 253 DPRINTF("defining func %s (%d args)\n", v->nval, n); in defn()
|
D | b.c | 402 DPRINTF("cclenter: in = |%s|, out = |%s|\n", op, buf); in cclenter() 738 DPRINTF("reparse <%s>\n", p); in reparse()
|
/external/iproute2/tc/ |
D | q_gred.c | 33 #define DPRINTF(format, args...) fprintf(stderr, format, ##args) 35 #define DPRINTF(format, args...) macro 58 DPRINTF(stderr, "init_gred: invoked with %s\n", *argv); in init_gred() 107 DPRINTF("TC_GRED: sending DPs=%u def_DP=%u\n", opt.DPs, opt.def_DP); in init_gred()
|
/external/strace/ |
D | ChangeLog | 10333 unwind.c: eliminate DPRINTF. 10334 Since DPRINTF is simply a macro that provides debugging information 10338 * unwind.c (DPRINTF): Remove. 10341 DPRINTF(fmt, str, ...) with debug_func_msg(fmt, ...)/ 38378 * unwind.c (DPRINTF): Likewise. 43540 * unwind.c (DPRINTF): New macro, to be utilized in debugging cache
|