Symbol: strcat
bin/ed/main.c
1349
strcat(hup, "ed.hup");
bin/sh/show.c
387
strcat(s, "/trace");
crypto/heimdal/lib/roken/ndbm_wrap.c
160
strcat(fn, ".db");
crypto/krb5/src/ccapi/common/win/OldCC/ccutils.c
78
strcat(event_name, "_");
crypto/krb5/src/ccapi/common/win/OldCC/ccutils.c
79
strcat(event_name, suffix);
crypto/krb5/src/ccapi/common/win/OldCC/util.cxx
512
strcat(result, " ");
crypto/krb5/src/ccapi/common/win/OldCC/util.cxx
513
strcat(result, arg1);
crypto/krb5/src/ccapi/common/win/OldCC/util.cxx
514
strcat(result, " ");
crypto/krb5/src/ccapi/common/win/OldCC/util.cxx
515
strcat(result, arg2);
crypto/krb5/src/lib/krb5/os/ccdefname.c
194
strcat(name_buf, ":");
crypto/krb5/src/lib/krb5/os/ccdefname.c
206
strcat(p, APPEND_KRB5CC);
crypto/krb5/src/lib/krb5/os/init_os_ctx.c
46
strcat(*pname, "\\");
crypto/krb5/src/lib/krb5/os/init_os_ctx.c
47
strcat(*pname, DEFAULT_PROFILE_FILENAME);
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
1032
strcat(cachename, filename);
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
1109
strcat(cachename, filename);
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
675
strcat(pname, "@");
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
676
strcat(pname, realm);
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
502
strcat(filename, "\\");
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
503
strcat(filename, szLogonId);
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
529
strcat(newfilename, "\\");
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
530
strcat(newfilename, szLogonId);
crypto/krb5/src/windows/leash/Leash.cpp
168
strcat(modulePath, LEASH_HELP_FILE);
crypto/krb5/src/windows/leash/LeashDebugWindow.cpp
163
strcat(pDebugText, listboxItem);
crypto/krb5/src/windows/leash/LeashDebugWindow.cpp
164
strcat(pDebugText, "\r\n");
crypto/krb5/src/windows/leash/LeashView.cpp
1404
strcat(debugFilePath, "\\LshDebug.log");
crypto/krb5/src/windows/leashdll/lshfunc.c
1136
strcat(buf, "s");
crypto/krb5/src/windows/leashdll/lshfunc.c
533
strcat(temp, "/");
crypto/krb5/src/windows/leashdll/lshfunc.c
534
strcat(temp, inst);
crypto/krb5/src/windows/leashdll/lshfunc.c
538
strcat(temp, "@");
crypto/krb5/src/windows/leashdll/lshfunc.c
539
strcat(temp, realm);
crypto/krb5/src/windows/leashdll/lshfunc.c
985
strcat(buf, "s");
crypto/krb5/src/windows/leashdll/timesync.c
199
strcat(tmpstr, tmpstr1);
crypto/krb5/src/windows/leashdll/timesync.c
287
strcat(tmpstr, "To be able to use the Kerberos server, it was necessary to \nset the system time to: ") ;
crypto/krb5/src/windows/leashdll/timesync.c
288
strcat(tmpstr, ctime((time_t *)&hosttime));
crypto/krb5/src/windows/leashdll/timesync.c
289
strcat(tmpstr, "\n");
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
439
strcat(expected_modified_string_names, expected);\
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
440
strcat(expected_modified_string_names, &(parameters_string_names[str_pos]));\
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
442
strcat(real_modified_string_names, real);\
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
443
strcat(real_modified_string_names, &(parameters_string_names[str_pos]));\
crypto/openssl/apps/lib/vms_term_sock.c
525
strcat(TerminalDeviceBuff, "\n");
crypto/openssl/crypto/LPdir_vms.c
127
strcat((*ctx)->filespec, "*.*;");
crypto/openssl/crypto/bio/bio_sock.c
322
strcat(*ip_port, ":");
crypto/openssl/crypto/bio/bio_sock.c
323
strcat(*ip_port, port);
crypto/openssl/crypto/cmp/cmp_genm.c
127
strcat(name, "<unknown>");
crypto/openssl/crypto/dso/dso_vms.c
202
strcat(p->imagename, ext);
crypto/openssl/crypto/dso/dso_vms.c
206
strcat(p->imagename, sp2);
crypto/openssl/crypto/dso/dso_vms.c
491
strcat(translated, DSO_EXTENSION);
crypto/openssl/crypto/dso/dso_vms.c
493
strcat(translated, p);
crypto/openssl/crypto/rand/randfile.c
329
strcat(buf, "/");
crypto/openssl/crypto/rand/randfile.c
331
strcat(buf, RFILE);
crypto/openssl/crypto/ts/ts_rsp_verify.c
379
strcat(failure_text, ",");
crypto/openssl/crypto/ts/ts_rsp_verify.c
382
strcat(failure_text, ts_failure_info[i].text);
crypto/openssl/crypto/x509/x509_def.c
42
strcat(pathname, suffix);
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
772
strcat(filename, h3ssl->fileprefix);
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
773
strcat(filename, h3ssl->url);
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
802
strcat(filename, h3ssl->fileprefix);
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
803
strcat(filename, h3ssl->url);
crypto/openssl/test/endecode_test.c
509
strcat(new_namelist, ", ");
crypto/openssl/test/endecode_test.c
510
strcat(new_namelist, name);
crypto/openssl/test/prov_config_test.c
89
full_path = strcat(full_path, P_TEST_PATH);
crypto/openssl/test/sslapitest.c
170
strcat(client_log_buffer, line);
crypto/openssl/test/sslapitest.c
186
strcat(server_log_buffer, line);
include/ssp/string.h
117
__ssp_bos_icheck2_restrict(strcat, char *, const char *)
include/ssp/string.h
132
#define strcat(dst, src) __ssp_bos_check2(strcat, dst, src)
include/string.h
84
char *(strcat)(char * __restrict, const char * __restrict);
lib/libc/db/hash/ndbm.c
72
(void)strcat(path, DBM_SUFFIX);
lib/libc/gen/fstab.c
99
strcat(buf, sf.f_mntfromname);
lib/libc/locale/ldpart.c
86
strcat(filename, "/");
lib/libc/locale/ldpart.c
87
strcat(filename, name);
lib/libc/locale/ldpart.c
88
strcat(filename, "/");
lib/libc/locale/ldpart.c
89
strcat(filename, category_filename);
lib/libc/locale/setlocale.c
214
(void)strcat(current_locale_string, "/");
lib/libc/locale/setlocale.c
215
(void)strcat(current_locale_string,
lib/libc/net/hesiod.c
188
strcat(bindname, ".");
lib/libc/net/hesiod.c
189
strcat(bindname, type);
lib/libc/net/hesiod.c
193
strcat(bindname, ".");
lib/libc/net/hesiod.c
194
strcat(bindname, ctx->lhs);
lib/libc/net/hesiod.c
197
strcat(bindname, ".");
lib/libc/net/hesiod.c
198
strcat(bindname, rhs);
lib/libc/posix1e/mac.c
428
strcat(mibname, policyname);
lib/libc/posix1e/mac.c
429
strcat(mibname, ".enabled");
lib/libc/tests/secure/fortify_string_test.c
1240
strcat(__stack.__buf, src);
lib/libc/tests/secure/fortify_string_test.c
1266
strcat(__stack.__buf, src);
lib/libc/tests/secure/fortify_string_test.c
1293
strcat(__stack.__buf, src);
lib/libc/tests/secure/fortify_string_test.c
1320
strcat(__stack.__buf, src);
lib/libc/tests/secure/fortify_string_test.c
1356
strcat(__stack.__buf, src);
lib/libdpv/dpv.c
525
strcat(status_format_default, " [TEST MODE]");
lib/libfetch/file.c
138
strcat(fn, "/");
lib/libgssapi/gss_oid_to_str.c
100
strcat(bp, numstr);
lib/libgssapi/gss_oid_to_str.c
107
strcat(bp, numstr);
lib/libgssapi/gss_oid_to_str.c
111
strcat(bp, "}");
lib/libgssapi/gss_oid_to_str.c
98
strcat(bp, numstr);
lib/libpmc/pmu-events/jevents.c
147
strcat(*dst, sep);
lib/libpmc/pmu-events/jevents.c
148
strcat(*dst, a);
lib/librpcsec_gss/svc_rpcsec_gss.c
262
strcat((char *) buf.value, "/");
lib/librpcsec_gss/svc_rpcsec_gss.c
263
strcat((char *) buf.value, node);
lib/librpcsec_gss/svc_rpcsec_gss.c
266
strcat((char *) buf.value, "@");
lib/librpcsec_gss/svc_rpcsec_gss.c
267
strcat((char *) buf.value, domain);
lib/librpcsec_gss/svc_rpcsec_gss.c
536
strcat(bp, numstr);
lib/librpcsec_gss/svc_rpcsec_gss.c
538
strcat(bp, numstr);
lib/librpcsec_gss/svc_rpcsec_gss.c
545
strcat(bp, numstr);
lib/librpcsec_gss/svc_rpcsec_gss.c
549
strcat(bp, "}");
libexec/bootpd/bootpd.c
764
strcat (tst, " ");
libexec/bootpd/bootpd.c
765
strcat (tst, hp->hostname->string);
libexec/bootpd/bootpd.c
766
strcat (tst, " &");
libexec/bootpd/bootpd.c
878
strcat(clntpath, "/");
libexec/bootpd/bootpd.c
879
strcat(clntpath, homedir);
libexec/bootpd/bootpd.c
884
strcat(clntpath, "/");
libexec/bootpd/bootpd.c
885
strcat(clntpath, bootfile);
libexec/bootpd/bootpd.c
893
strcat(clntpath, ".");
libexec/bootpd/bootpd.c
894
strcat(clntpath, hp->hostname->string);
libexec/rtld-elf/rtld.c
1228
strcat(resp, p);
sbin/fsck_ffs/pass2.c
625
strcat (newname, "/");
sbin/fsck_ffs/pass2.c
626
strcat(newname, idesc->id_dirp->d_name);
sbin/ipf/common/ipf_y.y
2566
strcat(buffer, "=");
sbin/ipf/ipfstat/ipfstat.c
1561
strcat(str4, " (reverse)");
sbin/ipf/ipfsync/ipfsyncd.c
385
strcat(buffer, inet_ntoa(reqip->sin_addr));
sbin/ipf/ipmon/ipmon.c
1091
strcat(t, " @-1:");
sbin/ipf/ipmon/ipmon.c
1098
strcat(t, "-1 ");
sbin/ipf/ipmon/ipmon.c
509
strcat(name, ist->ist_name);
sbin/ipf/ipmon/ipmon.c
539
strcat(name, ist->ist_name);
sbin/ipf/ipnat/ipnat_y.y
1605
strcat(n->na_name, name);
sbin/ipf/ipnat/ipnat_y.y
1624
strcat(n->na_name, name);
sbin/ipf/libipf/var.c
125
strcat(p1, p2);
sbin/ipf/libipf/var.c
127
strcat(p1, p3);
sbin/ipfw/main.c
221
strcat(av_p, oldav[first]);
sbin/mount/mount.c
844
strcat(tmpopt, o);
sbin/restore/dirs.c
140
(void) strcat(dirfile, "-XXXXXX");
sbin/restore/dirs.c
154
(void) strcat(modefile, "-XXXXXX");
sbin/restore/interactive.c
451
(void) strcat(canonname, rawname);
sbin/restore/restore.c
492
(void) strcat(keybuf, "|ONTAPE");
sbin/restore/restore.c
494
(void) strcat(keybuf, "|INOFND");
sbin/restore/restore.c
496
(void) strcat(keybuf, "|NAMEFND");
sbin/restore/restore.c
498
(void) strcat(keybuf, "|MODECHG");
sbin/restore/tape.c
1065
(void) strcat(lnkbuf, buf);
sbin/restore/utilities.c
346
(void) strcat(flagbuf, "|REMOVED");
sbin/restore/utilities.c
348
(void) strcat(flagbuf, "|TMPNAME");
sbin/restore/utilities.c
350
(void) strcat(flagbuf, "|EXTRACT");
sbin/restore/utilities.c
352
(void) strcat(flagbuf, "|NEW");
sbin/restore/utilities.c
354
(void) strcat(flagbuf, "|KEEP");
sbin/restore/utilities.c
356
(void) strcat(flagbuf, "|EXISTED");
sbin/routed/parms.c
439
strcat(buf,"\n");
sbin/savecore/savecore.c
875
strcat(corename, kdhl.compression == KERNELDUMP_COMP_ZSTD ?
sbin/savecore/savecore.c
906
strcat(linkname, kdhl.compression == KERNELDUMP_COMP_ZSTD ?
stand/common/disk.c
408
strcat(cp, ":");
stand/common/interp_forth.c
110
strcat(line, " ");
stand/common/interp_forth.c
122
strcat(line, " ");
stand/common/ls.c
181
strcat(path, "/");
stand/common/misc.c
51
strcat(cp, argv[i]);
stand/common/misc.c
53
strcat(cp, " ");
stand/common/module.c
1699
strcat(cp, "/");
stand/common/module.c
1700
strcat(cp, fname);
stand/efi/libefi/efihttp.c
587
strcat(path_slash, "/");
stand/fdt/fdt_loader_cmd.c
1110
strcat(tmp, "/");
stand/fdt/fdt_loader_cmd.c
1111
strcat(tmp, path);
stand/fdt/fdt_loader_cmd.c
1325
strcat(b, tmp);
stand/fdt/fdt_loader_cmd.c
1375
strcat(b, "<");
stand/fdt/fdt_loader_cmd.c
1381
strcat(b, tmp);
stand/fdt/fdt_loader_cmd.c
1383
strcat(b, ">");
stand/fdt/fdt_loader_cmd.c
1425
strcat(b, "[");
stand/fdt/fdt_loader_cmd.c
1429
strcat(b, tmp);
stand/fdt/fdt_loader_cmd.c
1431
strcat(b, "]");
stand/ficl/fileaccess.c
52
strcat(mode, "r");
stand/ficl/fileaccess.c
55
strcat(mode, writeMode);
stand/ficl/fileaccess.c
58
strcat(mode, writeMode);
stand/ficl/fileaccess.c
59
strcat(mode, "+");
stand/ficl/fileaccess.c
63
strcat(mode, (fam & FICL_FAM_BINARY) ? "b" : "t");
stand/ficl/float.c
366
strcat(pVM->pad,"] ");
stand/ficl/tools.c
521
strcat(pVM->pad, " ( primitive )");
stand/ficl/words.c
3550
strcat(sp->text, " ");
stand/ficl/words.c
652
strcat(pVM->pad, " ");
stand/ficl/words.c
665
strcat(pVM->pad, " ");
stand/ficl/words.c
679
strcat(pVM->pad, " ");
stand/i386/libi386/biospci.c
305
strcat(desc, ppi->pi_name);
stand/i386/libi386/biospci.c
306
strcat(desc, " ");
stand/i386/libi386/biospci.c
309
strcat(desc, psc->ps_name);
stand/i386/libi386/biospci.c
310
strcat(desc, " ");
stand/i386/libi386/biospci.c
313
strcat(desc, pc->pc_name);
stand/libsa/zfs/zfsimpl.c
1487
strcat(buf, " ");
stand/libsa/zfs/zfsimpl.c
1488
strcat(buf, name);
sys/compat/linsysfs/linsysfs.c
295
strcat(new_path, "/");
sys/compat/linsysfs/linsysfs.c
296
strcat(new_path, device);
sys/compat/linsysfs/linsysfs.c
341
strcat(new_path, "/");
sys/compat/linsysfs/linsysfs.c
342
strcat(new_path, host);
sys/compat/linux/linux_util.c
286
strcat(string, formated);
sys/dev/aq/aq_dbg.c
214
strcat(line, buf);
sys/dev/aq/aq_dbg.c
222
strcat(line, " ");
sys/dev/aq/aq_dbg.c
225
strcat(line, buf);
sys/dev/aq/aq_dbg.c
231
strcat(line, " ");
sys/dev/aq/aq_dbg.c
234
strcat(line, " ");
sys/dev/aq/aq_dbg.c
237
strcat(line, buf);
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1323
strcat(buf, ",");
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1324
strcat(buf, bnxt_hash_types[bit]);
sys/dev/bxe/bxe_debug.c
211
strcat(buf, c);
sys/dev/bxe/bxe_debug.c
212
strcat(buf, ": ");
sys/dev/bxe/bxe_debug.c
216
strcat(buf, c);
sys/dev/bxe/bxe_debug.c
247
strcat(buf, c);
sys/dev/bxe/bxe_debug.c
248
strcat(buf, ": ");
sys/dev/bxe/bxe_debug.c
259
strcat(buf, c);
sys/dev/bxe/bxe_debug.c
260
strcat(buf, ": ");
sys/dev/bxe/bxe_debug.c
264
strcat(buf, c);
sys/dev/bxe/bxe_debug.c
273
strcat(buf, c);
sys/dev/ipmi/ipmi.c
1095
strcat(line, temp);
sys/dev/ipmi/ipmi.c
1113
strcat(line, " ");
sys/dev/ocs_fc/ocs_mgmt.c
1005
strcat(result_buf, tmp_buf);
sys/dev/ocs_fc/ocs_mgmt.c
1011
strcat(result_buf, tmp_buf);
sys/dev/ocs_fc/ocs_mgmt.c
1013
strcat(result_buf, tmp_buf);
sys/dev/ocs_fc/ocs_mgmt.c
1044
strcat(result_buf, tmp_buf);
sys/dev/ocs_fc/ocs_mgmt.c
1046
strcat(result_buf, tmp_buf);
sys/dev/ocs_fc/ocs_mgmt.c
2047
strcat(result_buf, result_line);
sys/dev/ocs_fc/ocs_mgmt.c
2753
strcat(mode_str, "r");
sys/dev/ocs_fc/ocs_mgmt.c
2756
strcat(mode_str, "w");
sys/dev/ocs_fc/ocs_mgmt.c
2759
strcat(mode_str, "x");
sys/dev/ocs_fc/ocs_mgmt.c
984
strcat(result_buf, tmp_buf);
sys/dev/ocs_fc/ocs_mgmt.c
990
strcat(result_buf, "-R");
sys/dev/ocs_fc/ocs_mgmt.c
993
strcat(result_buf, tmp_buf);
sys/dev/ocs_fc/ocs_mgmt.c
995
strcat(result_buf, tmp_buf);
sys/dev/ocs_fc/ocs_os.h
322
#define ocs_strcat(d, s) strcat(d, s)
sys/dev/pms/freebsd/driver/common/lxosapi.c
400
strcat( aFullKey, aKey );
sys/dev/pms/freebsd/driver/common/lxosapi.c
412
strcat( aFullKey, "_" );
sys/dev/pms/freebsd/driver/common/lxosapi.c
413
strcat( aFullKey, lStrIdx );
sys/dev/pms/freebsd/driver/common/lxosapi.c
417
strcat( aFullKey, "_" );
sys/dev/pms/freebsd/driver/common/lxosapi.c
418
strcat( aFullKey, aValueName );
sys/dev/pms/freebsd/driver/common/osstring.h
65
#define osti_strcat(des, src) strcat((char *)des, (char *)src)
sys/fs/autofs/autofs.c
253
strcat(tmp, "/");
sys/fs/autofs/autofs.c
254
strcat(tmp, path);
sys/fs/autofs/autofs.c
262
strcat(tmp, "/");
sys/fs/autofs/autofs.c
263
strcat(tmp, path);
sys/fs/devfs/devfs_devs.c
626
strcat(de->de_symlink, "../");
sys/fs/devfs/devfs_devs.c
627
strcat(de->de_symlink, pdev->si_name);
sys/kern/kern_intr.c
230
strcat(ie->ie_fullname, " ");
sys/kern/kern_intr.c
231
strcat(ie->ie_fullname, ih->ih_name);
sys/kern/kern_intr.c
250
strcat(ie->ie_fullname, (missed == 0) ? " " : "-");
sys/kern/kern_intr.c
251
strcat(ie->ie_fullname, &ih->ih_name[missed]);
sys/kern/kern_intr.c
263
strcat(ie->ie_fullname, " +");
sys/kern/kern_intr.c
266
strcat(ie->ie_fullname, "+");
sys/net/iflib.c
6672
strcat(buf, ",");
sys/netinet/libalias/alias_proxy.c
310
strcat(buffer, " \n");
sys/netinet/libalias/alias_proxy.c
314
strcat(buffer, "\n");
sys/netinet/tcp_subr.c
4165
strcat(s, "TCP: [");
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
404
strcat((char *) buf.value, "/");
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
405
strcat((char *) buf.value, node);
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
408
strcat((char *) buf.value, "@");
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
409
strcat((char *) buf.value, domain);
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
844
strcat(bp, numstr);
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
846
strcat(bp, numstr);
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
853
strcat(bp, numstr);
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
857
strcat(bp, "}");
sys/sys/libkern.h
252
char *strcat(char * __restrict, const char * __restrict);
sys/x86/x86/identcpu.c
293
strcat(cpu_model, "i486 ");
sys/x86/x86/identcpu.c
298
strcat(cpu_model, "DX");
sys/x86/x86/identcpu.c
301
strcat(cpu_model, "SX");
sys/x86/x86/identcpu.c
304
strcat(cpu_model, "DX2");
sys/x86/x86/identcpu.c
307
strcat(cpu_model, "SL");
sys/x86/x86/identcpu.c
310
strcat(cpu_model, "SX2");
sys/x86/x86/identcpu.c
313
strcat(cpu_model,
sys/x86/x86/identcpu.c
317
strcat(cpu_model, "DX4");
sys/x86/x86/identcpu.c
323
strcat(cpu_model, "Pentium");
sys/x86/x86/identcpu.c
326
strcat(cpu_model, " A-step");
sys/x86/x86/identcpu.c
329
strcat(cpu_model, "/P5");
sys/x86/x86/identcpu.c
332
strcat(cpu_model, "/P54C");
sys/x86/x86/identcpu.c
335
strcat(cpu_model, "/P24T");
sys/x86/x86/identcpu.c
338
strcat(cpu_model, "/P55C");
sys/x86/x86/identcpu.c
341
strcat(cpu_model, "/P54C");
sys/x86/x86/identcpu.c
344
strcat(cpu_model, "/P55C (quarter-micron)");
sys/x86/x86/identcpu.c
363
strcat(cpu_model, "Pentium Pro A-step");
sys/x86/x86/identcpu.c
366
strcat(cpu_model, "Pentium Pro");
sys/x86/x86/identcpu.c
371
strcat(cpu_model,
sys/x86/x86/identcpu.c
379
strcat(cpu_model,
sys/x86/x86/identcpu.c
384
strcat(cpu_model, "Unknown 80686");
sys/x86/x86/identcpu.c
389
strcat(cpu_model, "Pentium 4");
sys/x86/x86/identcpu.c
393
strcat(cpu_model, "unknown");
sys/x86/x86/identcpu.c
411
strcat(cpu_model, "EM64T");
sys/x86/x86/identcpu.c
424
strcat(cpu_model, "Standard Am486DX");
sys/x86/x86/identcpu.c
427
strcat(cpu_model, "Enhanced Am486DX2 Write-Through");
sys/x86/x86/identcpu.c
430
strcat(cpu_model, "Enhanced Am486DX2 Write-Back");
sys/x86/x86/identcpu.c
433
strcat(cpu_model, "Enhanced Am486DX4/Am5x86 Write-Through");
sys/x86/x86/identcpu.c
436
strcat(cpu_model, "Enhanced Am486DX4/Am5x86 Write-Back");
sys/x86/x86/identcpu.c
439
strcat(cpu_model, "Am5x86 Write-Through");
sys/x86/x86/identcpu.c
442
strcat(cpu_model, "Am5x86 Write-Back");
sys/x86/x86/identcpu.c
445
strcat(cpu_model, "K5 model 0");
sys/x86/x86/identcpu.c
448
strcat(cpu_model, "K5 model 1");
sys/x86/x86/identcpu.c
451
strcat(cpu_model, "K5 PR166 (model 2)");
sys/x86/x86/identcpu.c
454
strcat(cpu_model, "K5 PR200 (model 3)");
sys/x86/x86/identcpu.c
457
strcat(cpu_model, "K6");
sys/x86/x86/identcpu.c
460
strcat(cpu_model, "K6 266 (model 1)");
sys/x86/x86/identcpu.c
463
strcat(cpu_model, "K6-2");
sys/x86/x86/identcpu.c
466
strcat(cpu_model, "K6-III");
sys/x86/x86/identcpu.c
469
strcat(cpu_model, "Geode LX");
sys/x86/x86/identcpu.c
472
strcat(cpu_model, "Unknown");
sys/x86/x86/identcpu.c
477
strcat(cpu_model, "AMD64 Processor");
sys/x86/x86/identcpu.c
479
strcat(cpu_model, "Unknown");
sys/x86/x86/identcpu.c
487
strcat(cpu_model, "MediaGX");
sys/x86/x86/identcpu.c
490
strcat(cpu_model, "6x86");
sys/x86/x86/identcpu.c
494
strcat(cpu_model, "GXm");
sys/x86/x86/identcpu.c
497
strcat(cpu_model, "6x86MX");
sys/x86/x86/identcpu.c
510
strcat(cpu_model, "486SLC");
sys/x86/x86/identcpu.c
513
strcat(cpu_model, "486DLC");
sys/x86/x86/identcpu.c
516
strcat(cpu_model, "486SLC2");
sys/x86/x86/identcpu.c
519
strcat(cpu_model, "486DLC2");
sys/x86/x86/identcpu.c
522
strcat(cpu_model, "486SRx");
sys/x86/x86/identcpu.c
525
strcat(cpu_model, "486DRx");
sys/x86/x86/identcpu.c
528
strcat(cpu_model, "486SRx2");
sys/x86/x86/identcpu.c
531
strcat(cpu_model, "486DRx2");
sys/x86/x86/identcpu.c
534
strcat(cpu_model, "486SRu");
sys/x86/x86/identcpu.c
537
strcat(cpu_model, "486DRu");
sys/x86/x86/identcpu.c
540
strcat(cpu_model, "486SRu2");
sys/x86/x86/identcpu.c
543
strcat(cpu_model, "486DRu2");
sys/x86/x86/identcpu.c
546
strcat(cpu_model, "Unknown");
sys/x86/x86/identcpu.c
553
strcat(cpu_model, "486S");
sys/x86/x86/identcpu.c
556
strcat(cpu_model, "486S2");
sys/x86/x86/identcpu.c
559
strcat(cpu_model, "486Se");
sys/x86/x86/identcpu.c
562
strcat(cpu_model, "486S2e");
sys/x86/x86/identcpu.c
565
strcat(cpu_model, "486DX");
sys/x86/x86/identcpu.c
568
strcat(cpu_model, "486DX2");
sys/x86/x86/identcpu.c
571
strcat(cpu_model, "486DX4");
sys/x86/x86/identcpu.c
574
strcat(cpu_model, "Unknown");
sys/x86/x86/identcpu.c
580
strcat(cpu_model, "6x86"); /* Where did you get it? */
sys/x86/x86/identcpu.c
582
strcat(cpu_model, "5x86");
sys/x86/x86/identcpu.c
585
strcat(cpu_model, "6x86");
sys/x86/x86/identcpu.c
590
strcat(cpu_model, "GXm");
sys/x86/x86/identcpu.c
592
strcat(cpu_model, "MediaGX");
sys/x86/x86/identcpu.c
595
strcat(cpu_model, "6x86MX");
sys/x86/x86/identcpu.c
600
strcat(cpu_model, "Overdrive CPU");
sys/x86/x86/identcpu.c
606
strcat(cpu_model, "486SLC/DLC");
sys/x86/x86/identcpu.c
609
strcat(cpu_model, "Unknown");
sys/x86/x86/identcpu.c
614
strcat(cpu_model, "Unknown");
sys/x86/x86/identcpu.c
625
strcat(cpu_model, "mP6");
sys/x86/x86/identcpu.c
628
strcat(cpu_model, "Unknown");
sys/x86/x86/identcpu.c
672
strcat(cpu_model, "Nano Processor");
sys/x86/x86/identcpu.c
674
strcat(cpu_model, "Unknown");
sys/x86/x86/identcpu.c
696
strcat(cpu_model, "Unknown");
sys/x86/x86/identcpu.c
699
strcat(cpu_model, "AMD64 Processor");
sys/x86/x86/identcpu.c
701
strcat(cpu_model, "Unknown");
sys/x86/x86/identcpu.c
706
strcat(cpu_model, "Unknown");
tests/sys/capsicum/fexecve.cc
193
strcat(buffer, ++p);
tests/sys/capsicum/fexecve.cc
194
strcat(buffer, "/");
tests/sys/capsicum/fexecve.cc
195
strcat(buffer, exec_prog_.c_str());
tests/sys/cddl/zfs/bin/dir_rd_update.c
68
(void) strcat(&dirpath[strlen(dirpath)], "TMP_DIR");
tests/sys/file/flock_helper.c
92
strcat(filename, template);
tools/regression/fsx/fsx.c
1101
strcat(goodfile, "/");
tools/regression/fsx/fsx.c
1103
strcat(logfile, "/");
tools/regression/fsx/fsx.c
1162
strcat (goodfile, ".fsxgood");
tools/regression/fsx/fsx.c
1169
strcat (logfile, ".fsxlog");
tools/regression/rpcsec_gss/rpctest.c
110
strcat(service, "@");
tools/regression/rpcsec_gss/rpctest.c
111
strcat(service, hostname);
tools/test/stress2/testcases/openat/doat.c
119
strcat(absolute_path, "/");
tools/test/stress2/testcases/openat/doat.c
120
strcat(absolute_path, relative_path);
tools/test/stress2/testcases/openat/openat.c
128
strcat(p, file);
tools/tools/net80211/wesside/wesside/wesside.c
2089
strcat(k, tmp);
tools/tools/net80211/wesside/wesside/wesside.c
2091
strcat(k, ":");
tools/tools/net80211/wesside/wesside/wesside.c
913
strcat(path, "/");
tools/tools/net80211/wesside/wesside/wesside.c
914
strcat(path, paths[i]);
tools/tools/net80211/wesside/wesside/wesside.c
932
strcat(path, "/");
tools/tools/net80211/wesside/wesside/wesside.c
933
strcat(path, paths[2]);
usr.bin/chat/chat.c
1238
strcat (report_buffer, report_string[n]);
usr.bin/dpv/dpv.c
290
strcat(config->backtitle, optarg);
usr.bin/dpv/dpv.c
370
strcat(config->title, optarg);
usr.bin/fetch/fetch.c
450
strcat(flags, "v");
usr.bin/fetch/fetch.c
481
strcat(flags, "4");
usr.bin/fetch/fetch.c
484
strcat(flags, "6");
usr.bin/fetch/fetch.c
491
strcat(flags, "p");
usr.bin/fetch/fetch.c
493
strcat(flags, "d");
usr.bin/fetch/fetch.c
495
strcat(flags, "l");
usr.bin/fetch/fetch.c
503
strcat(flags, "d");
usr.bin/fetch/fetch.c
505
strcat(flags, "A");
usr.bin/fetch/fetch.c
513
strcat(flags, "i");
usr.bin/fortune/fortune/fortune.c
460
strcat(strcat(strcpy(tpath, dir), "/"), file);
usr.bin/fortune/fortune/fortune.c
616
return (strcat(new, "-o"));
usr.bin/fortune/fortune/fortune.c
793
strcat(datfile, ".dat");
usr.bin/fortune/fortune/fortune.c
806
strcat(*posp, ".pos");
usr.bin/fstat/fstat.c
622
strcat(rw, "r");
usr.bin/fstat/fstat.c
624
strcat(rw, "w");
usr.bin/gprof/gprof.c
143
strcat(gmonname, ".gmon");
usr.bin/jot/jot.c
426
strcat(format, "%"); /* cannot end in single '%' */
usr.bin/mail/lex.c
624
strcat(fname, "/");
usr.bin/mail/util.c
539
strcat(namebuf, "!");
usr.bin/rpcgen/rpc_cout.c
425
sizestr = strcat(sizestr, ptemp);
usr.bin/stat/stat.c
1007
(void)strcat(lfmt, tmp);
usr.bin/stat/stat.c
1009
(void)strcat(lfmt, "lld");
usr.bin/stat/stat.c
1032
(void)strcat(lfmt, tmp);
usr.bin/stat/stat.c
1035
(void)strcat(lfmt, "lld");
usr.bin/stat/stat.c
1041
(void)strcat(lfmt, ".%0");
usr.bin/stat/stat.c
1050
(void)strcat(lfmt, tmp);
usr.bin/stat/stat.c
1065
(void)strcat(buf, "0");
usr.bin/stat/stat.c
1074
(void)strcat(lfmt, tmp);
usr.bin/stat/stat.c
1078
(void)strcat(lfmt, tmp);
usr.bin/stat/stat.c
1087
(void)strcat(lfmt, "s");
usr.bin/stat/stat.c
1101
(void)strcat(lfmt, "ll");
usr.bin/stat/stat.c
1103
case FMTF_DECIMAL: (void)strcat(lfmt, "d"); break;
usr.bin/stat/stat.c
1104
case FMTF_OCTAL: (void)strcat(lfmt, "o"); break;
usr.bin/stat/stat.c
1105
case FMTF_UNSIGNED: (void)strcat(lfmt, "u"); break;
usr.bin/stat/stat.c
1106
case FMTF_HEX: (void)strcat(lfmt, "x"); break;
usr.bin/stat/stat.c
984
(void)strcat(lfmt, "%");
usr.bin/stat/stat.c
986
(void)strcat(lfmt, "#");
usr.bin/stat/stat.c
988
(void)strcat(lfmt, " ");
usr.bin/stat/stat.c
990
(void)strcat(lfmt, "+");
usr.bin/stat/stat.c
992
(void)strcat(lfmt, "-");
usr.bin/stat/stat.c
994
(void)strcat(lfmt, "0");
usr.bin/systat/convtbl.c
142
strcat(buf, convtbl[i].name);
usr.bin/systat/convtbl.c
144
strcat(buf, ", ");
usr.bin/systat/vmstat.c
243
strcat(cp, " ");
usr.bin/systat/vmstat.c
244
strcat(cp, cp2 + 3);
usr.bin/top/commands.c
251
strcat(string, "; "); /* we know there's more */
usr.bin/top/commands.c
287
strcat(str, ": ");
usr.bin/top/commands.c
288
strcat(str, msg);
usr.bin/top/commands.c
314
strcat(str, ", ");
usr.bin/top/commands.c
316
strcat(str, arg);
usr.bin/whereis/whereis.c
240
strcat(cp, cpp[i]);
usr.bin/whereis/whereis.c
241
strcat(cp, ":");
usr.bin/whereis/whereis.c
357
strcat(b, "/");
usr.bin/whereis/whereis.c
358
strcat(b, dirp->d_name);
usr.bin/whereis/whereis.c
449
strcat(cp, "/");
usr.bin/whereis/whereis.c
450
strcat(cp, name);
usr.bin/whereis/whereis.c
465
strcat(bin, " ");
usr.bin/whereis/whereis.c
466
strcat(bin, cp);
usr.bin/whereis/whereis.c
537
strcat(man, " ");
usr.bin/whereis/whereis.c
538
strcat(man, cp2);
usr.bin/whereis/whereis.c
562
strcat(cp, "/");
usr.bin/whereis/whereis.c
563
strcat(cp, name);
usr.bin/whereis/whereis.c
576
strcat(src, " ");
usr.bin/whereis/whereis.c
577
strcat(src, cp);
usr.bin/whereis/whereis.c
618
strcat(cp2, *dp);
usr.bin/whereis/whereis.c
619
strcat(cp2, "/[^/]+/");
usr.bin/whereis/whereis.c
645
strcat(src, " ");
usr.bin/whereis/whereis.c
646
strcat(src, buf);
usr.bin/xargs/strnsubst.c
76
strcat(s2, replstr);
usr.bin/xargs/strnsubst.c
79
strcat(s2, s1);
usr.bin/xargs/xargs.c
361
strcat(inpline, " ");
usr.bin/xargs/xargs.c
379
strcat(inpline, argp);
usr.sbin/autofs/automountd.c
110
strcat(newoptions, ",");
usr.sbin/autofs/automountd.c
113
strcat(newoptions, pair);
usr.sbin/bsdinstall/partedit/part_wizard.c
179
strcat(diskdesc, " ATA Hard Disk");
usr.sbin/bsdinstall/partedit/part_wizard.c
181
strcat(diskdesc, " Memory Disk");
usr.sbin/bsdinstall/partedit/part_wizard.c
183
strcat(diskdesc, " Disk");
usr.sbin/crunch/crunchgen/crunchgen.c
1216
strcat(p1->str, "");
usr.sbin/fdformat/fdformat.c
211
strcat(device, argv[optind]);
usr.sbin/kbdcontrol/kbdcontrol.c
191
strcat(buf, s2);
usr.sbin/kbdcontrol/kbdcontrol.c
192
strcat(buf, s3);
usr.sbin/lpr/chkprintcap/skimprintcap.c
159
strcat(skim_entryname, "+");
usr.sbin/lpr/common_source/common.c
505
strcat(destp, savday);
usr.sbin/lpr/common_source/displayq.c
238
strcat(line, "\n");
usr.sbin/nfsd/nfsd.c
1373
strcat(&dsaddr[dsaddrcnt], nfsprt);
usr.sbin/pmcstudy/pmcstudy.c
2726
strcat(cmd, forming);
usr.sbin/ppp/command.c
1203
strcat(buf, ": ");
usr.sbin/ppp/tty.c
552
strcat(buf, " carrier");
usr.sbin/pppctl/pppctl.c
651
strcat(Buffer, "\n");
usr.sbin/setfmac/setfmac.c
470
strcat(macstr, ",");
usr.sbin/setfmac/setfmac.c
471
strcat(macstr, ls->match->mactext);
usr.sbin/ypserv/yp_dblookup.c
226
strcat(buf, "/");
usr.sbin/ypserv/yp_dblookup.c
227
strcat(buf, map);
usr.sbin/ypserv/yp_dblookup.c
356
strcat(buf, "/");
usr.sbin/ypserv/yp_dblookup.c
357
strcat(buf, map);
usr.sbin/ypserv/yp_dnslookup.c
92
strcat(result, " ");
usr.sbin/ypserv/yp_dnslookup.c
93
strcat(result, hp->h_aliases[i]);