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

/freebsd-11-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-11-stable/bin/ls/
H A Dls.c100 static void (*printfcn)(const DISPLAY *); variable
486 printfcn = printscol;
488 printfcn = printlong;
490 printfcn = printstream;
492 printfcn = printcol;
896 printfcn(&d);

Completed in 105 milliseconds