Home | History | Annotate | Download | only in systat

Lines Matching defs:convtbl

1 /*	$NetBSD: convtbl.c,v 1.2 2016/08/02 17:53:46 scole Exp $	*/
30 * $FreeBSD: releng/10.1/usr.bin/systat/convtbl.c 175387 2008-01-16 19:27:43Z delphij $
35 __RCSID("$NetBSD: convtbl.c,v 1.2 2016/08/02 17:53:46 scole Exp $");
43 #include "convtbl.h"
59 struct convtbl {
66 static struct convtbl convtbl[] = {
84 struct convtbl *
104 return (&convtbl[idx]);
110 struct convtbl *tp;
120 struct convtbl *tp;
132 if (strcmp(convtbl[i].name, name) == 0)
147 len += strlen(convtbl[i].name) + 2;
151 strcat(buf, convtbl[i].name);