Home
last modified time | relevance | path

Searched refs:printproto (Results 1 – 1 of 1) sorted by relevance

/original-bsd/usr.bin/netstat/
H A Dmain.c152 static void printproto __P((struct protox *, char *));
351 printproto(tp, p->p_name);
357 printproto(tp, tp->pr_name);
360 printproto(tp, tp->pr_name);
372 printproto(tp, name) in printproto() function