Symbol: strcat
bin/ed/main.c
1355
strcat(hup, "ed.hup");
bin/sh/show.c
396
strcat(s, "/trace");
games/atc/main.c
219
strcat(games, GAMES);
games/atc/main.c
232
strcat(file, line);
games/atc/main.c
245
strcat(games, GAMES);
games/atc/main.c
255
strcat(file, line);
games/atc/main.c
279
strcat(games, GAMES);
games/backgammon/backgammon/move.c
496
strcat(tests, "o");
games/backgammon/backgammon/move.c
501
strcat(tests, "e");
games/backgammon/backgammon/move.c
506
strcat(tests, "i");
games/backgammon/backgammon/move.c
513
strcat(tests, "i");
games/backgammon/backgammon/move.c
521
strcat(tests, "c");
games/backgammon/backgammon/move.c
526
strcat(tests, "o");
games/backgammon/backgammon/move.c
531
strcat(tests, "o");
games/backgammon/backgammon/move.c
536
strcat(tests, "b");
games/backgammon/backgammon/move.c
541
strcat(tests, "e");
games/backgammon/backgammon/move.c
546
strcat(tests, "f");
games/backgammon/backgammon/move.c
551
strcat(tests, "p");
games/backgammon/backgammon/move.c
556
strcat(tests, "i");
games/backgammon/backgammon/move.c
561
strcat(tests, "f");
games/banner/banner.c
1056
strcat(message, " ");
games/banner/banner.c
1057
strcat(message, *argv);
games/cribbage/score.c
123
strcat(explstr, "His Nobs");
games/cribbage/score.c
130
strcat(explstr, ", ");
games/cribbage/score.c
134
strcat(explstr, "Five-flush");
games/cribbage/score.c
139
strcat(explstr, ", Four-flush");
games/cribbage/score.c
145
strcat(explstr, ", ");
games/cribbage/score.c
153
strcat(explstr, buf);
games/cribbage/score.c
155
strcat(explstr, "No fifteens");
games/cribbage/score.c
163
strcat(explstr, buf);
games/cribbage/score.c
165
strcat(explstr, ", No pairs/runs");
games/fortune/fortune/fortune.c
464
strcat(strcat(strcpy(tpath, dir), "/"), file);
games/fortune/fortune/fortune.c
620
return (strcat(new, "-o"));
games/fortune/fortune/fortune.c
797
strcat(datfile, ".dat");
games/fortune/fortune/fortune.c
814
strcat(*posp, ".pos");
games/hack/hack.engrave.c
326
(void) strcat(sp, buf);
games/hack/hack.objnam.c
68
#define Strcat (void) strcat
games/hack/hack.options.c
244
(void) strcat(buf, flags.female ? "female," : "male,");
games/hack/hack.topl.c
231
(void) strcat(toplines, " ");
games/hack/hack.topl.c
232
(void) strcat(toplines, bp);
games/hack/hack.u_init.c
71
#define Strcat (void) strcat
games/larn/main.c
104
strcat(savefilename, "/Larn.sav"); /* save file name in home directory */
games/rogue/inventory.c
433
strcat(id_scrolls[i].title, syllables[s]);
games/rogue/inventory.c
476
strcat(desc, item_name);
games/rogue/inventory.c
493
strcat(desc, item_name);
games/rogue/inventory.c
494
strcat(desc, "entitled: ");
games/rogue/inventory.c
495
strcat(desc, id_table[obj->which_kind].title);
games/rogue/inventory.c
498
strcat(desc, id_table[obj->which_kind].title);
games/rogue/inventory.c
499
strcat(desc, item_name);
games/rogue/inventory.c
510
strcat(desc, id_table[obj->which_kind].title);
games/rogue/inventory.c
511
strcat(desc, item_name);
games/rogue/inventory.c
523
strcat(desc, name_of(obj));
games/rogue/inventory.c
533
strcat(desc, item_name);
games/rogue/inventory.c
534
strcat(desc, "called ");
games/rogue/inventory.c
535
strcat(desc, id_table[obj->which_kind].title);
games/rogue/inventory.c
543
strcat(desc, item_name);
games/rogue/inventory.c
544
strcat(desc, id_table[obj->which_kind].real);
games/rogue/inventory.c
552
strcat(desc, more_info);
games/rogue/inventory.c
555
strcat(desc, item_name);
games/rogue/inventory.c
556
strcat(desc, id_table[obj->which_kind].real);
games/rogue/inventory.c
559
strcat(desc, item_name);
games/rogue/inventory.c
560
strcat(desc, id_table[obj->which_kind].real);
games/rogue/inventory.c
563
strcat(desc, more_info);
games/rogue/inventory.c
569
strcat(desc, id_table[obj->which_kind].title);
games/rogue/inventory.c
571
strcat(desc, more_info);
games/rogue/inventory.c
577
strcat(desc, name_of(obj));
games/rogue/inventory.c
592
strcat(desc, "in hand");
games/rogue/inventory.c
594
strcat(desc, "being worn");
games/rogue/inventory.c
596
strcat(desc, "on left hand");
games/rogue/inventory.c
598
strcat(desc, "on right hand");
games/rogue/save.c
103
strcat(name_buffer, sfile+1);
games/rogue/score.c
100
strcat(buf, " with ");
games/rogue/score.c
345
strcat(buf, "died of hypothermia");
games/rogue/score.c
348
strcat(buf, "died of starvation");
games/rogue/score.c
351
strcat(buf, "killed by a dart");
games/rogue/score.c
354
strcat(buf, "quit");
games/rogue/score.c
357
strcat(buf, "a total winner");
games/rogue/score.c
364
strcat(buf, "killed by ");
games/rogue/score.c
366
strcat(buf, "an ");
games/rogue/score.c
368
strcat(buf, "a ");
games/rogue/score.c
370
strcat(buf, m_names[monster->m_char - 'A']);
games/rogue/score.c
374
strcat(buf, "with amulet");
games/rogue/score.c
94
strcat(buf, "an ");
games/rogue/score.c
96
strcat(buf, "a ");
games/rogue/score.c
98
strcat(buf, m_names[monster->m_char - 'A']);
games/rogue/throw.c
144
strcat(hit_message, "misses ");
games/rogue/throw.c
148
strcat(hit_message, "hit ");
games/sail/dr_3.c
97
strcat(sp->file->movebuf, "d");
games/trek/getpar.c
142
strcat(input, r->full);
include/string.h
86
char *strcat(char * __restrict, const char * __restrict);
lib/libalias/alias_proxy.c
310
strcat(buffer, " \n");
lib/libalias/alias_proxy.c
314
strcat(buffer, "\n");
lib/libc/db/hash/ndbm.c
76
strcat(path, DBM_SUFFIX);
lib/libc/gen/fstab.c
100
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
224
(void)strcat(current_locale_string, "/");
lib/libc/locale/setlocale.c
225
(void)strcat(current_locale_string,
lib/libc/net/hesiod.c
195
strcat(bindname, ".");
lib/libc/net/hesiod.c
196
strcat(bindname, type);
lib/libc/net/hesiod.c
200
strcat(bindname, ".");
lib/libc/net/hesiod.c
201
strcat(bindname, ctx->lhs);
lib/libc/net/hesiod.c
204
strcat(bindname, ".");
lib/libc/net/hesiod.c
205
strcat(bindname, rhs);
lib/libc/net/rcmd.c
454
strcat(pbuf, "/.rhosts");
lib/libc/stdtime/localtime.c
374
strcat(fullname, "/");
lib/libc/stdtime/localtime.c
375
strcat(fullname, name);
lib/libcrypt/crypt-md5.c
97
strcat(passwd,"$");
lib/libcrypt/deprecated-crypt-sha256.c
102
strcat(passwd, "$");
lib/libcrypt/deprecated-crypt-sha512.c
102
strcat(passwd, "$");
lib/libfetch/file.c
142
strcat(fn, "/");
lib/libftpio/ftpio.c
708
strcat(p, "\r\n");
lib/libtcplay/tcplay.c
1600
strcat(ciphers, crypto_algo->name);
lib/libtcplay/tcplay.c
1601
strcat(ciphers, ",");
lib/libtelnet/rsaencpwd.c
152
strcat(key_file, lhostname);
lib/libtelnet/rsaencpwd.c
153
strcat(key_file, "_privkey");
libexec/bootpd/bootpd.c
761
strcat (tst, " ");
libexec/bootpd/bootpd.c
762
strcat (tst, hp->hostname->string);
libexec/bootpd/bootpd.c
763
strcat (tst, " &");
libexec/bootpd/bootpd.c
875
strcat(clntpath, "/");
libexec/bootpd/bootpd.c
876
strcat(clntpath, homedir);
libexec/bootpd/bootpd.c
881
strcat(clntpath, "/");
libexec/bootpd/bootpd.c
882
strcat(clntpath, bootfile);
libexec/bootpd/bootpd.c
890
strcat(clntpath, ".");
libexec/bootpd/bootpd.c
891
strcat(clntpath, hp->hostname->string);
libexec/dma/net.c
95
strcat(cmd, "\r\n");
libexec/rtld-elf/rtld.c
943
strcat(resp, p);
libexec/telnetd/sys_term.c
383
(void) strcat(line, "ptyXX");
sbin/fsck/fsutil.c
232
strcat(device, devname);
sbin/fsck/main.c
398
strcat(device, devname);
sbin/hammer/cmd_snapshot.c
366
strcat(softlink_fmt, "/");
sbin/hammer/cmd_snapshot.c
367
strcat(softlink_fmt, DEFAULT_SNAPSHOT_NAME);
sbin/mount/mount.c
465
strcat(cp, *edir);
sbin/mount/mount.c
467
strcat(cp, ", ");
sbin/mount/mount.c
652
strcat(tmpopt, o);
sbin/mount_ufs/mount.c
422
strcat(cp, *edir);
sbin/mount_ufs/mount.c
424
strcat(cp, ", ");
sbin/mount_ufs/mount.c
609
strcat(tmpopt, o);
sbin/restore/dirs.c
146
strcat(dirfile, "-XXXXXX");
sbin/restore/dirs.c
159
strcat(modefile, "-XXXXXX");
sbin/restore/interactive.c
444
strcat(canonname, rawname);
sbin/restore/restore.c
491
strcat(keybuf, "|ONTAPE");
sbin/restore/restore.c
493
strcat(keybuf, "|INOFND");
sbin/restore/restore.c
495
strcat(keybuf, "|NAMEFND");
sbin/restore/restore.c
497
strcat(keybuf, "|MODECHG");
sbin/restore/tape.c
778
strcat(lnkbuf, buf);
sbin/restore/utilities.c
346
strcat(flagbuf, "|REMOVED");
sbin/restore/utilities.c
348
strcat(flagbuf, "|TMPNAME");
sbin/restore/utilities.c
350
strcat(flagbuf, "|EXTRACT");
sbin/restore/utilities.c
352
strcat(flagbuf, "|NEW");
sbin/restore/utilities.c
354
strcat(flagbuf, "|KEEP");
sbin/restore/utilities.c
356
strcat(flagbuf, "|EXISTED");
sbin/routed/parms.c
439
strcat(buf,"\n");
sbin/slattach/slattach.c
178
strcat(tty_path, "/");
sbin/spppcontrol/spppcontrol.c
260
strcat(buf, " callin");
sbin/spppcontrol/spppcontrol.c
262
strcat(buf, " norechallenge");
sbin/vinum/commands.c
1130
strcat(buf, " ");
sbin/vinum/commands.c
1131
strcat(buf, ptr);
sbin/vinum/commands.c
184
strcat(buffer, argv[i]);
sbin/vinum/commands.c
185
strcat(buffer, " ");
stand/boot/common/misc.c
54
strcat(cp, argv[i]);
stand/boot/common/misc.c
56
strcat(cp, " ");
stand/boot/common/module.c
697
strcat(result, "/kernel");
stand/boot/common/module.c
976
strcat(cp, "/");
stand/boot/common/module.c
977
strcat(cp, fname);
stand/boot/pc32/libi386/biospci.c
279
strcat(desc, ppi->pi_name);
stand/boot/pc32/libi386/biospci.c
280
strcat(desc, " ");
stand/boot/pc32/libi386/biospci.c
283
strcat(desc, psc->ps_name);
stand/boot/pc32/libi386/biospci.c
284
strcat(desc, " ");
stand/boot/pc32/libi386/biospci.c
287
strcat(desc, pc->pc_name);
stand/boot/pc32/libi386/devicename.c
218
strcat(cp, ":");
sys/bus/u4b/usb_device.c
2270
strcat(phys, tmp);
sys/dev/disk/nata/ata-disk.c
517
strcat(vendor, " ");
sys/dev/disk/nata/chipsets/ata-highpoint.c
68
strcat(buffer, idx->text);
sys/dev/disk/nata/chipsets/ata-highpoint.c
71
strcat(buffer, " (channel 0+1)");
sys/dev/disk/nata/chipsets/ata-highpoint.c
73
strcat(buffer, " (channel 2+3)");
sys/dev/disk/nata/chipsets/ata-promise.c
158
strcat(buffer, idx->text);
sys/dev/disk/nata/chipsets/ata-promise.c
169
strcat(buffer, " (channel 0+1)");
sys/dev/disk/nata/chipsets/ata-promise.c
174
strcat(buffer, " (channel 2+3)");
sys/dev/misc/ipmi/ipmi.c
1016
strcat(line, temp);
sys/dev/misc/ipmi/ipmi.c
1034
strcat(line, " ");
sys/dev/misc/musycc/musycc.c
1403
case 0: strcat(desc, " Network controller"); break;
sys/dev/misc/musycc/musycc.c
1404
case 1: strcat(desc, " Ebus bridge"); break;
sys/dev/misc/musycc/musycc.c
927
strcat(ret, "ENOGROK\n");
sys/dev/misc/musycc/musycc.c
969
strcat(ret, "line e1\n");
sys/dev/misc/musycc/musycc.c
971
strcat(ret, "line e1u\n");
sys/dev/misc/musycc/musycc.c
973
strcat(ret, "clock source internal\n");
sys/dev/misc/musycc/musycc.c
975
strcat(ret, "clock source line\n");
sys/dev/misc/musycc/musycc.c
979
strcat(ret, "\tline {e1|e1u}\n");
sys/dev/misc/musycc/musycc.c
980
strcat(ret, "\tshow 8370 {0|1}\n");
sys/dev/netif/de/if_de.c
1922
strcat(sc->tulip_boardid, "EM100TX ");
sys/dev/netif/de/if_de.c
1926
strcat(sc->tulip_boardid, "EM110TX ");
sys/dev/netif/de/if_de.c
1930
strcat(sc->tulip_boardid, "EM100FX ");
sys/dev/netif/de/if_de.c
1943
strcat(sc->tulip_boardid, "EM440TX ");
sys/dev/netif/de/if_de.c
1957
strcat(sc->tulip_boardid, "EN1207 ");
sys/dev/netif/de/if_de.c
1962
strcat(sc->tulip_boardid, "EN1207TX ");
sys/dev/netif/de/if_de.c
1967
strcat(sc->tulip_boardid, "EN1203 ");
sys/dev/netif/de/if_de.c
1971
strcat(sc->tulip_boardid, "EN1203 ");
sys/dev/netif/de/if_de.c
2043
strcat(sc->tulip_boardid, "400TX/PCI ");
sys/dev/netif/de/if_de.c
2066
strcat(sc->tulip_boardid, "unknown ");
sys/dev/netif/mn/if_mn.c
303
strcat(ret, "ENOGROK\n");
sys/dev/netif/mn/if_mn.c
320
strcat(ret, "ENOGROK\n");
sys/dev/raid/vinum/vinumconfig.c
1278
strcat(sd->name, sdsuffix); /* and add it to the name */
sys/dev/raid/vinum/vinumconfig.c
1464
strcat(plex->name, plexsuffix); /* and add it to the name */
sys/kern/subr_diskmbr.c
484
strcat(buf, "<extended>");
sys/kern/vfs_subr.c
1696
strcat(buf, "|VROOT");
sys/kern/vfs_subr.c
1698
strcat(buf, "|VPFSROOT");
sys/kern/vfs_subr.c
1700
strcat(buf, "|VTEXT");
sys/kern/vfs_subr.c
1702
strcat(buf, "|VSYSTEM");
sys/kern/vfs_subr.c
1704
strcat(buf, "|VOBJBUF");
sys/net/ipfw3/ip_fw3.c
981
strcat(module_str,",");
sys/net/ipfw3/ip_fw3.c
982
strcat(module_str,mod->name);
sys/netinet/tcp_input.c
884
strcat(dbuf, ip6_sprintf(&ip6->ip6_dst));
sys/netinet/tcp_input.c
885
strcat(dbuf, "]");
sys/netinet/tcp_input.c
887
strcat(sbuf, ip6_sprintf(&ip6->ip6_src));
sys/netinet/tcp_input.c
888
strcat(sbuf, "]");
sys/platform/pc64/x86_64/identcpu.c
130
strcat(cpu_model, "EM64T");
sys/platform/pc64/x86_64/identcpu.c
140
strcat(cpu_model, "AMD64 Processor");
sys/platform/pc64/x86_64/identcpu.c
142
strcat(cpu_model, "Unknown");
sys/platform/pc64/x86_64/identcpu.c
147
strcat(cpu_model, "Nano Processor");
sys/platform/pc64/x86_64/identcpu.c
149
strcat(cpu_model, "Unknown");
sys/platform/pc64/x86_64/identcpu.c
152
strcat(cpu_model, "Unknown");
sys/sys/libkern.h
127
char *strcat(char * __restrict, const char * __restrict);
test/stress/fsx/fsx.c
1080
strcat(goodfile, "/");
test/stress/fsx/fsx.c
1082
strcat(logfile, "/");
test/stress/fsx/fsx.c
1132
strcat (goodfile, ".fsxgood");
test/stress/fsx/fsx.c
1139
strcat (logfile, ".fsxlog");
test/stress/stress2/testcases/openat/doat.c
119
strcat(absolute_path, "/");
test/stress/stress2/testcases/openat/doat.c
120
strcat(absolute_path, relative_path);
test/stress/stress2/testcases/openat/openat.c
103
strcat(p, file);
tools/tools/net80211/wesside/wesside/wesside.c
2097
strcat(k, tmp);
tools/tools/net80211/wesside/wesside/wesside.c
2099
strcat(k, ":");
tools/tools/net80211/wesside/wesside/wesside.c
922
strcat(path, "/");
tools/tools/net80211/wesside/wesside/wesside.c
923
strcat(path, paths[i]);
tools/tools/net80211/wesside/wesside/wesside.c
941
strcat(path, "/");
tools/tools/net80211/wesside/wesside/wesside.c
942
strcat(path, paths[2]);
usr.bin/chat/chat.c
1240
strcat (report_buffer, report_string[n]);
usr.bin/crunch/crunchgen/crunchgen.c
1322
strcat(p1->str, "");
usr.bin/dfregress/fe/text/fe_text.c
89
strcat(buf, argv[i]);
usr.bin/dfregress/fe/text/fe_text.c
91
strcat(buf, " ");
usr.bin/dfregress/main.c
154
strcat(output_file, "/");
usr.bin/dfregress/main.c
155
strcat(output_file, p);
usr.bin/dfregress/main.c
161
strcat(output_file, ".plist");
usr.bin/fetch/fetch.c
460
strcat(flags, "v");
usr.bin/fetch/fetch.c
488
strcat(flags, "4");
usr.bin/fetch/fetch.c
491
strcat(flags, "6");
usr.bin/fetch/fetch.c
498
strcat(flags, "p");
usr.bin/fetch/fetch.c
500
strcat(flags, "d");
usr.bin/fetch/fetch.c
502
strcat(flags, "l");
usr.bin/fetch/fetch.c
510
strcat(flags, "d");
usr.bin/fetch/fetch.c
512
strcat(flags, "A");
usr.bin/fetch/fetch.c
520
strcat(flags, "i");
usr.bin/fstat/fstat.c
634
strcat(rw, "r");
usr.bin/fstat/fstat.c
636
strcat(rw, "w");
usr.bin/fstat/fstat.c
838
strcat(rw, "r");
usr.bin/fstat/fstat.c
840
strcat(rw, "w");
usr.bin/hexdump/parse.c
388
(void)strcat(pr->fmt, cs);
usr.bin/jot/jot.c
364
strcat(format, "%"); /* cannot end in single '%' */
usr.bin/jot/jot.c
435
strcat(format, "%");
usr.bin/mail/lex.c
636
strcat(fname, "/");
usr.bin/mail/util.c
536
strcat(namebuf, "!");
usr.bin/rpcgen/rpc_cout.c
422
sizestr = strcat(sizestr, ptemp);
usr.bin/sed/main.c
149
strcat(temp_arg, "\n");
usr.bin/stat/stat.c
1020
strcat(lfmt, tmp);
usr.bin/stat/stat.c
1023
strcat(lfmt, "lld");
usr.bin/stat/stat.c
1029
strcat(lfmt, ".%0");
usr.bin/stat/stat.c
1038
strcat(lfmt, tmp);
usr.bin/stat/stat.c
1053
strcat(buf, "0");
usr.bin/stat/stat.c
1062
strcat(lfmt, tmp);
usr.bin/stat/stat.c
1066
strcat(lfmt, tmp);
usr.bin/stat/stat.c
1075
strcat(lfmt, "s");
usr.bin/stat/stat.c
1089
strcat(lfmt, "ll");
usr.bin/stat/stat.c
1091
case FMTF_DECIMAL: strcat(lfmt, "d"); break;
usr.bin/stat/stat.c
1092
case FMTF_OCTAL: strcat(lfmt, "o"); break;
usr.bin/stat/stat.c
1093
case FMTF_UNSIGNED: strcat(lfmt, "u"); break;
usr.bin/stat/stat.c
1094
case FMTF_HEX: strcat(lfmt, "x"); break;
usr.bin/stat/stat.c
972
strcat(lfmt, "%");
usr.bin/stat/stat.c
974
strcat(lfmt, "#");
usr.bin/stat/stat.c
976
strcat(lfmt, " ");
usr.bin/stat/stat.c
978
strcat(lfmt, "+");
usr.bin/stat/stat.c
980
strcat(lfmt, "-");
usr.bin/stat/stat.c
982
strcat(lfmt, "0");
usr.bin/stat/stat.c
995
strcat(lfmt, tmp);
usr.bin/stat/stat.c
997
strcat(lfmt, "lld");
usr.bin/strfile/strfile.c
297
strcat(Outfile, ".dat");
usr.bin/systat/convtbl.c
140
strcat(buf, convtbl[i].name);
usr.bin/systat/convtbl.c
142
strcat(buf, ", ");
usr.bin/telnet/commands.c
2650
strcat(rcbuf, "/.telnetrc");
usr.bin/tip/remote.c
84
strcat (buffer, "/");
usr.bin/tip/remote.c
85
strcat (buffer, tailp);
usr.bin/tip/value.c
71
strcat(file, "/.tiprc");
usr.bin/top/commands.c
1001
strcat(buf, " or ");
usr.bin/top/commands.c
154
(void) strcat(str, ": ");
usr.bin/top/commands.c
155
(void) strcat(str, msg);
usr.bin/top/commands.c
184
(void) strcat(str, ", ");
usr.bin/top/commands.c
186
(void) 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
336
strcat(b, "/");
usr.bin/whereis/whereis.c
337
strcat(b, dirp->d_name);
usr.bin/whereis/whereis.c
429
strcat(cp, "/");
usr.bin/whereis/whereis.c
430
strcat(cp, name);
usr.bin/whereis/whereis.c
445
strcat(bin, " ");
usr.bin/whereis/whereis.c
446
strcat(bin, cp);
usr.bin/whereis/whereis.c
519
strcat(man, " ");
usr.bin/whereis/whereis.c
520
strcat(man, cp2);
usr.bin/whereis/whereis.c
544
strcat(cp, "/");
usr.bin/whereis/whereis.c
545
strcat(cp, name);
usr.bin/whereis/whereis.c
558
strcat(src, " ");
usr.bin/whereis/whereis.c
559
strcat(src, cp);
usr.bin/whereis/whereis.c
600
strcat(cp2, *dp);
usr.bin/whereis/whereis.c
601
strcat(cp2, "/[^/]+/");
usr.bin/whereis/whereis.c
626
strcat(src, " ");
usr.bin/whereis/whereis.c
627
strcat(src, buf);
usr.bin/xargs/strnsubst.c
77
strcat(s2, replstr);
usr.bin/xargs/strnsubst.c
80
strcat(s2, s1);
usr.bin/xargs/xargs.c
372
strcat(inpline, " ");
usr.bin/xargs/xargs.c
390
strcat(inpline, argp);
usr.sbin/autofs/automountd.c
100
strcat(newoptions, ",");
usr.sbin/autofs/automountd.c
103
strcat(newoptions, pair);
usr.sbin/cdcontrol/cdcontrol.c
1273
strcat (devbuf, DEFAULT_CD_PARTITION);
usr.sbin/config/main.c
384
strcat(cp, "/");
usr.sbin/config/main.c
385
strcat(cp, file);
usr.sbin/fdformat/fdformat.c
138
strcat(namebuff, suffix);
usr.sbin/kbdcontrol/kbdcontrol.c
142
strcat(buf, s2);
usr.sbin/kbdcontrol/kbdcontrol.c
143
strcat(buf, s3);
usr.sbin/kbdmap/kbdmap.c
367
strcat(cmd, " \"");
usr.sbin/kbdmap/kbdmap.c
368
strcat(cmd, km_sorted[i]->desc);
usr.sbin/kbdmap/kbdmap.c
369
strcat(cmd, "\"");
usr.sbin/kbdmap/kbdmap.c
370
strcat(cmd, " \"\"");
usr.sbin/kbdmap/kbdmap.c
373
strcat(cmd, " 2>");
usr.sbin/kbdmap/kbdmap.c
374
strcat(cmd, tmp_name);
usr.sbin/lpr/chkprintcap/skimprintcap.c
157
strcat(skim_entryname, "+");
usr.sbin/lpr/common_source/common.c
446
strcat(destp, savday);
usr.sbin/lpr/common_source/displayq.c
232
strcat(line, "\n");
usr.sbin/lpr/pac/pac.c
436
strcat(sumfile, "_sum");
usr.sbin/ngctl/config.c
72
strcat(buf, " ");
usr.sbin/ngctl/config.c
73
strcat(buf, av[i]);
usr.sbin/ppp/command.c
1171
strcat(buf, ": ");
usr.sbin/ppp/tty.c
560
strcat(buf, " carrier");
usr.sbin/pppctl/pppctl.c
440
strcat(Buffer, "\n");
usr.sbin/pw/edgroup.c
66
strcat(grouptmp, ".new");
usr.sbin/pw/fileupd.c
91
strcat(file, ".new");
usr.sbin/pw/pw_user.c
359
strcat(passtmp, pwd->pw_passwd);
usr.sbin/ypserv/yp_dblookup.c
224
strcat(buf, "/");
usr.sbin/ypserv/yp_dblookup.c
225
strcat(buf, map);
usr.sbin/ypserv/yp_dblookup.c
354
strcat(buf, "/");
usr.sbin/ypserv/yp_dblookup.c
355
strcat(buf, map);
usr.sbin/ypserv/yp_dnslookup.c
91
strcat(result, " ");
usr.sbin/ypserv/yp_dnslookup.c
92
strcat(result, hp->h_aliases[i]);
usr.sbin/zic/zic.c
1803
strcat(result, "/");
usr.sbin/zic/zic.c
1926
strcat(result, ",");
usr.sbin/zic/zic.c
1934
strcat(result, ",");