Searched refs:strcpy (Results 76 - 100 of 689) sorted by relevance

1234567891011>>

/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dstring.h37 using std::strcpy;
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Darc-ext.c190 strcpy(insn_name, (p+5));
200 strcpy(core_name, (p+3));
208 strcpy(cc_name, (p+3));
220 strcpy (aux_name, (p+6));
H A Ds390-mkopc.c106 strcpy(op_array[ix].opcode, opcode);
107 strcpy(op_array[ix].mnemonic, mnemonic);
108 strcpy(op_array[ix].format, format);
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Darc-ext.c191 strcpy (insn_name, (char *) (p+5));
201 strcpy(core_name, (char *) (p+3));
209 strcpy(cc_name, (char *) (p+3));
221 strcpy (aux_name, (char *) (p+6));
H A Ds390-mkopc.c107 strcpy(op_array[ix].opcode, opcode);
108 strcpy(op_array[ix].mnemonic, mnemonic);
109 strcpy(op_array[ix].format, format);
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dmatch.c51 strcpy(mat[i],fn);
92 strcpy(i_mat[i],fn);
138 strcpy(j_mat[i],fn);
186 strcpy(hfs_mat[i],fn);
H A Dvms.c32 strcpy(pnt, source);
49 strcpy(sbuffer, path);
142 strcpy(searchpath[i], path);
161 strcpy(d_entry[context].d_name, ".");
167 strcpy(d_entry[context].d_name, "..");
191 strcpy(d_entry[context].d_name, pnt);
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstring.h57 #undef strcpy macro
82 using ::strcpy;
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dmessages_members.h54 strcpy(_M_name_messages, __s);
104 strcpy(_M_name_messages, __s);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstring.h56 #undef strcpy macro
81 using ::strcpy;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di386-stub.c810 strcpy (remcomOutBuffer, "OK");
820 strcpy (remcomOutBuffer, "OK");
824 strcpy (remcomOutBuffer, "E01");
840 strcpy (remcomOutBuffer, "E03");
847 strcpy (remcomOutBuffer, "E01");
864 strcpy (remcomOutBuffer, "E03");
869 strcpy (remcomOutBuffer, "OK");
876 strcpy (remcomOutBuffer, "E02");
H A Df-lang.c671 strcpy (name, BLANK_COMMON_NAME_LOCAL);
677 strcpy (local_copy_func_stab, func_stab);
696 strcpy (tmp->owning_function, local_copy_func_stab);
698 strcpy (tmp->name, name);
846 strcpy (name, BLANK_COMMON_NAME_LOCAL);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dsyslex.l41 strcpy(yylval.s, yytext+1);
/openbsd-current/gnu/usr.bin/perl/ext/SDBM_File/
H A Ddbd.c31 strcpy(name, p);
32 strcpy(name + n, ".pag");
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dvms-cc.c317 strcpy (filename_buff, name);
326 strcpy (new_host_dirspec, dirspec);
338 strcpy (new_host_dirspec, filename_buff);
347 strcpy (new_host_filespec, "");
349 strcpy (new_host_filespec, filespec);
353 strcpy (new_host_filespec, filename_buff);
/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dndir.c113 strcpy(filename, infilename);
150 strcpy (dirp->file_spec.dsc$a_pointer, filepattern);
156 strcpy (dirp->file_spec.dsc$a_pointer, "*.*");
257 strcpy(dirp->dd_buf, "CVS");
273 strcpy (dirp->dd_buf, cp);
288 strcpy (dir_static.d_name, dirp->dd_buf);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-cc.c326 strcpy (filename_buff, name);
336 strcpy (new_host_dirspec, dirspec);
348 strcpy (new_host_dirspec, filename_buff);
358 strcpy (new_host_filespec, "");
360 strcpy (new_host_filespec, filespec);
364 strcpy (new_host_filespec, filename_buff);
/openbsd-current/gnu/gcc/gcc/
H A Dmips-tdump.c479 strcpy (p1, "nil");
483 strcpy (p1, "address");
487 strcpy (p1, "char");
491 strcpy (p1, "unsigned char");
495 strcpy (p1, "short");
499 strcpy (p1, "unsigned short");
503 strcpy (p1, "int");
507 strcpy (p1, "unsigned int");
511 strcpy (p1, "long");
515 strcpy (p
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dmips-tdump.c471 strcpy (p1, "nil");
475 strcpy (p1, "address");
479 strcpy (p1, "char");
483 strcpy (p1, "unsigned char");
487 strcpy (p1, "short");
491 strcpy (p1, "unsigned short");
495 strcpy (p1, "int");
499 strcpy (p1, "unsigned int");
503 strcpy (p1, "long");
507 strcpy (p
[all...]
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dfilesys.c150 strcpy (local_temp_filename, temp);
191 strcpy (temp, temp_dirname);
202 strcpy (temp + pre_suffix_length, info_suffixes[i]);
240 strcpy (temp + pre_compress_suffix_length,
364 strcpy (infopath, DEFAULT_INFOPATH);
387 strcpy (infopath, path);
396 strcpy (infopath, path);
695 strcpy (trydir, "dir");
704 strcpy (dir_compressed, trydir);
H A Dtilde.c166 strcpy (result + result_index, expansion);
205 strcpy (temp_name, temp_home);
241 strcpy (temp_name, expansion);
253 strcpy (temp_name, user_entry->pw_dir);
288 strcpy (line, "done");
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dsource.c112 strcpy (fname, sf->name);
149 strcpy (fname, sle->path);
199 strcpy (fname, filename);
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dsource.c108 strcpy (fname, sf->name);
145 strcpy (fname, sle->path);
195 strcpy (fname, filename);
/openbsd-current/gnu/usr.bin/cvs/windows-NT/
H A Dndir.c61 strcat (strcat (strcpy (name_buf, name), slash), "*.*");
98 strcpy (dp->_d_entry, find_buf.name);
128 strlen (strcpy (dp.d_name, dirp->dd_cp->_d_entry));
/openbsd-current/gnu/usr.bin/perl/os2/
H A Ddl_os2.c96 strcpy(fail, "can't find my DLL name by the handle");
102 strcpy(fail, "can't load my own DLL");
110 strcpy(fail, "can't load from myself: compiled without -DDLOPEN_INITTERM");

Completed in 315 milliseconds

1234567891011>>