Searched refs:tname (Results 1 - 6 of 6) sorted by relevance
/bionic/libc/dns/resolv/ |
H A D | res_send.c | 292 char tname[MAXDNAME+1]; local 295 n = dn_expand(buf, eom, cp, tname, sizeof tname); 304 ns_samename(tname, name) == 1) 342 char tname[MAXDNAME+1]; local 345 n = dn_expand(buf1, eom1, cp, tname, sizeof tname); 353 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))
|
/bionic/libc/kernel/uapi/linux/ |
H A D | coda.h | 327 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 D | coda.h | 327 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 D | coda.h | 327 int tname; member in struct:coda_link_in 366 int tname; member in struct:coda_symlink_in
|
/bionic/libc/dns/net/ |
H A D | gethnamaddr.c | 224 const char *tname; local 230 tname = qname; 351 tname = bp; 366 if (strcasecmp(tname, bp) != 0) {
|
H A D | getaddrinfo.c | 2048 char *cp, *tname, *cname; local 2081 tname = cp; 2084 // fprintf(stderr, "\ttname = '%s'", tname); 2085 if (strcasecmp(name, tname) == 0)
|
Completed in 80 milliseconds