gonzui


Format: Advanced Search

SearchGoogle itResults 41 - 44 of 44 for funcall:printf (0.05 seconds)
t2ex
t2ex_source/kernel/sysmain/src/network_sample/route.c - 7.4KB - 226 lines
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)) : "-");
More results from route.c
t2ex_source/t2ex/network/net/src/netmain/if_tkn.c - 28.4KB - 1,184 lines
697: #ifdef DEBUG
698:         printf("start driver task #%d\n", nif_info->nif_tid);
699: #endif
t2ex_source/t2ex/network/net/src/netmain/tkn_condvar.c - 10.9KB - 416 lines
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
More results from tkn_condvar.c
t2ex_source/t2ex/network/net/src/netmain/tkn_mutex.c - 13.2KB - 514 lines
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
More results from tkn_mutex.c