Home
last modified time | relevance | path

Searched refs:DPRINTF (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Ddebug.h13 #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
/aosp_15_r20/external/one-true-awk/
H A Dlib.c153 DPRINTF("RS=<%s>, FS=<%s>, ARGC=%g, FILENAME=%s\n", in getrec()
158 DPRINTF("argno=%d, file=|%s|\n", argno, file); in getrec()
171 DPRINTF("opening file %s\n", file); in getrec()
286 DPRINTF("readrec saw <%s>, returns %d\n", buf, isrec); in readrec()
332 DPRINTF("readcsvrec saw <%s>, returns %d\n", buf, c); in readcsvrec()
349 DPRINTF("getargv(%d) returns |%s|\n", n, s); in getargv()
373 DPRINTF("command line set %s to |%s|\n", s, p); in setclvar()
608 DPRINTF("into refldbld, rec = <%s>, pat = <%s>\n", rec, fs); in refldbld()
617 DPRINTF("refldbld: i=%d\n", i); in refldbld()
620 DPRINTF("match %s (%d chars)\n", patbeg, patlen); in refldbld()
[all …]
H A Dtran.c230 DPRINTF("setsymtab found %p: n=%s s=\"%s\" f=%g t=%o\n", in setsymtab()
249 DPRINTF("setsymtab set %p: n=%s s=\"%s\" f=%g t=%o\n", in setsymtab()
309 DPRINTF("setting field %d to %g\n", fldno, f); in setfval()
313 DPRINTF("setfval: setting NF to %g\n", f); in setfval()
329 DPRINTF("setfval %p: %s = %g, t=%o\n", (void*)vp, NN(vp->nval), f, vp->tval); in setfval()
349 DPRINTF("starting setsval %p: %s = \"%s\", t=%o, r,f=%d,%d\n", in setsval()
362 DPRINTF("setting field %d to %s (%p)\n", fldno, s, (const void*)s); in setsval()
377 DPRINTF("setsval %p: %s = \"%s (%p) \", t=%o r,f=%d,%d\n", in setsval()
384 DPRINTF("setsval: setting NF to %g\n", f); in setsval()
409 DPRINTF("getfval %p: %s = %g, t=%o\n", in getfval()
[all …]
H A Dmain.c233 DPRINTF("program = |%s|\n", argv[1]); in main()
242 DPRINTF("argc=%d, argv[0]=%s\n", argc, argv[0]); in main()
254 DPRINTF("errorflag=%d\n", errorflag); in main()
H A Drun.c123DPRINTF("adjbuf %s: %d %d (pbuf=%p, tbuf=%p)\n", whatrtn, *psiz, minlen, (void*)*pbuf, (void*)tbuf… in adjbuf()
251 DPRINTF("calling %s, %d args (%d in defn), frp=%d\n", s, ncall, ndef, (int) (frp-frame)); in call()
258 DPRINTF("evaluate args[%d], frp=%d:\n", i, (int) (frp-frame)); in call()
261 DPRINTF("args[%d]: %s %f <%s>, t=%o\n", in call()
288 DPRINTF("start exec of %s, frp=%d\n", s, (int) (frp-frame)); in call()
290 DPRINTF("finished exec of %s, frp=%d\n", s, (int) (frp-frame)); in call()
323 DPRINTF("%s returns %g |%s| %o\n", s, getfval(z), getsval(z), z->tval); in call()
351 DPRINTF("arg(%d), frp->nargs=%d\n", n, frp->nargs); in arg()
519 DPRINTF("making %s into an array\n", NN(x->nval)); in array()
565 DPRINTF("making %s into an array\n", ap->nval); in intest()
[all …]
H A Dawk.h51 # define DPRINTF(...) if (dbg) printf(__VA_ARGS__) macro
53 # define DPRINTF(...) macro
H A Dparse.c253 DPRINTF("defining func %s (%d args)\n", v->nval, n); in defn()
H A Db.c967 DPRINTF("reparse <%s>\n", p); in reparse()
/aosp_15_r20/external/python/cpython2/Modules/
Dsocketmodule.h224 #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()
/aosp_15_r20/external/iproute2/tc/
H A Dq_gred.c33 #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()
/aosp_15_r20/external/strace/
H A DChangeLog10333 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