Searched refs:strncat (Results 1 - 25 of 115) sorted by relevance

12345

/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dstrncat.c42 * strncat --
45 * PUBLIC: char *strncat __P((char *, const char *, size_t));
53 strncat(char *dst, const char *src, size_t n) function
/macosx-10.10/Libc-1044.1.2/string/
H A Dstrncat.c27 strncat(char *restrict dst, const char *restrict src, size_t maxlen) { function
30 // The strcat() and strncat() functions append a copy of the null-
35 // The strncat() function appends not more than maxlen characters
40 // The strcat() and strncat() functions return dst.
/macosx-10.10/system_cmds-643.1.1/lsmp.tproj/
H A Dtask_details.c119 strncat(out_string, "MACH +", len);
122 strncat(out_string, " DEFAULT", len);
125 strncat(out_string, " STATE", len);
128 strncat(out_string, " IDENTITY", len);
131 strncat(out_string, " UNKNOWN", len);
140 strncat(out_string, " BAD_ACCESS", len);
142 strncat(out_string," BAD_INSTRUCTION", len);
144 strncat(out_string," ARITHMETIC", len);
146 strncat(out_string," EMULATION", len);
148 strncat(out_strin
[all...]
/macosx-10.10/Libc-1044.1.2/net/FreeBSD/
H A Dascii2addr.c58 strncat(strbuf, ascii, (sizeof strbuf)-1);
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.noah/
H A Dstring.bash36 #:docstring strncat:
37 # Usage: strncat s1 s2 $n
39 # Line strcat, but strncat appends a maximum of n characters from the value
46 # strncat a b 3
53 function strncat () function
/macosx-10.10/bless-103/libbless/Misc/
H A DBLPreserveBootArgs.c94 strncat(bootargs, " ", bootleft);
99 strncat(bootargs, token, bootleft);
/macosx-10.10/xnu-2782.1.97/osfmk/libsa/
H A Dstring.h76 extern char *strncat(char *, const char *, size_t);
/macosx-10.10/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp3480 strncat(stateDescription, "CIGNORE ", sizeof(stateDescription) - 9);
3484 strncat(stateDescription, "CSIZE ", sizeof(stateDescription) - 7);
3487 strncat(stateDescription, "CSTOPB ", sizeof(stateDescription) - 8);
3490 strncat(stateDescription, "CREAD ", sizeof(stateDescription) - 7);
3493 strncat(stateDescription, "PARENB ", sizeof(stateDescription) - 8);
3496 strncat(stateDescription, "PARODD ", sizeof(stateDescription) - 8);
3499 strncat(stateDescription, "HUPCL ", sizeof(stateDescription) - 7);
3502 strncat(stateDescription, "CLOCAL ", sizeof(stateDescription) - 8);
3505 strncat(stateDescription, "CCTS_OFLOW ", sizeof(stateDescription) - 12);
3508 strncat(stateDescriptio
[all...]
/macosx-10.10/Libc-1044.1.2/include/secure/
H A D_string.h52 strncpy, stpncpy, strcat, strlcat, and strncat */
130 #undef strncat macro
131 #define strncat(dest, src, len) \ macro
/macosx-10.10/BerkeleyDB-21/db/dbinc_auto/
H A Dclib_ext.h86 char *strncat __P((char *, const char *, size_t));
/macosx-10.10/shell_cmds-179/xargs/
H A Dstrnsubst.c60 strncat(s2, s1, (uintptr_t)this - (uintptr_t)s1);
/macosx-10.10/security_ocspd-55124/server/
H A DocspdServer.cpp266 strncat(fileName, extension, outLen-1);
325 strncat(command, crlFileName, tmpLen);
327 strncat(command, vc2, tmpLen);
329 strncat(command, issuersFileName, tmpLen);
331 strncat(command, vc3, tmpLen);
348 strncat(command, updateFileName, tmpLen);
350 strncat(command, uc2, tmpLen);
388 strncat(command, crlFileName, tmpLen);
390 strncat(command, uc2, tmpLen);
392 strncat(comman
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dcstring.h53 U_STANDARD_CPP_NAMESPACE strncat(dst, src, n))
59 #define uprv_strncat(dst, src, n) U_STANDARD_CPP_NAMESPACE strncat(dst, src, n)
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dchecksrc.pl157 if($l =~ /^(.*\W)(sprintf|vsprintf|strcat|strncat|gets)\s*\(/) {
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dcomp_error.c73 strncat(TermType, name, MAX_NAME_SIZE);
/macosx-10.10/iodbc-42.5/iodbc/include/
H A Diodbc.h110 #define STRNCAT(t,s,n) (strncat((char*)(t), (char*)(s), (size_t)(n)))
184 #define STRNCAT(t,s,n) (strncat((char*)(t), (char*)(s), (size_t)(n)))
196 #define STRNCAT(t,s,n) (strncat((char*)(t), (char*)(s), (size_t)(n)))
/macosx-10.10/remote_cmds-47/rexecd.tproj/
H A Drexecd.c249 strncat(homedir, pwd->pw_dir, sizeof(homedir)-6);
250 strncat(shell, pwd->pw_shell, sizeof(shell)-7);
251 strncat(username, pwd->pw_name, sizeof(username)-6);
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dpop.c1094 strncat (pop_error, strerror (errno),
1126 strncat (pop_error, strerror (errno),
1145 strncat (pop_error, error_message (rem),
1187 strncat (pop_error, error_message (rem),
1189 strncat (pop_error, " [server says '",
1191 strncat (pop_error, err_ret->text.data,
1194 strncat (pop_error, "']",
1200 strncat (pop_error, error_message (rem),
1225 strncat (pop_error, krb_err_txt[rem],
1334 strncat (pop_erro
[all...]
/macosx-10.10/libtelnet-13/
H A Dkerberos5.c443 (void) strncat(errbuf, error_message(r), sizeof(errbuf) - 1 - strlen(errbuf));
480 (void) strncat(errbuf, error_message(r), sizeof(errbuf) - 1 - strlen(errbuf));
502 (void) strncat(errbuf, error_message(r), sizeof(errbuf) - 1 - strlen(errbuf));
522 (void) strncat(errbuf, error_message(r), sizeof(errbuf) - 1 - strlen(errbuf));
534 (void) strncat(errbuf, error_message(r), sizeof(errbuf) - 1 - strlen(errbuf));
589 (void) strncat(errbuf, error_message(r), sizeof(errbuf) - 1 - strlen(errbuf));
616 strncat(eerrbuf, errbuf, sizeof(eerrbuf) - 1 - strlen(eerrbuf));
/macosx-10.10/bind9-45.101/bind9/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c192 strncat(out, (char *) &tmpPtr[i+1],
194 strncat(out, (char *) &cd->pathsep, 1);
212 strncat(out, (char *) &tmpPtr[i], cd->splitcnt);
213 strncat(out, (char *) &cd->pathsep, 1);
331 strncat(tmpPath, (char *) &cd->pathsep, 1);
339 strncat(tmpPath, (char *) &cd->pathsep, 1);
/macosx-10.10/Libc-1044.1.2/include/
H A Dstring.h91 char *strncat(char *, const char *, size_t);
/macosx-10.10/WTF-7600.1.24/wtf/
H A DDataLog.cpp95 strncat(filenameBuffer, logBasename, maxPathLength - dirnameLength);
/macosx-10.10/tcl-105/tcl/tcl/compat/
H A Dstring.h58 extern char * strncat _ANSI_ARGS_((char *dst, CONST char *src,
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Dstring.h60 extern char * strncat _ANSI_ARGS_((char *dst, CONST char *src,
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dsecport.h190 #define PORT_Strncat strncat
220 #define PORT_Strncat strncat

Completed in 172 milliseconds

12345