Search | Google it | Results 41 - 44 of 44 for funcall:printf (0.05 seconds) |
199: 200: printf("%-16s ", dest != NULL ? inet_ntop(AF_INET, &dest->sin_addr, rbuf, sizeof(rbuf)) : "-"); 201: printf("%-16s ", mask != NULL ? inet_ntop(AF_INET, &mask->sin_addr, rbuf, sizeof(rbuf)) : "-");
697: #ifdef DEBUG 698: printf("start driver task #%d\n", nif_info->nif_tid); 699: #endif
220: #ifdef DEBUG 221: printf("condvar init %d(at %p) by %d, old id = %lu\n", cv->flgid, cv, tk_get_tid(), old_id); 222: #endif
295: #ifdef DEBUG 296: printf("mutex init %lu(at %p) by %d, old id = %lu\n", mtx->mtxid, mtx, tk_get_tid(), old_id); 297: #endif