Home
last modified time | relevance | path

Searched refs:odst (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/dns/nameser/
Dns_ttl.c51 char *odst = dst; in ns_format_ttl() local
86 for (p = odst; (ch = *p) != '\0'; p++) in ns_format_ttl()
91 _DIAGASSERT(__type_fit(int, dst - odst)); in ns_format_ttl()
92 return (int)(dst - odst); in ns_format_ttl()
/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrlcat.c32 const char *odst = dst; in strlcat() local
40 dlen = dst - odst; in strlcat()