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

1234567891011>>

/opensolaris-onvv-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dctermid.c30 extern char *strcpy();
37 return (strcpy(s != NULL ? s : res, "/dev/tty"));
H A Dcuserid.c31 extern char *strcpy(), *getlogin();
47 return (strcpy(s, p));
51 return (strcpy(s, pw->pw_name));
H A Dtmpnam.c35 extern char *mktemp(), *strcpy(), *strcat();
46 (void) strcpy(p, P_tmpdir);
/opensolaris-onvv-gate/usr/src/cmd/mail/
H A Dlock.c49 strcpy(tbuf, "Cannot create temp lock file\n");
52 strcpy(tbuf, "Error writing pid to lock file\n");
55 strcpy(tbuf, "Creation of lockfile failed after 10 tries");
58 strcpy(tbuf, "Cannot link temp lockfile to lockfile\n");
61 strcpy(tbuf, "Cannot set mandatory file lock on temp lockfile\n");
H A Dlegal.c67 strcpy(dfile, ".");
69 strcpy(dfile, "/");
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentKnownAnswerTests.cpp242 strcpy(sPlainText[0], "014730f80ac625fe84f026c60bfd547d");
243 strcpy(sPlainText[1], "0b24af36193ce4665f2825d7b4749c98");
244 strcpy(sPlainText[2], "761c1fe41a18acf20d241650611d90f1");
245 strcpy(sPlainText[3], "8a560769d605868ad80d819bdba03771");
246 strcpy(sPlainText[4], "91fbef2d15a97816060bee1feaa49afe");
248 strcpy(sKnownCypherText[0], "5c9d844ed46f9885085e5d6a4f94c7d7");
249 strcpy(sKnownCypherText[1], "a9ff75bd7cf6613d3731c77c3b6d0c04");
250 strcpy(sKnownCypherText[2], "623a52fcea5d443e48d9181ab32c7421" );
251 strcpy(sKnownCypherText[3], "38f2c7ae10612415d27ca190d27da8b4" );
252 strcpy(sKnownCypherTex
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcvtpath.c41 (void) strcpy(copy, root + (*root == '/' ? 1 : 0));
47 (void) strcpy(copy,
54 (void) strcpy(copy, path + (*path == '/' ? 1 : 0));
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dgetwd.c50 (void) strcpy(pathname,
53 (void) strcpy(pathname, "getwd: buffer too small");
55 (void) strcpy(pathname, "getwd: failure occurred");
H A Dstrcpy.c41 strcpy(char *s1, const char *s2) function
H A Dstpcpy.c40 (void) strcpy(s1, s2);
/opensolaris-onvv-gate/usr/src/ucblib/libucb/port/gen/
H A Dgetwd.c49 (void) strcpy(pathname,
52 (void) strcpy(pathname, "getwd: buffer too small");
54 (void) strcpy(pathname, "getwd: failure occurred");
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Dgetwd.c35 strcpy(path, "getwd: error in . or ..");
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dstrings.h42 char *strcpy();
/opensolaris-onvv-gate/usr/src/lib/libc/port/stdio/
H A Dctermid_r.c46 return (s ? strcpy(s, "/dev/tty") : NULL);
/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A Dstrcpy.s26 .file "strcpy.s"
29 / strcpy(s1, s2)
35 / Fast assembly language version of the following C-program strcpy
39 / strcpy(char *s1, const char *s2)
57 ENTRY(strcpy) function
105 SET_SIZE(strcpy)
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_dup.c39 strcpy(ret, str);
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/
H A DMakefile35 strcpy.o
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/
H A DMakefile35 strcpy.o
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/bsd/
H A Dstrdup.c15 strcpy(dst, src);
/opensolaris-onvv-gate/usr/src/cmd/mdb/intel/kmdb/kctl/
H A Dkctl_isadep.c68 (void) strcpy(prop_buf, val);
101 (void) strcpy((&pnv[0])->kanv_name, "input-device");
102 (void) strcpy((&pnv[1])->kanv_name, "output-device");
103 (void) strcpy((&pnv[2])->kanv_name, "ttya-mode");
104 (void) strcpy((&pnv[3])->kanv_name, "ttyb-mode");
110 (void) strcpy((&pnv[0])->kanv_val, "text"); /* default to screen */
118 (void) strcpy((&pnv[1])->kanv_val, (&pnv[0])->kanv_val);
120 (void) strcpy((&pnv[0])->kanv_val, "keyboard");
121 (void) strcpy((&pnv[1])->kanv_val, "screen");
126 (void) strcpy((
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/shared/
H A Dutils.c99 (void) strcpy(fromfile, from);
101 (void) strcpy(tofile, to);
110 (void) strcpy(savefile, tofile);
111 (void) strcpy(fromfile, from);
113 (void) strcpy(tofile, to);
119 (void) strcpy(fromfile, from);
121 (void) strcpy(tofile, to);
166 (void) strcpy(fromfile, name);
174 (void) strcpy(fromfile, name);
203 (void) strcpy(dbfil
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dinfotocap.c63 extern char *strcpy();
129 (void) strcpy(newvalue, "%r");
169 (void) strcpy(newvalue, "%d");
175 (void) strcpy(newvalue, "%2");
181 (void) strcpy(newvalue, "%3");
187 (void) strcpy(newvalue, "%2");
193 (void) strcpy(newvalue, "%3");
199 (void) strcpy(newvalue, "%.");
209 (void) strcpy(newvalue, "%i");
213 (void) strcpy(newvalu
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dcrypt.c56 strcpy(iobuf, salt);
69 strcpy(iobuf, salt);
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Drename.c38 strcpy(buf2, path2);
43 strcpy(buf2, path2);
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dyp_getalias.c124 strcpy(key_alias, key);
132 strcpy(key_alias, key);
136 for (entry = list, strcpy(name, entry->name); entry;
137 entry = entry->nextname, strcpy(name, entry->name)) {
149 strcpy(key_alias, alias);
174 strcpy(key, key_alias);
182 strcpy(key, key_alias);
186 for (entry = list, strcpy(name, entry->name);
187 entry; entry = entry->nextname, strcpy(name, entry->name)) {
196 strcpy(ke
[all...]

Completed in 64 milliseconds

1234567891011>>