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

/bind-9.11.3/lib/dns/
H A Dgen.c295 struct ttnam *ttn = NULL; local
310 if (typenames[i].typename[0] == 0 && ttn == NULL)
311 ttn = &typenames[i];
313 if (ttn == NULL) {
319 if (strlen(typename) > sizeof(ttn->typename) - 1) {
325 strncpy(ttn->typename, typename, sizeof(ttn->typename));
326 ttn->typename[sizeof(ttn->typename) - 1] = '\0';
328 strncpy(ttn
510 struct ttnam *ttn, *ttn2; local
[all...]

Completed in 11 milliseconds