Lines Matching defs:func
62 const char *func,
81 const char *f = func ? strrchr(func, '_') : NULL;
83 /* inside a class this will print nine:tid:classinlowercase:func: while
84 * outside a class (rarely used) it will just print nine:tid:func
87 if (f && strncmp(func, "Nine", 4) == 0) {
90 for (func += 4; func != f; ++func) { *ptr++ = tolower(*func); }
96 } else if (func) {
98 _debug_printf("nine:0x%08lx:%s ", tid, func);
100 _debug_printf("nine:%s ", func);
111 const char *func,
116 _debug_printf("nine:%s:%d: %s STUB!\n", r ? ++r : file, line, func);