Searched refs:strncpy (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/string/ |
D | strncpy.c | 46 strncpy(char *dst, const char *src, size_t n) in strncpy() function
|
/bionic/libc/bionic/ |
D | if_nametoindex.c | 47 strncpy(ifr.ifr_name, ifname, IFNAMSIZ); in if_nametoindex()
|
D | if_indextoname.c | 54 ret = strncpy (ifname, ifr.ifr_name, IFNAMSIZ); in if_indextoname()
|
D | realpath.c | 83 (void)strncpy(resolved, path, MAXPATHLEN - 1);
|
/bionic/libc/include/ |
D | string.h | 73 extern char* strncpy(char *, const char *, size_t);
|
/bionic/libc/netbsd/resolv/ |
D | res_init.c | 284 (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit() 408 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit() 424 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit() 674 strncpy(ext->nsuffix, cp, (size_t)i); in res_setoptions() 682 strncpy(ext->nsuffix2, cp, (size_t)i); in res_setoptions()
|
D | res_query.c | 396 strncpy(nbuf, name, (size_t)n); in res_nquerydomain()
|
D | res_send.c | 1096 strncpy(hbuf, "?", sizeof(hbuf) - 1); in Aerror() 1098 strncpy(sbuf, "?", sizeof(sbuf) - 1); in Aerror()
|
D | res_debug.c | 689 strncpy(buf, ret, size - 1); in p_sockun()
|
/bionic/libstdc++/include/ |
D | cstring | 59 using ::strncpy;
|
/bionic/libc/netbsd/ |
D | gethnamaddr.c | 578 strncpy(rs->hostbuf, name, MAXDNAME); in gethostbyname_internal() 612 strncpy(rs->hostbuf, name, MAXDNAME); in gethostbyname_internal()
|
/bionic/libc/tzcode/ |
D | localtime.c | 1219 (void) strncpy(cp, stdname, stdlen); 1223 (void) strncpy(cp, dstname, dstlen);
|
/bionic/libc/ |
D | Android.mk | 198 string/strncpy.c \
|
/bionic/libc/netbsd/net/ |
D | getaddrinfo.c | 2202 strncpy(nbuf, name, n); in res_querydomainN()
|