txt                78 source4/heimdal/lib/krb5/get_host_realm.c 	    tmp = strdup(rr->u.txt);
txt                67 source4/heimdal/lib/roken/resolve.c     DECL(txt),
txt               179 source4/heimdal/lib/roken/resolve.c 	rr->u.txt = strdup(host);
txt               180 source4/heimdal/lib/roken/resolve.c 	if(rr->u.txt == NULL) {
txt               241 source4/heimdal/lib/roken/resolve.c 	rr->u.txt = (char*)malloc(*p + 1);
txt               242 source4/heimdal/lib/roken/resolve.c 	if(rr->u.txt == NULL) {
txt               246 source4/heimdal/lib/roken/resolve.c 	strncpy(rr->u.txt, (const char*)(p + 1), *p);
txt               247 source4/heimdal/lib/roken/resolve.c 	rr->u.txt[*p] = '\0';
txt               250 source4/heimdal/lib/roken/resolve.h 	char *txt;