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

/freebsd-12-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpmap.c552 struct enum_type *enum_tc; local
554 if ((enum_tc = calloc(1, sizeof(struct enum_type))) == NULL) {
559 if ((enum_tc->name = strdup(name)) == NULL) {
561 free(enum_tc);
565 return (enum_tc);

Completed in 58 milliseconds