/freebsd/sys/x86/x86/ |
H A D | identcpu.c | 289 strcat(cpu_model, "i486 "); in printcpuinfo() 294 strcat(cpu_model, "DX"); in printcpuinfo() 297 strcat(cpu_model, "SX"); in printcpuinfo() 300 strcat(cpu_model, "DX2"); in printcpuinfo() 303 strcat(cpu_model, "SL"); in printcpuinfo() 306 strcat(cpu_model, "SX2"); in printcpuinfo() 309 strcat(cpu_model, in printcpuinfo() 313 strcat(cpu_model, "DX4"); in printcpuinfo() 319 strcat(cpu_model, "Pentium"); in printcpuinfo() 322 strcat(cpu_model, " A-step"); in printcpuinfo() [all …]
|
/freebsd/usr.bin/whereis/ |
H A D | whereis.c | 240 strcat(cp, cpp[i]); in colonify() 241 strcat(cp, ":"); in colonify() 357 strcat(b, "/"); in defaults() 358 strcat(b, dirp->d_name); in defaults() 449 strcat(cp, "/"); in main() 450 strcat(cp, name); in main() 465 strcat(bin, " "); in main() 466 strcat(bin, cp); in main() 537 strcat(man, " "); in main() 538 strcat(man, cp2); in main() [all …]
|
/freebsd/lib/libc/amd64/string/ |
H A D | strcat.S | 21 ARCHFUNCS(strcat) 22 ARCHFUNC(strcat, scalar) 23 ARCHFUNC(strcat, baseline) 24 ENDARCHFUNCS(strcat) 26 ARCHENTRY(strcat, scalar) 179 ARCHEND(strcat, scalar) 187 ARCHENTRY(strcat, baseline) 201 ARCHEND(strcat, baseline)
|
/freebsd/usr.bin/stat/ |
H A D | stat.c | 956 (void)strcat(lfmt, "%"); in format1() 958 (void)strcat(lfmt, "#"); in format1() 960 (void)strcat(lfmt, " "); in format1() 962 (void)strcat(lfmt, "+"); in format1() 964 (void)strcat(lfmt, "-"); in format1() 966 (void)strcat(lfmt, "0"); in format1() 979 (void)strcat(lfmt, tmp); in format1() 981 (void)strcat(lfmt, "lld"); in format1() 1004 (void)strcat(lfmt, tmp); in format1() 1007 (void)strcat(lfmt, "lld"); in format1() [all …]
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslbtypes.c | 439 strcat (Buffer, "NoReturnValue"); in AnFormatBtype() 449 strcat (Buffer, "|"); in AnFormatBtype() 453 strcat (Buffer, AcpiUtGetTypeName (Type)); in AnFormatBtype() 462 strcat (Buffer, "|"); in AnFormatBtype() 466 strcat (Buffer, "Reference"); in AnFormatBtype() 474 strcat (Buffer, "|"); in AnFormatBtype() 477 strcat (Buffer, "Resource"); in AnFormatBtype()
|
H A D | cvcompiler.c | 242 strcat (FinalLineToken, LineToken); in CvProcessComment() 280 strcat (FinalCommentString, CommentString); in CvProcessComment() 354 strcat (FinalCommentString, CommentString); in CvProcessCommentType2() 358 strcat (FinalCommentString, " */"); in CvProcessCommentType2() 521 strcat (Position, FILE_SUFFIX_DISASSEMBLY); in CgWriteAmlDefBlockComment() 527 strcat (NewFilename, "."); in CgWriteAmlDefBlockComment() 528 strcat (NewFilename, FILE_SUFFIX_DISASSEMBLY); in CgWriteAmlDefBlockComment() 950 strcat (Str, ToAdd); in CvAppendInlineComment()
|
/freebsd/sys/dev/bxe/ |
H A D | bxe_debug.c | 211 strcat(buf, c); in bxe_dump_mem() 212 strcat(buf, ": "); in bxe_dump_mem() 216 strcat(buf, c); in bxe_dump_mem() 247 strcat(buf, c); in bxe_dump_mbuf_data() 248 strcat(buf, ": "); in bxe_dump_mbuf_data() 259 strcat(buf, c); in bxe_dump_mbuf_data() 260 strcat(buf, ": "); in bxe_dump_mbuf_data() 264 strcat(buf, c); in bxe_dump_mbuf_data() 273 strcat(buf, c); in bxe_dump_mbuf_data()
|
/freebsd/lib/libgssapi/ |
H A D | gss_oid_to_str.c | 98 strcat(bp, numstr); in gss_oid_to_str() 100 strcat(bp, numstr); in gss_oid_to_str() 107 strcat(bp, numstr); in gss_oid_to_str() 111 strcat(bp, "}"); in gss_oid_to_str()
|
/freebsd/lib/libc/locale/ |
H A D | ldpart.c | 86 strcat(filename, "/"); in __part_load_locale() 87 strcat(filename, name); in __part_load_locale() 88 strcat(filename, "/"); in __part_load_locale() 89 strcat(filename, category_filename); in __part_load_locale()
|
/freebsd/sys/contrib/openzfs/etc/systemd/system-generators/ |
H A D | zfs-mount-generator.c | 460 strcat(opts, ",atime,relatime"); in line_worker() 462 strcat(opts, ",atime,strictatime"); in line_worker() 468 strcat(opts, ",noatime"); in line_worker() 475 strcat(opts, ",dev"); in line_worker() 477 strcat(opts, ",nodev"); in line_worker() 484 strcat(opts, ",exec"); in line_worker() 486 strcat(opts, ",noexec"); in line_worker() 493 strcat(opts, ",ro"); in line_worker() 495 strcat(opts, ",rw"); in line_worker() 502 strcat(opts, ",suid"); in line_worker() [all …]
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | adfile.c | 210 strcat (FilenameBuf, FILE_SUFFIX_BINARY_TABLE); in AdGenerateFilename() 332 strcat (Position, Suffix); in FlGenerateFilename() 338 strcat (NewFilename, "."); in FlGenerateFilename() 339 strcat (NewFilename, Suffix); in FlGenerateFilename()
|
/freebsd/sbin/restore/ |
H A D | utilities.c | 346 (void) strcat(flagbuf, "|REMOVED"); in flagvalues() 348 (void) strcat(flagbuf, "|TMPNAME"); in flagvalues() 350 (void) strcat(flagbuf, "|EXTRACT"); in flagvalues() 352 (void) strcat(flagbuf, "|NEW"); in flagvalues() 354 (void) strcat(flagbuf, "|KEEP"); in flagvalues() 356 (void) strcat(flagbuf, "|EXISTED"); in flagvalues()
|
/freebsd/contrib/netbsd-tests/fs/vfs/ |
H A D | t_union.c | 32 strcat(pathb, "/"); in xput_tfile() 33 strcat(pathb, path); in xput_tfile() 49 strcat(pathb, "/"); in xread_tfile() 50 strcat(pathb, path); in xread_tfile()
|
/freebsd/usr.bin/top/ |
H A D | commands.c | 251 strcat(string, "; "); /* we know there's more */ in err_string() 287 strcat(str, ": "); in str_adderr() 288 strcat(str, msg); in str_adderr() 314 strcat(str, ", "); in str_addarg() 316 strcat(str, arg); in str_addarg()
|
/freebsd/lib/libc/string/ |
H A D | strcat.c | 34 #undef strcat /* _FORTIFY_SOURCE */ 37 strcat(char * __restrict s, const char * __restrict append) in strcat() function
|
/freebsd/lib/libc/aarch64/string/ |
H A D | strcat.c | 9 #undef strcat /* _FORTIFY_SOURCE */ 12 strcat(char * __restrict s, const char * __restrict append) in strcat() function
|
/freebsd/stand/i386/libi386/ |
H A D | biospci.c | 305 strcat(desc, ppi->pi_name); in biospci_addinfo() 306 strcat(desc, " "); in biospci_addinfo() 309 strcat(desc, psc->ps_name); in biospci_addinfo() 310 strcat(desc, " "); in biospci_addinfo() 313 strcat(desc, pc->pc_name); in biospci_addinfo()
|
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
H A D | h_getopt.c | 108 strcat(buf, arg); in main() 116 strcat(buf, arg); in main() 127 strcat(buf, arg); in main()
|
/freebsd/contrib/less/ |
H A D | lesskey.c | 149 strcat(pathname, PATHNAME_SEP); in mkpathname() 150 strcat(pathname, filename); in mkpathname() 304 strcat(env, drive); in main() 305 strcat(env, path); in main()
|
/freebsd/lib/libc/net/ |
H A D | hesiod.c | 188 strcat(bindname, "."); in hesiod_to_bind() 189 strcat(bindname, type); in hesiod_to_bind() 193 strcat(bindname, "."); in hesiod_to_bind() 194 strcat(bindname, ctx->lhs); in hesiod_to_bind() 197 strcat(bindname, "."); in hesiod_to_bind() 198 strcat(bindname, rhs); in hesiod_to_bind()
|
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | utpredef.c | 291 strcat (Buffer, &UtRtypeNames[i][j]); in AcpiUtGetExpectedReturnTypes() 509 strcat (Buffer, UtExternalTypeNames[ThisArgumentType] + SubIndex); in AcpiUtGetArgumentTypes() 548 strcat (Buffer, &(UtResourceTypeNames[i][SubIndex])); in AcpiUtGetResourceBitWidth()
|
/freebsd/contrib/tcsh/ |
H A D | ma.setp.c | 357 (void) strcat(new, pe->psuf); in tcsh_rcmd() 359 (void) strcat(new, pe->pdef); in tcsh_rcmd() 400 (void) strcat(new, pe->psuf); in icmd() 461 (void) strcat(new, pe->psuf); in insert() 563 (void) strcat(new, pe->psuf); in change() 585 (void) strcat(realkey, pe->psuf); in locate()
|
/freebsd/sys/contrib/zstd/examples/ |
H A D | simple_compression.c | 46 strcat(outSpace, filename); in createOutFilename_orDie() 47 strcat(outSpace, ".zst"); in createOutFilename_orDie()
|
/freebsd/usr.sbin/ngctl/ |
H A D | config.c | 76 strcat(buf, " "); in ConfigCmd() 77 strcat(buf, av[i]); in ConfigCmd()
|
/freebsd/libexec/bootpd/ |
H A D | bootpd.c | 764 strcat (tst, " "); in handle_request() 765 strcat (tst, hp->hostname->string); in handle_request() 766 strcat (tst, " &"); in handle_request() 878 strcat(clntpath, "/"); in handle_request() 879 strcat(clntpath, homedir); in handle_request() 884 strcat(clntpath, "/"); in handle_request() 885 strcat(clntpath, bootfile); in handle_request() 893 strcat(clntpath, "."); in handle_request() 894 strcat(clntpath, hp->hostname->string); in handle_request()
|