Searched refs:strcpy (Results 1 - 25 of 1742) sorted by relevance

1234567891011>>

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlopen-leak/
H A Dbar.c5 strcpy(NULL, NULL);
/macosx-10.10/Libc-1044.1.2/string/
H A Dstrcpy.c27 strcpy(char * restrict dst, const char * restrict src) { function
29 // The stpcpy() and strcpy() functions copy the string src to dst
32 // The strcpy() and strncpy() functions return dst.
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dsavestring.c36 return ((char *)strcpy ((char *)xmalloc (1 + strlen (s)), (s)));
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dstrsave.cpp28 strcpy(p, s);
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dgetwd.c35 strcpy(path, "getwd: error in . or ..");
/macosx-10.10/libiconv-42/libiconv/srclib/
H A Dxstrdup.c32 return strcpy (xmalloc (strlen (string) + 1), string);
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/string/
H A Dstrcpy.c28 strcpy(char * restrict dst, const char * restrict src) { function
30 // The stpcpy() and strcpy() functions copy the string src to dst
33 // The strcpy() and strncpy() functions return dst.
H A Dstrings.h67 char *strcpy(char *, const char *);
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dmuscletest.c263 strcpy(strError, "Command successful.");
266 strcpy(strError, "Command cancelled.");
269 strcpy(strError, "Cannot dispose handle.");
272 strcpy(strError, "Insufficient buffer.");
275 strcpy(strError, "Invalid ATR.");
278 strcpy(strError, "Invalid handle.");
281 strcpy(strError, "Invalid parameter given.");
284 strcpy(strError, "Invalid target given.");
287 strcpy(strError, "Invalid value given.");
290 strcpy(strErro
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dntpaths.c74 strcpy(namedBase, systemDir);
76 strcpy(ns_confFile, namedBase);
79 strcpy(lwresd_confFile, namedBase);
82 strcpy(lwresd_resolvconfFile, systemDir);
85 strcpy(rndc_keyFile, namedBase);
88 strcpy(session_keyFile, namedBase);
91 strcpy(rndc_confFile, namedBase);
93 strcpy(ns_defaultpidfile, namedBase);
96 strcpy(lwresd_defaultpidfile, namedBase);
99 strcpy(local_state_di
[all...]
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dntpaths.c73 strcpy(namedBase, systemDir);
75 strcpy(ns_confFile, namedBase);
78 strcpy(lwresd_confFile, namedBase);
81 strcpy(lwresd_resolvconfFile, systemDir);
84 strcpy(rndc_keyFile, namedBase);
87 strcpy(rndc_confFile, namedBase);
89 strcpy(ns_defaultpidfile, namedBase);
92 strcpy(lwresd_defaultpidfile, namedBase);
95 strcpy(local_state_dir, namedBase);
98 strcpy(sys_conf_di
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dstrcpy.c58 "notes: measures strcpy()\n",
117 (void) strcpy(src, src2);
118 (void) strcpy(src, src2);
119 (void) strcpy(src, src2);
120 (void) strcpy(src, src2);
121 (void) strcpy(src, src2);
122 (void) strcpy(src, src2);
123 (void) strcpy(src, src2);
124 (void) strcpy(src, src2);
125 (void) strcpy(sr
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dstring.c40 strcpy(t, s);
53 strcpy(t, s);
87 strcpy(ptr, s1);
88 strcpy(ptr + l1, s2);
89 strcpy(ptr + l1 + l2, s3);
102 strcpy(ptr, s1);
103 strcpy(ptr + l1, s2);
104 strcpy(ptr + l1 + l2, s3);
119 strcpy(ptr, s1);
120 strcpy(pt
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dstrdup.c44 strcpy(t, old);
/macosx-10.10/libpcap-48/libpcap/
H A Dfad-sita.c45 strcpy(errbuf, "");
/macosx-10.10/ntp-92/libntp/
H A Dstrdup.c19 (void) strcpy(cp, s);
/macosx-10.10/ntp-92/libopts/compat/
H A Dstrdup.c16 (void) strcpy(cp, s);
/macosx-10.10/ntp-92/sntp/libopts/compat/
H A Dstrdup.c16 (void) strcpy(cp, s);
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dchoose-temp.c65 strcpy (temp_filename, base);
66 strcpy (temp_filename + len, TEMP_FILE);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dgetnameinfo.c81 strcpy(serv, tmpserv);
88 strcpy(host, inet_ntoa(sin->sin_addr));
98 strcpy(host, hp->h_name);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dgetnameinfo.c79 strcpy(serv, tmpserv);
86 strcpy(host, inet_ntoa(sin->sin_addr));
96 strcpy(host, hp->h_name);
/macosx-10.10/emacs-93/emacs/src/s/
H A Daix3-1.h73 #define PTY_NAME_SPRINTF strcpy (pty_name, "/dev/ptc");
74 #define PTY_TTY_NAME_SPRINTF strcpy (pty_name, ttyname (fd));
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dstring.c63 return strcpy(saved, string);
74 return strcat(strcpy(saved, left), right);
88 strcpy(saved, left);
91 strcpy(current, right);
/macosx-10.10/emacs-93/emacs/mac/src/
H A Dchdir.c35 strcpy(mypath, path);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/simpleUrlAccess/
H A DsimpleUrlAccess.c122 strcpy(hostName, DEFAULT_HOST);
123 strcpy(path, DEFAULT_PATH);
125 strcpy(scheme, "https");
128 strcpy(scheme, "http");
151 strcpy(scheme, "https");
155 strcpy(scheme, "http");

Completed in 385 milliseconds

1234567891011>>