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

12

/darwin-on-arm/xnu/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...]
H A Dexec.c64 (void) strcpy(exec_path, lm_procpath);
H A DMakefile.benchmarks103 strcpy \
H A Dtattle.c69 (void) strcpy(o, s);
H A Dlibmicro.c264 (void) strcpy(lm_procname, argv[0]);
266 (void) strcpy(lm_procname, tmp + 1);
H A Dbench.sh309 strcpy $OPTS -N "strcpy_10" -s 10 -I 5
310 strcpy $OPTS -N "strcpy_1k" -s 1k -I 100
H A Dcoreos_bench.sh335 strcpy $OPTS -N "strcpy_10" -s 10 -I 5
336 strcpy $OPTS -N "strcpy_1k" -s 1k -I 100
H A Dembd_bench.sh315 strcpy $OPTS -N "strcpy_10" -s 10 -I 5
316 strcpy $OPTS -N "strcpy_1k" -s 1k -I 100
/darwin-on-arm/xnu/osfmk/libsa/
H A Dstring.h67 /* strcpy() is being deprecated. Please use strlcpy() instead. */
68 extern char *strcpy(char *, const char *) __deprecated;
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dposix_spawn.c68 (void) strcpy(exec_path, lm_procpath);
H A Dlmbench_bw_mmap_rd.c297 strcpy(state->filename, s);
H A Dlb_mmtest.c493 strcpy(opt_server_port_name, "TEST");
H A Dlmbench_bw_mem.c571 strcpy(opt_what, optarg);
/darwin-on-arm/xnu/osfmk/device/
H A Dsubrs.c142 #ifdef strcpy
145 #undef strcpy macro
259 * strcpy copies the contents of the string "from" including
263 * strcpy() is being deprecated. Please use strlcpy() instead.
273 strcpy( function
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsdt_subr.c965 (void) strcpy(desc->dtargd_native, a->sda_native);
968 (void) strcpy(desc->dtargd_xlate, a->sda_xlate);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dsocket_tests.c60 strcpy( my_child_pathp, my_parent_pathp );
72 strcpy( &my_sockaddr->sa_data[0], my_parent_pathp );
78 strcpy( &my_sockaddr->sa_data[0], my_child_pathp );
H A Dmemory_tests.c64 strcpy(namebuf1, crashdir1);
83 strcpy(namebuf2, crashdir2);
H A Dmisc.c96 strcpy( my_pathp, the_target_dirp );
H A Dmain.c444 strcpy( &my_buffer[0], my_ptr );
/darwin-on-arm/xnu/SETUP/config/
H A Dmkioconf.c1471 strcpy(buf, "NULL");
2067 strcpy(buf, " 0");
2079 strcpy(errbuf, "'?'");
2081 strcpy(errbuf, " -1");
H A Dmkmakefile.c201 vpath = strcat(strcpy(buf, ":"), vpath);
301 strcpy(COPTS, cp);
H A Dparser.y802 (void) strcpy(cp, str);
/darwin-on-arm/xnu/SETUP/md/
H A Dmd.c527 strcpy(shadow_mak_name, real_mak_name);
/darwin-on-arm/xnu/libkern/zlib/
H A Dgzio.c158 strcpy(s->path, path); /* do this early for debugging */
1035 strcpy(s->msg, s->path);
/darwin-on-arm/xnu/bsd/netat/
H A Dddp.save756 strcpy(&ns_name[2], &ifName[1]);

Completed in 111 milliseconds

12