Searched refs:printfcn (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/tools/tools/ifinfo/
H A Difinfo.h34 typedef void (*printfcn)(const void *, size_t); typedef
H A Difinfo.c54 static printfcn findlink(int);
74 printfcn pf;
297 static printfcn
/freebsd-12-stable/bin/ls/
H A Dls.c113 static void (*printfcn)(const DISPLAY *); variable
597 printfcn = printscol;
599 printfcn = printlong;
601 printfcn = printstream;
603 printfcn = printcol;
994 printfcn(&d);

Completed in 89 milliseconds