Home | Sort by: relevance | last modified time | path |
/src/bin/dd/ | |
dd.c | 79 void (*cfunc)(void); /* conversion function */ variable in typeref:typename:void (*)(void) 463 (*cfunc)(); 475 if (cfunc == def) 477 else if (cfunc == block) 479 else if (cfunc == unblock) |
dd.c | 79 void (*cfunc)(void); /* conversion function */ variable in typeref:typename:void (*)(void) 463 (*cfunc)(); 475 if (cfunc == def) 477 else if (cfunc == block) 479 else if (cfunc == unblock) |