Searched refs:dprintf (Results 1 - 9 of 9) sorted by relevance

/external/strace/test/
H A Dmany_looping_threads.c24 dprintf(1, "sub-thread %d created\n", ++thd_no);
40 dprintf(1, "test start, num_threads:%d...\n", num_threads);
44 dprintf(1, "after pthread_create\n");
/external/linux-tools-perf/src/tools/perf/bench/
H A Dnuma.c41 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0) macro
295 dprintf("binding to node %d, mask: %016lx => %d\n", node, nodemask, ret);
427 dprintf("got CPU list: {%s}\n", p0.cpu_list_str);
441 dprintf("g->p.nr_tasks: %d\n", g->p.nr_tasks);
464 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end);
501 dprintf("CPUs: %d_%d-%d#%dx%d\n", bind_cpu_0, bind_len, bind_cpu_1, step, mul);
559 dprintf("got NODE list: {%s}\n", p0.node_list_str);
573 dprintf("g->p.nr_tasks: %d\n", g->p.nr_tasks);
595 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end);
620 dprintf("NODE
[all...]
/external/bison/darwin-lib/
H A Dstdio.h448 # define dprintf rpl_dprintf
450 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
453 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...));
456 _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...)
460 _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...));
462 _GL_CXXALIASWARN (dprintf);
464 # undef dprintf macro
466 _GL_WARN_ON_USE (dprintf, "dprintf is unportable - "
467 "use gnulib module dprintf fo
[all...]
/external/bison/linux-lib/
H A Dstdio.h448 # define dprintf rpl_dprintf
450 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
453 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...));
456 _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...)
460 _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...));
462 _GL_CXXALIASWARN (dprintf);
464 # undef dprintf macro
466 _GL_WARN_ON_USE (dprintf, "dprintf is unportable - "
467 "use gnulib module dprintf fo
[all...]
/external/bison/lib/
H A Dstdio.in.h136 # define dprintf rpl_dprintf
138 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
141 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...));
144 _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...)
148 _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...));
150 _GL_CXXALIASWARN (dprintf);
152 # undef dprintf
154 _GL_WARN_ON_USE (dprintf, "dprintf is unportable - "
155 "use gnulib module dprintf fo
[all...]
/external/libxml2/
H A Dtrio.h214 #define dprintf trio_dprintf macro
/external/toybox/toys/pending/
H A Dcrond.c461 if (!prog) dprintf(1, "Exec failed: %s -c %s\n", file, job->cmd);
557 dprintf(mailfd, "To: %s\nSubject: cron: %s\n\n", cfile->mailto, job->cmd);
/external/libunwind/tests/
H A Dtest-coredump-unwind.c232 dprintf(2, "signal:%d address:0x%lx ip:0x%lx\n",
/external/bison/
H A Dconfigure30450 for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen renameat snprintf tmpfile vdprintf vsnprintf; do

Completed in 410 milliseconds