Searched defs:strncpy (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrncpy.c1 /* $OpenBSD: strncpy.c,v 1.8 2015/08/31 02:53:57 guenther Exp $ */
42 strncpy(char *dst, const char *src, size_t n) function
59 DEF_STRONG(strncpy); variable

Completed in 755 milliseconds