Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/gensnmpdef/
H A Dgensnmpdef.c57 struct tdef { struct
59 SLIST_ENTRY(tdef) link; argument
62 static SLIST_HEAD(, tdef) tdefs = SLIST_HEAD_INITIALIZER(tdefs);
401 struct tdef *t; in save_typdef()
403 t = calloc(1, sizeof(struct tdef)); in save_typdef()
414 struct tdef *t; in tdefs_cleanup()
437 struct tdef *t = NULL; in print_stype()