Home
last modified time | relevance | path

Searched refs:strcat (Results 1 – 25 of 744) sorted by relevance

12345678910>>...30

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dcsky-dis.c329 strcat (str, get_cr_name((value & 0x1f), (value >> 5))); in csky_output_operand()
341 strcat (str, get_gr_name (value)); in csky_output_operand()
348 strcat (str, get_gr_name (value)); in csky_output_operand()
352 strcat (str, buf); in csky_output_operand()
356 strcat (str, buf); in csky_output_operand()
361 strcat (str, buf); in csky_output_operand()
365 strcat (str, buf); in csky_output_operand()
369 strcat (str, buf); in csky_output_operand()
374 strcat (str, buf); in csky_output_operand()
380 strcat (str, buf); in csky_output_operand()
[all …]
H A Dz8k-dis.c295 strcat (out_str, instr_data->instr_asmsrc); in output_instr()
485 strcat (tmp_str, "vi"); in print_intr()
490 if (comma) strcat (tmp_str, ","); in print_intr()
491 strcat (tmp_str, "nvi"); in print_intr()
503 strcat (tmp_str, "c"); in print_flags()
508 if (comma) strcat (tmp_str, ","); in print_flags()
509 strcat (tmp_str, "z"); in print_flags()
514 if (comma) strcat (tmp_str, ","); in print_flags()
515 strcat (tmp_str, "s"); in print_flags()
520 if (comma) strcat (tmp_str, ","); in print_flags()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dcsky-dis.c329 strcat (str, get_cr_name((value & 0x1f), (value >> 5))); in csky_output_operand()
341 strcat (str, get_gr_name (value)); in csky_output_operand()
348 strcat (str, get_gr_name (value)); in csky_output_operand()
352 strcat (str, buf); in csky_output_operand()
356 strcat (str, buf); in csky_output_operand()
361 strcat (str, buf); in csky_output_operand()
365 strcat (str, buf); in csky_output_operand()
369 strcat (str, buf); in csky_output_operand()
374 strcat (str, buf); in csky_output_operand()
380 strcat (str, buf); in csky_output_operand()
[all …]
H A Dz8k-dis.c295 strcat (out_str, instr_data->instr_asmsrc); in output_instr()
485 strcat (tmp_str, "vi"); in print_intr()
490 if (comma) strcat (tmp_str, ","); in print_intr()
491 strcat (tmp_str, "nvi"); in print_intr()
503 strcat (tmp_str, "c"); in print_flags()
508 if (comma) strcat (tmp_str, ","); in print_flags()
509 strcat (tmp_str, "z"); in print_flags()
514 if (comma) strcat (tmp_str, ","); in print_flags()
515 strcat (tmp_str, "s"); in print_flags()
520 if (comma) strcat (tmp_str, ","); in print_flags()
[all …]
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dirpmarshall.c206 strcpy(*buffer, pw->pw_name); strcat(*buffer, fieldsep); in irp_marshall_pw()
207 strcat(*buffer, pw->pw_passwd); strcat(*buffer, fieldsep); in irp_marshall_pw()
208 strcat(*buffer, pwUid); strcat(*buffer, fieldsep); in irp_marshall_pw()
209 strcat(*buffer, pwGid); strcat(*buffer, fieldsep); in irp_marshall_pw()
210 strcat(*buffer, pwClass); strcat(*buffer, fieldsep); in irp_marshall_pw()
211 strcat(*buffer, pwChange); strcat(*buffer, fieldsep); in irp_marshall_pw()
212 strcat(*buffer, pwExpire); strcat(*buffer, fieldsep); in irp_marshall_pw()
213 strcat(*buffer, pw->pw_gecos); strcat(*buffer, fieldsep); in irp_marshall_pw()
214 strcat(*buffer, pw->pw_dir); strcat(*buffer, fieldsep); in irp_marshall_pw()
215 strcat(*buffer, pw->pw_shell); strcat(*buffer, fieldsep); in irp_marshall_pw()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcall-strs.c35 strcat(bigbuf, s2); in str_func()
36 strcat(bigbuf, s3); in str_func()
37 strcat(bigbuf, s4); in str_func()
38 strcat(bigbuf, s5); in str_func()
39 strcat(bigbuf, s6); in str_func()
40 strcat(bigbuf, s7); in str_func()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dwatch.c126 strcat (mynewattr, "+edit"); in watch_modify_watchers()
132 strcat (mynewattr, "+unedit"); in watch_modify_watchers()
138 strcat (mynewattr, "+commit"); in watch_modify_watchers()
144 strcat (mynewattr, "+tedit"); in watch_modify_watchers()
150 strcat (mynewattr, "+tunedit"); in watch_modify_watchers()
156 strcat (mynewattr, "+tcommit"); in watch_modify_watchers()
177 strcat (mynewattr, "+edit"); in watch_modify_watchers()
179 strcat (mynewattr, "+unedit"); in watch_modify_watchers()
181 strcat (mynewattr, "+commit"); in watch_modify_watchers()
183 strcat (mynewattr, "+tedit"); in watch_modify_watchers()
[all …]
H A Dcheckout.c696 (void) strcat (where, where_orig); in checkout_proc()
697 (void) strcat (where, "/"); in checkout_proc()
705 (void) strcat (where, mwhere); in checkout_proc()
707 (void) strcat (where, argv[0]); in checkout_proc()
747 (void) strcat (repository, "/"); in checkout_proc()
748 (void) strcat (repository, mfile); in checkout_proc()
749 (void) strcat (where, "/"); in checkout_proc()
750 (void) strcat (where, mfile); in checkout_proc()
763 (void) strcat (repository, "/"); in checkout_proc()
764 (void) strcat (repository, mfile); in checkout_proc()
[all …]
H A Dannotate.c190 (void) strcat (repository, "/"); in rannotate_proc()
191 (void) strcat (repository, mfile); in rannotate_proc()
192 (void) strcat (where, "/"); in rannotate_proc()
193 (void) strcat (where, mfile); in rannotate_proc()
203 (void) strcat (where, "/"); in rannotate_proc()
204 (void) strcat (where, mfile); in rannotate_proc()
H A Drecurse.c417 strcat (tmp_update_dir, "/"); in start_recursion()
419 strcat (tmp_update_dir, dir); in start_recursion()
1045 (void) strcat (update_dir, "/"); in do_dir_proc()
1046 (void) strcat (update_dir, dir); in do_dir_proc()
1095 strcat (cvsadmdir, "/"); in do_dir_proc()
1096 strcat (cvsadmdir, CVSADM); in do_dir_proc()
1100 strcat (cvsadmdir, "/"); in do_dir_proc()
1101 strcat (cvsadmdir, CVSADM_REP); in do_dir_proc()
1116 strcat (cvsadmdir, "/"); in do_dir_proc()
1117 strcat (cvsadmdir, CVSADM_ENT); in do_dir_proc()
[all …]
/netbsd-src/games/cribbage/
H A Dscore.c130 strcat(explan, "His Nobs"); in scorehand()
137 strcat(explan, ", "); in scorehand()
141 strcat(explan, "Five-flush"); in scorehand()
146 strcat(explan, ", Four-flush"); in scorehand()
152 strcat(explan, ", "); in scorehand()
161 strcat(explan, buf); in scorehand()
163 strcat(explan, "No fifteens"); in scorehand()
172 strcat(explan, buf); in scorehand()
174 strcat(explan, ", No pairs/runs"); in scorehand()
/netbsd-src/usr.bin/stat/
H A Dstat.c1093 (void)strcat(lfmt, "%"); in format1()
1095 (void)strcat(lfmt, "#"); in format1()
1097 (void)strcat(lfmt, " "); in format1()
1099 (void)strcat(lfmt, "+"); in format1()
1101 (void)strcat(lfmt, "-"); in format1()
1103 (void)strcat(lfmt, "0"); in format1()
1116 (void)strcat(lfmt, tmp); in format1()
1118 (void)strcat(lfmt, "lld"); in format1()
1141 (void)strcat(lfmt, tmp); in format1()
1144 (void)strcat(lfmt, "lld"); in format1()
[all …]
/netbsd-src/games/backgammon/backgammon/
H A Dmove.c504 strcat(tests, "o"); in movegood()
509 strcat(tests, "e"); in movegood()
514 strcat(tests, "i"); in movegood()
521 strcat(tests, "i"); in movegood()
529 strcat(tests, "c"); in movegood()
534 strcat(tests, "o"); in movegood()
539 strcat(tests, "o"); in movegood()
544 strcat(tests, "b"); in movegood()
549 strcat(tests, "e"); in movegood()
554 strcat(tests, "f"); in movegood()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dsearchpath.cpp55 strcat(dirs, e); in search_path()
56 strcat(dirs, PATH_SEP); in search_path()
59 strcat(dirs, "."); in search_path()
60 strcat(dirs, PATH_SEP); in search_path()
63 strcat(dirs, home); in search_path()
64 strcat(dirs, PATH_SEP); in search_path()
67 strcat(dirs, standard); in search_path()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslbtypes.c331 strcat (Buffer, "NoReturnValue"); in AnFormatBtype()
341 strcat (Buffer, "|"); in AnFormatBtype()
345 strcat (Buffer, AcpiUtGetTypeName (Type)); in AnFormatBtype()
354 strcat (Buffer, "|"); in AnFormatBtype()
358 strcat (Buffer, "Reference"); in AnFormatBtype()
366 strcat (Buffer, "|"); in AnFormatBtype()
369 strcat (Buffer, "Resource"); in AnFormatBtype()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c3033 strcat (buf, ", ARC EM"); in decode_ARC_machine_flags()
3036 strcat (buf, ", ARC HS"); in decode_ARC_machine_flags()
3041 strcat (buf, ", ARC600"); in decode_ARC_machine_flags()
3044 strcat (buf, ", ARC601"); in decode_ARC_machine_flags()
3047 strcat (buf, ", ARC700"); in decode_ARC_machine_flags()
3056 strcat (buf, ", Unknown ARCompact"); in decode_ARC_machine_flags()
3058 strcat (buf, ", Unknown ARC"); in decode_ARC_machine_flags()
3065 strcat (buf, ", (ABI:legacy)"); in decode_ARC_machine_flags()
3068 strcat (buf, ", (ABI:v2)"); in decode_ARC_machine_flags()
3072 strcat (buf, ", v3 no-legacy-syscalls ABI"); in decode_ARC_machine_flags()
[all …]
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dfilesys.c136 strcat (local_temp_filename, "/"); in info_find_fullpath()
137 strcat (local_temp_filename, partial); in info_find_fullpath()
195 strcat (temp, "/"); in info_file_in_path()
196 strcat (temp, filename); in info_file_in_path()
392 strcat (infopath, PATH_SEP); in info_add_path()
393 strcat (infopath, path); in info_add_path()
399 strcat (infopath, PATH_SEP); in info_add_path()
400 strcat (infopath, temp); in info_add_path()
697 strcat (trydir, info_suffixes[i]); in is_dir_name()
706 strcat (dir_compressed, compress_suffixes[c].suffix); in is_dir_name()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_str_test.cc424 strcat(to, from); in TEST()
425 strcat(to, from); in TEST()
426 strcat(to + from_size, from + from_size - 2); in TEST()
429 EXPECT_DEATH(strcat(to - 1, from + from_size - 1), LeftOOBAccessMessage(1)); in TEST()
431 EXPECT_DEATH(strcat(to - 1, from), LeftOOBAccessMessage(1)); in TEST()
432 EXPECT_DEATH(strcat(to, from - 1), LeftOOBReadMessage(1)); in TEST()
433 EXPECT_DEATH(strcat(to, from + from_size), RightOOBReadMessage(0)); in TEST()
437 EXPECT_DEATH(strcat(to, from), RightOOBReadMessage(0)); in TEST()
442 EXPECT_DEATH(strcat(to, from), RightOOBWriteMessage(0)); in TEST()
444 strcat(to, from + 1); in TEST()
[all …]
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfloat.c296 strcat (raw_entry, ": "); in cm_listoffloats()
308 strcat (raw_entry, title); in cm_listoffloats()
342 strcat (entry, raw_entry); in cm_listoffloats()
343 strcat (entry, "..."); in cm_listoffloats()
346 strcat (entry, ":"); in cm_listoffloats()
357 strcat (entry, raw_entry); in cm_listoffloats()
360 strcat (entry, ":"); in cm_listoffloats()
H A Dfiles.c142 strcat (strcat (include_files_path, PATH_SEP), "."); in prepend_to_include_path()
150 strcat (include_files_path, PATH_SEP); in prepend_to_include_path()
151 strcat (include_files_path, tmp); in prepend_to_include_path()
164 strcat (include_files_path, PATH_SEP); in append_to_include_path()
165 strcat (include_files_path, path); in append_to_include_path()
442 strcat (localdir, "/"); in full_pathname()
443 strcat (localdir, filename); in full_pathname()
467 strcat (result, &filename[1]); in full_pathname()
493 strcat (result, &filename[i]); in full_pathname()
/netbsd-src/external/lgpl3/mpc/dist/src/
H A Dget_x.c158 strcat (pretty, s); in prettify()
224 strcat (complex_str, real_str); in mpc_get_str()
225 strcat (complex_str, " "); in mpc_get_str()
226 strcat (complex_str, imag_str); in mpc_get_str()
227 strcat (complex_str, ")"); in mpc_get_str()
/netbsd-src/lib/libskey/
H A Dput.c2098 strcat (engout, " "); in btoe()
2100 strcat (engout, " "); in btoe()
2102 strcat (engout, " "); in btoe()
2104 strcat (engout, " "); in btoe()
2106 strcat (engout, " "); in btoe()
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dsource.c152 strcat (fname, "."); in annotate_source()
154 strcat (fname, "/"); in annotate_source()
157 strcat (fname, name_only); in annotate_source()
159 strcat (fname, sf->name); in annotate_source()
200 strcat (fname, EXT_ANNO); in annotate_source()
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dsource.c152 strcat (fname, "."); in annotate_source()
154 strcat (fname, "/"); in annotate_source()
157 strcat (fname, name_only); in annotate_source()
159 strcat (fname, sf->name); in annotate_source()
200 strcat (fname, EXT_ANNO); in annotate_source()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dreadlink2.c58 strcat (buf2, "/"); in main()
59 strcat (buf2, argv[0]); in main()
68 strcat (buf2, argv[0] + 1); in main()

12345678910>>...30