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

/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dgen.c317 struct ttnam *ttn = NULL; local
330 if (typenames[i].typename[0] == 0 && ttn == NULL)
331 ttn = &typenames[i];
333 if (ttn == NULL) {
338 if (strlen(typename) > sizeof(ttn->typename) - 1) {
343 strcpy(ttn->typename, typename);
344 ttn->type = type;
346 strcpy(ttn->macroname, ttn->typename);
347 c = strlen(ttn
505 struct ttnam *ttn, *ttn2; local
[all...]

Completed in 71 milliseconds