strcpy            142 examples/libsmbclient/testacl.c     strcpy(path, poptGetArg(pc));
strcpy            129 examples/libsmbclient/testbrowse2.c 	strcpy(item->name, dirent->name);
strcpy            165 examples/libsmbclient/testbrowse2.c 		strcpy(smb_path + 6, list->name);
strcpy            180 examples/libsmbclient/testbrowse2.c 		strcpy(smb_path + len + 1, list->name);
strcpy            134 examples/libsmbclient/testsmbc.c   strcpy(buff, "Some test data for the moment ...");
strcpy             37 examples/libsmbclient/testtruncate.c     strcpy(buffer, "Hello world.\nThis is a test.\n");
strcpy             55 examples/libsmbclient/testwrite.c         strcpy(buffer, "Hello world\n");
strcpy             67 examples/validchars/validchr.c       strcpy(name, "..TST");
strcpy             28 lib/popt/findme.c     strcpy(pathbuf, path);
strcpy            193 lib/popt/popt.c 	if (t) con->appName = strcpy(t, name);
strcpy            750 lib/popt/popt.c 		strcpy((char *)alloca(strlen(origOptString) + 1),
strcpy            183 lib/popt/poptconfig.c 	strcpy(fn, home);
strcpy            141 lib/popt/popthelp.c     strcpy(le, defstr);	le += strlen(le);
strcpy            166 lib/popt/popthelp.c 	    strcpy(le, "null");	le += strlen(le);
strcpy            172 lib/popt/popthelp.c 		strcpy(le, "...");	le += strlen(le);
strcpy            251 lib/popt/popthelp.c 			strcpy(te, help);	te += strlen(te);
strcpy            254 lib/popt/popthelp.c 		    strcpy(te, defs);
strcpy            304 lib/popt/popthelp.c 		strcpy(le, argDescrip);		le += strlen(le);
strcpy            311 lib/popt/popthelp.c 	    strcpy(le, argDescrip);		le += strlen(le);
strcpy             39 lib/popt/poptparse.c 	dst += strlen(strcpy(dst, argv[i])) + 1;
strcpy             70 lib/popt/system.h #define xstrdup(_str)   (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str)))
strcpy             68 lib/replace/test/os2_delete.c 		strcpy(names[i], de->d_name);
strcpy             27 lib/util/safe_string.h #ifdef strcpy
strcpy            146 lib/zlib/contrib/iostream3/zfstream.cc     strcpy(c_mode, "w");
strcpy            148 lib/zlib/contrib/iostream3/zfstream.cc     strcpy(c_mode, "a");
strcpy            150 lib/zlib/contrib/iostream3/zfstream.cc     strcpy(c_mode, "w");
strcpy            152 lib/zlib/contrib/iostream3/zfstream.cc     strcpy(c_mode, "r");
strcpy            115 lib/zlib/contrib/minizip/miniunz.c   strcpy(buffer,newdir);
strcpy            137 lib/zlib/contrib/untgz/untgz.c   strcpy(buffer,arcname);
strcpy            142 lib/zlib/contrib/untgz/untgz.c        strcpy(buffer+origlen,TGZsuffix[i]);
strcpy             69 lib/zlib/example.c     strcpy((char*)uncompr, "garbage");
strcpy            120 lib/zlib/example.c     strcpy((char*)uncompr, "garbage");
strcpy            214 lib/zlib/example.c     strcpy((char*)uncompr, "garbage");
strcpy            310 lib/zlib/example.c     strcpy((char*)uncompr, "garbage");
strcpy            389 lib/zlib/example.c     strcpy((char*)uncompr, "garbage");
strcpy            470 lib/zlib/example.c     strcpy((char*)uncompr, "garbage");
strcpy            129 lib/zlib/gzio.c     strcpy(s->path, path); /* do this early for debugging */
strcpy           1006 lib/zlib/gzio.c     strcpy(s->msg, s->path);
strcpy            201 lib/zlib/minigzip.c     strcpy(outfile, file);
strcpy            232 lib/zlib/minigzip.c     strcpy(buf, file);
strcpy            277 lib/zlib/minigzip.c     strcpy(outmode, "wb6 ");
strcpy             88 nsswitch/winbind_nss_aix.c 	strcpy(dest, src); \
strcpy             94 nsswitch/winbind_nss_aix.c 	strcpy(dest, src); \
strcpy            585 nsswitch/winbind_nss_aix.c 	strcpy(p, s);
strcpy            839 nsswitch/winbind_nss_aix.c 		strcpy(shortname, longname);
strcpy            191 nsswitch/winbind_nss_linux.c 	strcpy(result->pw_name, pw->pw_name);
strcpy            203 nsswitch/winbind_nss_linux.c 	strcpy(result->pw_passwd, pw->pw_passwd);
strcpy            220 nsswitch/winbind_nss_linux.c 	strcpy(result->pw_gecos, pw->pw_gecos);
strcpy            232 nsswitch/winbind_nss_linux.c 	strcpy(result->pw_dir, pw->pw_dir);
strcpy            244 nsswitch/winbind_nss_linux.c 	strcpy(result->pw_shell, pw->pw_shell);
strcpy            281 nsswitch/winbind_nss_linux.c 	strcpy(result->gr_name, gr->gr_name);
strcpy            292 nsswitch/winbind_nss_linux.c 	strcpy(result->gr_passwd, gr->gr_passwd);
strcpy            339 nsswitch/winbind_nss_linux.c 		strcpy((result->gr_mem)[i], name);
strcpy           1220 nsswitch/winbind_nss_linux.c 	strcpy(*sid, response.data.sid.sid);
strcpy           1419 nsswitch/winbind_nss_linux.c 	strcpy(*sid, response.data.sid.sid);
strcpy           1467 nsswitch/winbind_nss_linux.c 	strcpy(*sid, response.data.sid.sid);
strcpy             83 nsswitch/winbind_nss_solaris.c   strcpy(dest, src);							\
strcpy             34 source3/include/safe_string.h #ifdef strcpy
strcpy             46 source3/iniparser/src/iniparser.c         strcpy(longkey, sec);
strcpy            494 source3/iniparser/src/iniparser.c                 strcpy(sec, strlwc(sec));
strcpy            499 source3/iniparser/src/iniparser.c                 strcpy(key, strlwc(strcrop(key)));
strcpy            507 source3/iniparser/src/iniparser.c                     strcpy(val, strcrop(val));
strcpy            146 source3/iniparser/src/strlib.c 	strcpy(l, s);
strcpy            183 source3/iniparser/src/strlib.c 	strcpy(l, s);
strcpy            185 source3/modules/onefs_shadow_copy.c 	strcpy(isp->is_name, name);
strcpy            565 source3/modules/onefs_shadow_copy.c 	strcpy(cp, text);
strcpy            647 source4/lib/wmi/wmi_wrap.c   strcpy(r,name);