Searched refs:strcpy (Results 51 - 75 of 689) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dstat.c12 strcpy(statpath, path);
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dvms-ld.c174 strcpy (ptr, ".a");
178 strcpy (ptr, ".olb");
182 strcpy (ptr, ".exe");
189 strcpy (ptr, ".exe");
193 strcpy (ptr, ".a");
197 strcpy (ptr, ".olb");
224 strcpy (lib, "lib");
272 strcpy (buff, "/share=");
274 strcpy (buff, "/exe=");
283 strcpy (sharefilenam
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-ld.c175 strcpy (ptr, ".a");
179 strcpy (ptr, ".olb");
183 strcpy (ptr, ".exe");
190 strcpy (ptr, ".exe");
194 strcpy (ptr, ".a");
198 strcpy (ptr, ".olb");
226 strcpy (lib, "lib");
277 strcpy (buff, "/share=");
279 strcpy (buff, "/exe=");
288 strcpy (sharefilenam
[all...]
/openbsd-current/lib/libc/arch/alpha/string/
H A DMakefile.inc7 strcmp.c strcpy.c strcspn.c strlen.c strlcat.c strlcpy.c \
/openbsd-current/lib/libc/arch/amd64/string/
H A DMakefile.inc7 memcmp.c strcpy.c strcspn.c strlen.S strlcat.c \
/openbsd-current/lib/libc/arch/arm/string/
H A DMakefile.inc7 strcat.c strcpy.c strcspn.c strlen.c strlcat.c strlcpy.c \
/openbsd-current/lib/libc/arch/hppa/string/
H A DMakefile.inc6 memset.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
/openbsd-current/lib/libc/arch/i386/string/
H A DMakefile.inc6 memset.S strcat.S strcmp.S strcpy.S \
/openbsd-current/lib/libc/arch/m88k/string/
H A DMakefile.inc6 memset.c strcat.c strcmp.c strcpy.c strcspn.c \
/openbsd-current/lib/libc/arch/mips64/string/
H A DMakefile.inc6 memchr.c memcmp.c memset.c strcat.c strcpy.c strcspn.c \
/openbsd-current/lib/libc/arch/sh/string/
H A DMakefile.inc6 bcmp.c memcmp.c memchr.c strcat.c strcmp.c strcpy.c strcspn.c \
/openbsd-current/lib/libc/arch/sparc64/string/
H A DMakefile.inc8 strcmp.c strcpy.c strcspn.c strlcat.c strlcpy.c \
/openbsd-current/regress/gnu/egcs/gcc-builtins/
H A DMakefile4 strcat-2 strcpy-1 strcpy-2 strncat-1 vsprintf-1 vsprintf-2 \
/openbsd-current/lib/libc/arch/powerpc/string/
H A DMakefile.inc6 strcmp.c strcpy.c strcspn.c strlen.c strlcat.c strlcpy.c \
/openbsd-current/lib/libc/arch/aarch64/string/
H A DMakefile.inc7 strcat.c strcpy.c strcspn.c strlen.c strlcat.c strlcpy.c \
/openbsd-current/lib/libc/arch/powerpc64/string/
H A DMakefile.inc6 strcmp.c strcpy.c strcspn.c strlen.c strlcat.c strlcpy.c \
/openbsd-current/lib/libc/arch/riscv64/string/
H A DMakefile.inc7 strcat.c strcpy.c strcspn.c strlen.c strlcat.c strlcpy.c \
/openbsd-current/gnu/usr.bin/perl/ext/SDBM_File/
H A Ddba.c28 strcpy(name, p);
29 strcpy(name + n, ".pag");
/openbsd-current/gnu/gcc/gcc/config/
H A Ddarwin.h775 strcpy (buffer_, stub_); \
778 strcpy (buffer_ + (STUB_LENGTH) - 1, "_binder\""); \
782 strcpy (buffer_ + (STUB_LENGTH), "_binder"); \
796 strcpy (buffer_, symbol_); \
809 strcpy (buffer_, "\"L"); \
810 strcpy (buffer_ + 2, symbol_ + 1); \
811 strcpy (buffer_ + (SYMBOL_LENGTH), "$lazy_ptr\""); \
815 strcpy (buffer_, "\"L"); \
816 strcpy (buffer_ + 2, symbol_); \
817 strcpy (buffer
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin.h749 strcpy (buffer_, stub_); \
752 strcpy (buffer_ + (STUB_LENGTH) - 1, "_binder\""); \
756 strcpy (buffer_ + (STUB_LENGTH), "_binder"); \
770 strcpy (buffer_, symbol_); \
783 strcpy (buffer_, "\"L"); \
784 strcpy (buffer_ + 2, symbol_ + 1); \
785 strcpy (buffer_ + (SYMBOL_LENGTH), "$lazy_ptr\""); \
789 strcpy (buffer_, "\"L"); \
790 strcpy (buffer_ + 2, symbol_); \
791 strcpy (buffer
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djcf-path.c173 strcpy (f2, filename);
254 strcpy (try, cp);
261 strcpy (try + len, "share");
270 strcpy (&try[strlen (try)
280 strcpy (try + len, DIR_UP);
291 strcpy (&try[strlen (try)
307 strcpy (extdirs, LIBGCJ_ZIP_FILE);
308 strcpy (&extdirs[strlen (LIBGCJ_ZIP_FILE)
384 strcpy (name, buf);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920625-2.c14 char *strcpy();
33 rmstring = (("rm -fr") != ((void *)0) ? (strcpy((char*)XtMalloc((unsigned)strlen("rm -fr") + 1), "rm -fr")) : ((void *)0));
73 copystring = (("cp -r") != ((void *)0) ? (strcpy((char*)XtMalloc((unsigned)strlen("cp -r") + 1), "cp -r")) : ((void *)0));
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dcreate_adm.c56 (void) strcpy (tmp, CVSADM);
91 (void) strcpy (tmp, CVSADM_REP);
151 (void) strcpy (tmp, CVSADM_ENT);
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dstring.h37 using std::strcpy;
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dtime_members.h55 strcpy(_M_name_timepunct, __s);

Completed in 313 milliseconds

1234567891011>>