Searched refs:strlcpy (Results 1 - 25 of 931) sorted by relevance

1234567891011>>

/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Derror.c53 (void)strlcpy(strError, "Command successful.", sizeof(strError));
56 (void)strlcpy(strError, "Command cancelled.", sizeof(strError));
59 (void)strlcpy(strError, "Cannot dispose handle.", sizeof(strError));
62 (void)strlcpy(strError, "Insufficient buffer.", sizeof(strError));
65 (void)strlcpy(strError, "Invalid ATR.", sizeof(strError));
68 (void)strlcpy(strError, "Invalid handle.", sizeof(strError));
71 (void)strlcpy(strError, "Invalid parameter given.", sizeof(strError));
74 (void)strlcpy(strError, "Invalid target given.", sizeof(strError));
77 (void)strlcpy(strError, "Invalid value given.", sizeof(strError));
80 (void)strlcpy(strErro
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dstrlcpy.c24 * strlcpy implementation
27 #define strlcpy ______strlcpy macro
31 #undef strlcpy macro
38 NoN(strlcpy)
53 strlcpy(register char* s, register const char* t, register size_t n)
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgethostname.c61 strlcpy (name, utsname.nodename, namelen);
65 strlcpy (name, "some.random.host", namelen);
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
H A Dgetcwd.c52 strlcpy(path, xxx, size);
H A Dstrerror_r.c70 if (strlcpy(strerrbuf, str, buflen) >= buflen)
75 ret = strlcpy(strerrbuf, strerror(eno), buflen);
H A Dstrlcat.c57 return len + strlcpy (dst + len, src, dst_sz - len);
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dstrlcpycat.h12 * @brief prototypes of strlcpy()/strlcat() imported from OpenBSD
18 size_t strlcpy(char *dst, const char *src, size_t siz);
H A Dstrlcpy.c1 /* $OpenBSD: strlcpy.c,v 1.10 2005/08/08 08:05:37 espie Exp $ */
35 strlcpy(char *dst, const char *src, size_t siz) function
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-err.c45 strlcpy(ret, unknown, sizeof(buf));
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dstrlcpy.c1 /* $NetBSD: strlcpy.c,v 1.3 2007/06/04 18:19:27 christos Exp $ */
2 /* $OpenBSD: strlcpy.c,v 1.7 2003/04/12 21:56:39 millert Exp $ */
23 __RCSID("$NetBSD: strlcpy.c,v 1.3 2007/06/04 18:19:27 christos Exp $");
32 __weak_alias(strlcpy, _strlcpy)
43 strlcpy(char *dst, const char *src, size_t siz)
/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/OpenSSH-189/openssh/openbsd-compat/
H A Dstrlcpy.c1 /* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */
19 /* OPENBSD ORIGINAL: lib/libc/string/strlcpy.c */
33 strlcpy(char *dst, const char *src, size_t siz) function
/macosx-10.10.1/dcerpc-61/dcerpc/dcelib/
H A Dstrlcpy.c1 /* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */
32 strlcpy(char * dst, const char * src, size_t siz) function
/macosx-10.10.1/file-46/file/src/
H A Dstrlcpy.c1 /* $OpenBSD: strlcpy.c,v 1.10 2005/08/08 08:05:37 espie Exp $ */
19 /* OPENBSD ORIGINAL: lib/libc/string/strlcpy.c */
31 strlcpy(char *dst, const char *src, size_t siz) function
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-null.c45 (void)strlcpy(ebuf, nosup, PCAP_ERRBUF_SIZE);
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dstrlcpy.c1 /* $NetBSD: strlcpy.c,v 1.4 2005/05/16 06:58:06 lukem Exp $ */
2 /* from NetBSD: strlcpy.c,v 1.14 2003/10/27 00:12:42 lukem Exp */
3 /* from OpenBSD: strlcpy.c,v 1.7 2003/04/12 21:56:39 millert Exp */
29 strlcpy(char *dst, const char *src, size_t siz) function
/macosx-10.10.1/sudo-73/src/
H A Dstrlcpy.c1 /* $OpenBSD: strlcpy.c,v 1.5 2001/05/13 15:40:16 deraadt Exp $ */
31 strlcpy(dst, src, siz) function
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/string/
H A Dstrings.h69 size_t strlcpy(char *, const char *, size_t);
H A Dstrlcpy.c28 strlcpy(char * restrict dst, const char * restrict src, size_t maxlen) { function
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dlogintest.c101 strlcpy(username, pw->pw_name, sizeof(username));
109 strlcpy(li1->progname, "OpenSSH-logintest", sizeof(li1->progname));
123 strlcpy(li1->hostname, "localhost", sizeof(li1->hostname));
144 strlcpy(s_t0, ctime(&t0), sizeof(s_t0));
146 strlcpy(s_t1, ctime(&t1), sizeof(s_t1));
155 strlcpy(s_logintime, ctime(&logintime), sizeof(s_logintime));
171 strlcpy(s_logouttime, ctime(&logouttime), sizeof(s_logouttime));
186 strlcpy(s_t2, ctime(&t2), sizeof(s_t2));
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Ddomacro.c59 strlcpy(line2, line, sizeof(line2));
84 if (strlcpy(cp2, argv[j+1], len) >= len)
95 if (strlcpy(cp2, argv[count], len) >= len)
136 strlcpy(line, line2, sizeof(line));
/macosx-10.10.1/Libc-1044.1.2/secure/
H A Dstrlcpy_chk.c36 retval = strlcpy (dest, src, len);
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dstrlcpy.c1 /* $OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $ */
32 static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $";
37 "$FreeBSD: src/lib/libc/string/strlcpy.c,v 1.3 2001/05/24 08:47:41 obrien Exp $";
48 size_t strlcpy(dst, src, siz) function
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dstrlcpy.c1 /* $OpenBSD: strlcpy.c,v 1.5 2001/05/13 15:40:16 deraadt Exp $ */
31 static char *rcsid = "$OpenBSD: strlcpy.c,v 1.5 2001/05/13 15:40:16 deraadt Exp $";
44 strlcpy(dst, src, siz) function

Completed in 157 milliseconds

1234567891011>>