Searched defs:strlcpy (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dstrlcpy.c27 #define strlcpy ______strlcpy macro
31 #undef strlcpy macro
/macosx-10.10.1/sudo-73/src/
H A Dstrlcpy.c31 strlcpy(dst, src, siz) function
/macosx-10.10.1/Libc-1044.1.2/string/
H A Dstrlcpy.c27 strlcpy(char * restrict dst, const char * restrict src, size_t maxlen) { function
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dstrlcpy.c48 size_t strlcpy(dst, src, siz) function
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dstrlcpy.c44 strlcpy(dst, src, siz) function
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/string/
H A Dstrlcpy.c28 strlcpy(char * restrict dst, const char * restrict src, size_t maxlen) { function
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dstrlcpy.c42 strlcpy (char *dst, const char *src, size_t dst_cch) function
55 strlcpy (char *dst, const char *src, size_t dst_sz) function
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dstrlcpy.c33 strlcpy(char *dst, const char *src, size_t siz) function
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dstrlcpy.c35 strlcpy(char *dst, const char *src, size_t siz) function
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dstring.h218 #define strlcpy isc_string_strlcpy macro
/macosx-10.10.1/dcerpc-61/dcerpc/dcelib/
H A Dstrlcpy.c32 strlcpy(char * dst, const char * src, size_t siz) function
/macosx-10.10.1/file-46/file/src/
H A Dstrlcpy.c31 strlcpy(char *dst, const char *src, size_t siz) function
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dstrlcpy.c29 strlcpy(char *dst, const char *src, size_t siz) function
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dstring.h218 #define strlcpy isc_string_strlcpy macro
/macosx-10.10.1/tcpdump-61/tcpdump/missing/
H A Dstrlcpy.c50 strlcpy(char *dst, const char *src, size_t siz) function
/macosx-10.10.1/Libc-1044.1.2/include/secure/
H A D_string.h103 #undef strlcpy macro
104 #define strlcpy(dest, src, len) \ macro
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dsys.h104 #define strlcpy libedit_strlcpy macro
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dsys.h92 #define strlcpy libedit_strlcpy macro
/macosx-10.10.1/cups-408/cups/cups/
H A Dstring-private.h168 # define strlcpy _cups_strlcpy macro
/macosx-10.10.1/libedit-40/src/
H A Dsys.h100 #define strlcpy libedit_strlcpy macro
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dcompat.c108 size_t strlcpy(char *d, const char *s, size_t bufsize) function
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dshims.h110 inline size_t strlcpy(char *dst, const char *src, size_t size) { function
/macosx-10.10.1/xnu-2782.1.97/osfmk/device/
H A Dsubrs.c492 strlcpy(char *dst, const char *src, size_t siz) function
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dsaslauthd.h333 #define strlcpy(x,y,z) saslauthd_strlcpy((x),(y),(z)) macro
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-int.h348 #define strlcpy(x, y, z) \ macro

Completed in 180 milliseconds

12