Searched refs:a (Results 1 – 11 of 11) sorted by relevance
/resolv/ |
A D | ns_samedomain.c | 44 ns_samedomain(const char *a, const char *b) { in ns_samedomain() argument 49 la = strlen(a); in ns_samedomain() 53 if (la != 0U && a[la - 1] == '.') { in ns_samedomain() 57 if (a[i] == '\\') { in ns_samedomain() 94 return (strncasecmp(a, b, lb) == 0); in ns_samedomain() 113 if (a[diff - 1] != '.') in ns_samedomain() 122 if (a[i] == '\\') { in ns_samedomain() 133 cp = a + diff; in ns_samedomain() 142 ns_subdomain (const char *a, const char *b) in libresolv_hidden_def() 144 return __libc_ns_samename (a, b) != 1 && ns_samedomain (a, b); in libresolv_hidden_def()
|
A D | ns_samename.c | 26 __libc_ns_samename (const char *a, const char *b) in __libc_ns_samename() argument 30 if (__libc_ns_makecanon (a, ta, sizeof ta) < 0 || in __libc_ns_samename()
|
A D | resolv-deprecated.c | 39 ns_samename (const char *a, const char *b) in ns_samename() argument 41 return __libc_ns_samename (a, b); in ns_samename()
|
A D | README | 5 from BIND 8. Only a subset of the src/lib/resolv part of libbind is 11 you need those facilities, please take a look at the full BIND 31 `_res.options'. This fixes a potential security bug with programs 37 * The resolver in glibc can connect to a nameserver over IPv6. Just 46 `res_mkquery', `res_send' and `res_init', used a static (global) 48 interfaces are not thread-safe. Therefore, BIND 8.2 introduced a set 50 `res_nsend' and `res_ninit' that take a `res_state' as their first 51 argument, so you can use a per-thread resolver state. In glibc, when 52 you link with -lpthread, such a per-thread resolver state is already 54 a macro, in a similar way to what has been done for the `errno' and [all …]
|
A D | res_init.c | 214 allocate_address_v4 (struct in_addr a, uint16_t port) in allocate_address_v4() argument 220 sa4->sin_addr = a; in allocate_address_v4() 398 struct in_addr a; in res_vinit_1() local 412 if ((*cp != '\0') && (*cp != '\n') && __inet_aton_exact (cp, &a)) in res_vinit_1() 414 sa = allocate_address_v4 (a, NAMESERVER_PORT); in res_vinit_1() 465 struct in_addr a; in res_vinit_1() local 481 if (__inet_aton_exact (net, &a)) in res_vinit_1() 483 e.addr = a; in res_vinit_1() 493 if (__inet_aton_exact (net, &a)) in res_vinit_1() 494 e.mask = a.s_addr; in res_vinit_1()
|
A D | tst-resolv-res_ninit.c | 28 sort_res_state (const void *a, const void *b) in sort_res_state() argument 30 res_state left = (res_state) a; in sort_res_state()
|
A D | Versions | 226 # Keep a version node (with a synthesized local: * directive) so that
|
A D | ns_print.c | 528 struct in6_addr a; in libresolv_hidden_def() local 543 memset(&a, 0, sizeof(a)); in libresolv_hidden_def() 544 memcpy(&a.s6_addr[pbyte], rdata, sizeof(a) - pbyte); in libresolv_hidden_def() 545 (void) inet_ntop(AF_INET6, &a, buf, buflen); in libresolv_hidden_def() 547 rdata += sizeof(a) - pbyte; in libresolv_hidden_def()
|
A D | tst-ns_name.data | 15 # You should have received a copy of the GNU Lesser General Public 36 # bytes-1a 39 …X8A 133 \@.A.B.C.D.E.F.G.H.I.J.K.L.M.N.O.P.Q.R.S.T.U.V.W.X.Y.Z.[.\\.].^._.`.a.b.c.d.e.f.g.h.i.j.k.… 46 # bytes-4a 56 # bytes-63a 113 …XYBdwF4AXkBegF7AXwBfQF+AX8A 109 \@.C.D.E.F.O.P.Q.R.S.T.U.V.W.X.Y.Z.[.\\._.`.a.b.c.d.e.f.g.h.i.j.k.… 328 …\026\027.\028\029\030\031.\032!\"#.\$%&'.\(\)*+.,-\./.0123.4567.89:\;.<=>_.`a`c.defg.hijk.lmno.pqr…
|
A D | res_send.c | 165 evCmpTime(struct timespec a, struct timespec b) { in evCmpTime() argument 166 long x = a.tv_sec - b.tv_sec; in evCmpTime() 169 x = a.tv_nsec - b.tv_nsec; in evCmpTime()
|
A D | Makefile | 265 $(objpfx)tst-resolv-txnid-collision: $(objpfx)libresolv.a \
|
Completed in 26 milliseconds