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

/bionic/libc/dns/resolv/
H A Dres_send.c293 char tname[MAXDNAME+1]; local
296 n = dn_expand(buf, eom, cp, tname, sizeof tname);
305 ns_samename(tname, name) == 1)
343 char tname[MAXDNAME+1]; local
346 n = dn_expand(buf1, eom1, cp, tname, sizeof tname);
354 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))
/bionic/libc/kernel/uapi/linux/
H A Dcoda.h327 int tname; member in struct:coda_link_in
366 int tname; member in struct:coda_symlink_in
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dcoda.h327 int tname; member in struct:coda_link_in
366 int tname; member in struct:coda_symlink_in
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dcoda.h327 int tname; member in struct:coda_link_in
366 int tname; member in struct:coda_symlink_in
/bionic/libc/dns/net/
H A Dgethnamaddr.c233 const char *tname; local
239 tname = qname;
360 tname = bp;
375 if (strcasecmp(tname, bp) != 0) {
H A Dgetaddrinfo.c2054 char *cp, *tname, *cname; local
2087 tname = cp;
2090 // fprintf(stderr, "\ttname = '%s'", tname);
2091 if (strcasecmp(name, tname) == 0)

Completed in 88 milliseconds