Searched defs:dst (Results 1 - 25 of 996) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/file/src/
H A Dasctime_r.c12 asctime_r(const struct tm *t, char *dst) argument
H A Dctime_r.c12 ctime_r(const time_t *t, char *dst) argument
H A Dstrlcpy.c31 strlcpy(char *dst, const char *src, size_t siz) argument
/freebsd-11.0-release/contrib/tcpdump/missing/
H A Dinet_pton.c42 inet_pton(int af, const char *src, void *dst) argument
H A Dstrlcpy.c47 strlcpy(char *dst, const char *src, size_t siz) argument
/freebsd-11.0-release/contrib/openbsm/compat/
H A Dstrlcat.h39 char *dst; variable
H A Dstrlcpy.h37 char *dst; variable
/freebsd-11.0-release/contrib/unbound/compat/
H A Dstrlcpy.c32 strlcpy(char *dst, const char *src, size_t siz) argument
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dstrlcpy.c33 strlcpy(char *dst, const char *src, size_t siz) argument
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A Dregstrlcpy.c29 llvm_strlcpy(char *dst, const char *src, size_t siz) argument
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dmempcpy.c38 mempcpy (PTR dst, const PTR src, size_t len) argument
H A Dstpcpy.c39 stpcpy (char *dst, const char *src) argument
H A Dstpncpy.c41 stpncpy (char *dst, const char *src, size_t len) argument
/freebsd-11.0-release/contrib/bmake/
H A Dstrlcpy.c36 strlcpy(char *dst, const char *src, size_t siz) argument
/freebsd-11.0-release/contrib/ipfilter/lib/
H A Dprintdstlist.c20 ippool_dst_t dst; local
/freebsd-11.0-release/contrib/ldns/compat/
H A Dstrlcpy.c32 strlcpy(char *dst, const char *src, size_t siz) argument
/freebsd-11.0-release/sys/libkern/
H A Dstrlcpy.c31 strlcpy(char * __restrict dst, const char * __restrict src, size_t siz) argument
H A Dstrncat.c46 strncat(char *dst, const char *src, size_t n) argument
H A Dstrncpy.c43 strncpy(char * __restrict dst, const char * __restrict src, size_t n) argument
/freebsd-11.0-release/lib/libc/string/
H A Dstpncpy.c33 stpncpy(char * __restrict dst, const char * __restrict src, size_t n) argument
H A Dstrncat.c46 strncat(char * __restrict dst, const char * __restrict src, size_t n) argument
H A Dstrncpy.c46 strncpy(char * __restrict dst, const char * __restrict src, size_t n) argument
H A Dwcpncpy.c33 wcpncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) argument
H A Dwcslcpy.c47 wcslcpy(wchar_t *dst, const wchar_t *src, size_t siz) argument
H A Dwcsncpy.c48 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) argument

Completed in 363 milliseconds

1234567891011>>