Searched refs:strcpy (Results 201 - 225 of 1314) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_tar_filenames.c48 strcpy(filename, prefix);
60 strcpy(dirname, filename);
H A Dtest_ustar_filenames.c45 strcpy(filename, prefix);
58 strcpy(dirname, filename);
H A Dtest_write_format_cpio.c59 strcpy(p, "XXXX");
79 strcpy(p, "XXXX");
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Denviron.c17 extern char *strcpy();
130 strcpy(destination + l_name + 1, value);
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dcommon.h34 #define Strcpy (void)strcpy
177 char *strcpy();
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_simple.c187 (void) strcpy(rcp->host, host);
188 (void) strcpy(rcp->nettype, nettype);
/freebsd-9.3-release/lib/ncurses/ncurses/
H A Dtermcap.c147 strcpy(pathbuf, _PATH_DEF_SEC);
184 strcpy(pd, ps);
/freebsd-9.3-release/libexec/rtld-aout/
H A Dshlib.c306 strcpy(dot_so_name, dp->d_name);
311 strcpy(dot_a_name, dp->d_name);
/freebsd-9.3-release/sbin/badsect/
H A Dbadsect.c102 strcpy(name, _PATH_DEV);
107 strcpy(name_dir_end, dp->d_name);
/freebsd-9.3-release/sbin/fsck/
H A Dfsutil.c174 strcpy(device, _PATH_DEV);
176 strcpy(statfsp->f_mntfromname, device);
/freebsd-9.3-release/sbin/iscontrol/
H A Dmisc.c169 strcpy(dst, encoding);
185 strcpy(dst, encoding);
/freebsd-9.3-release/sys/boot/common/
H A Dinterp_forth.c101 strcpy(line, name);
117 strcpy(line, name);
/freebsd-9.3-release/tools/regression/sockets/accf_data_attach/
H A Daccf_data_attach.c122 strcpy(afa.af_name, ACCF_NAME);
167 strcpy(afa.af_name, ACCF_NAME);
/freebsd-9.3-release/usr.bin/vgrind/
H A Dvgrindefs.c146 strcpy(tcname,p+3);
164 strcpy(p, q+1);
/freebsd-9.3-release/usr.bin/whereis/
H A Dwhereis.c289 strcpy(b, cp);
305 strcpy(b, buf);
314 strcpy(b, sourcepath);
358 strcpy(b, PATH_PORTS);
450 strcpy(cp, *dp);
529 strcpy(cp2, buf);
565 strcpy(cp, *dp);
621 strcpy(cp2, "^");
/freebsd-9.3-release/usr.sbin/pw/
H A Dedgroup.c68 strcpy(grouptmp, groupfile);
115 strcpy(outl, line);
H A Dfileupd.c93 strcpy(file, filename);
137 strcpy(line, newline);
/freebsd-9.3-release/crypto/openssl/crypto/
H A DLPdir_win.c90 extdir = strcat(strcpy(extdirbuf, directory), "/*");
92 extdir = strcat(strcpy(extdirbuf, directory), "*");
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zinject/
H A Dtranslate.c132 (void) strcpy(dataset, sfs.f_mntfromname);
137 (void) strcpy(relpath, rel);
358 (void) strcpy(poolname, object);
398 (void) strcpy(poolname, dataset);
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_util.c126 (void) strcpy(s2, s1);
/freebsd-9.3-release/contrib/expat/xmlwf/
H A Dct.c92 strcpy(charset, "us-ascii");
H A Dxmlmime.c96 strcpy(charset, "us-ascii");
/freebsd-9.3-release/contrib/gdtoa/
H A Dg__fmt.c60 strcpy(decimalpoint_cache, s0);
/freebsd-9.3-release/contrib/groff/src/utils/lkbib/
H A Dlkbib.cpp121 strcpy(ptr, argv[i]);
/freebsd-9.3-release/contrib/libreadline/
H A Drldefs.h117 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x))

Completed in 305 milliseconds

1234567891011>>