Searched refs:strlcpy (Results 1 - 25 of 29) sorted by last modified time

12

/bionic/libc/
H A DAndroid.mk388 upstream-openbsd/lib/libc/string/strlcpy.c \
/bionic/libc/arch-x86/atom/string/
H A Dssse3-strlcpy-atom.S32 #define STRCPY strlcpy
33 #define STRLEN strlcpy
/bionic/libc/arch-x86/
H A Dx86.mk38 arch-x86/atom/string/ssse3-strlcpy-atom.S \
93 upstream-openbsd/lib/libc/string/strlcpy.c \
/bionic/libc/arch-x86_64/string/
H A Dsse2-strlcpy-slm.S60 # define STRLCPY strlcpy
/bionic/libc/arch-x86_64/
H A Dx86_64.mk14 upstream-openbsd/lib/libc/string/strlcpy.c \
44 arch-x86_64/string/sse2-strlcpy-slm.S \
/bionic/libc/bionic/
H A D__strlcpy_chk.cpp36 * __strlcpy_chk. Called in place of strlcpy() when we know the
44 * This strlcpy check is called if _FORTIFY_SOURCE is defined and
50 __fortify_chk_fail("strlcpy: prevented write past end of buffer", 0);
53 return strlcpy(dest, src, supplied_size);
H A Dlibc_logging.cpp478 strlcpy(u.addrUn.sun_path, "/dev/socket/logdw", sizeof(u.addrUn.sun_path));
H A Dstrerror_r.cpp58 length = strlcpy(buf, error_name, buf_len);
H A Dsyslog.cpp90 size_t n = strlcpy(dst, strerror(caller_errno), dst_len);
H A Dsystem_properties.cpp544 strlcpy(addr.sun_path, property_service_socket, sizeof(addr.sun_path));
1156 strlcpy(msg.name, key, sizeof msg.name);
1157 strlcpy(msg.value, value, sizeof msg.value);
/bionic/libc/dns/net/
H A Dgetaddrinfo.c1398 strlcpy(bp, tbuf, (size_t)(ep - bp));
H A Dgethnamaddr.c322 strlcpy(bp, tbuf, (size_t)(ep - bp));
343 strlcpy(bp, tbuf, (size_t)(ep - bp));
470 strlcpy(bp, qname, (size_t)(ep - bp));
582 strlcpy(proxy_addr.sun_path, "/dev/socket/dnsproxyd", sizeof(proxy_addr.sun_path));
H A Dgetnameinfo.c154 strlcpy(host, sun->sun_path,
223 strlcpy(serv, sp->s_name, servlen);
228 strlcpy(serv, numserv, servlen);
302 strlcpy(host, numaddr, hostlen);
324 strlcpy(host, hp->h_name, hostlen);
370 strlcpy(host, numaddr, hostlen);
/bionic/libc/dns/resolv/
H A Dres_cache.c2036 strlcpy(cache_info->defdname, domains, sizeof(cache_info->defdname));
2246 strlcpy(domains[i], cur_domain, MAXDNSRCHPATH);
/bionic/libc/include/
H A Dstring.h103 extern size_t strlcpy(char* __restrict, const char* __restrict, size_t);
141 extern size_t __strlcpy_real(char* __restrict, const char* __restrict, size_t) __RENAME(strlcpy); variable
268 size_t strlcpy(char* __restrict dest, const char* __restrict src, size_t size) { function
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Drealpath.c82 left_len = strlcpy(left, path + 1, sizeof(left));
94 left_len = strlcpy(left, path, sizeof(left));
219 left_len = strlcpy(left, symlink, sizeof(left));
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dutmp.c103 (void)strlcpy(utfile, fname, sizeof(utfile));
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregerror.c186 (void)strlcpy(convbuf, r->name, sizeof convbuf);
197 (void)strlcpy(errbuf, s, errbuf_size);
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgethex.c61 strlcpy(decimalpoint_cache, s0, strlen(s0) + 1);
H A Dstrtod.c118 strlcpy(decimalpoint_cache, s0, strlen(s0) + 1);
H A Dstrtodg.c367 strlcpy(decimalpoint_cache, s0, strlen(s0) + 1);
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dexec.c166 strlcpy(cur, path, len);
/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dinet_ntop.c83 strlcpy(dst, tmp, size);
203 strlcpy(dst, tmp, size);
/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrlcpy.c1 /* $OpenBSD: strlcpy.c,v 1.13 2015/08/31 02:53:57 guenther Exp $ */
28 strlcpy(char *dst, const char *src, size_t dsize) function
51 DEF_WEAK(strlcpy); variable
/bionic/linker/
H A Ddlfcn.cpp45 strlcpy(buffer, msg, __BIONIC_DLERROR_BUFFER_SIZE);
282 strlcpy(__libdl_info->old_name_, __libdl_info->soname_, sizeof(__libdl_info->old_name_));

Completed in 2307 milliseconds

12