Home
last modified time | relevance | path

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

12

/f-stack/freebsd/x86/x86/
H A Didentcpu.c291 strcat(cpu_model, "DX"); in printcpuinfo()
294 strcat(cpu_model, "SX"); in printcpuinfo()
300 strcat(cpu_model, "SL"); in printcpuinfo()
306 strcat(cpu_model, in printcpuinfo()
364 strcat(cpu_model, in printcpuinfo()
372 strcat(cpu_model, in printcpuinfo()
404 strcat(cpu_model, "EM64T"); in printcpuinfo()
450 strcat(cpu_model, "K6"); in printcpuinfo()
456 strcat(cpu_model, "K6-2"); in printcpuinfo()
487 strcat(cpu_model, "GXm"); in printcpuinfo()
[all …]
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslbtypes.c439 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 Dcvcompiler.c242 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()
H A Dasloffset.c482 strcat (AslGbl_MsgBuffer, &((char *) TargetPath.Pointer)[1]); in LsEmitOffsetTableEntry()
483 strcat (AslGbl_MsgBuffer, "\","); in LsEmitOffsetTableEntry()
H A Daslfiles.c529 strcat (NewDir->Dir, "/"); in FlAddIncludeDirectory()
640 strcat (Pathname, "/"); in FlMergePathnames()
642 strcat (Pathname, FilePathname); in FlMergePathnames()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlobject.c196 strcat(out, "..."); in luaO_chunkid()
198 strcat(out, source); in luaO_chunkid()
207 strcat(out, "..."); in luaO_chunkid()
210 strcat(out, source); in luaO_chunkid()
211 strcat(out, "\"]"); in luaO_chunkid()
/f-stack/freebsd/contrib/dev/acpica/common/
H A Dadfile.c210 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()
/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutpredef.c291 strcat (Buffer, &UtRtypeNames[i][j]); in AcpiUtGetExpectedReturnTypes()
509 strcat (Buffer, UtExternalTypeNames[ThisArgumentType] + SubIndex); in AcpiUtGetArgumentTypes()
548 strcat (Buffer, &(UtResourceTypeNames[i][SubIndex])); in AcpiUtGetResourceBitWidth()
H A Dutnonansi.c323 strcat (Dest, Source); in AcpiUtSafeStrcat()
/f-stack/freebsd/contrib/zstd/examples/
H A Dsimple_compression.c46 strcat(outSpace, filename); in createOutFilename_orDie()
47 strcat(outSpace, ".zst"); in createOutFilename_orDie()
H A Ddictionary_compression.c65 strcat(outSpace, filename); in createOutFilename_orDie()
66 strcat(outSpace, ".zst"); in createOutFilename_orDie()
H A Dstreaming_compression.c100 strcat(outSpace, filename); in createOutFilename_orDie()
101 strcat(outSpace, ".zst"); in createOutFilename_orDie()
H A Dmultiple_streaming_compression.c122 strcat(ofnBuffer, ifn); in main()
123 strcat(ofnBuffer, ".zst"); in main()
H A Dstreaming_compression_thread_pool.c122 strcat(outSpace, filename); in createOutFilename_orDie()
123 strcat(outSpace, ".zst"); in createOutFilename_orDie()
/f-stack/tools/ngctl/
H A Dconfig.c78 strcat(buf, " "); in ConfigCmd()
79 strcat(buf, av[i]); in ConfigCmd()
/f-stack/freebsd/contrib/dev/acpica/components/executer/
H A Dexconcat.c385 strcat (Buffer, LocalOperand1->String.Pointer); in AcpiExDoConcatenate()
473 strcat (ReturnDesc->String.Pointer, TypeString); in AcpiExConvertToObjectTypeString()
474 strcat (ReturnDesc->String.Pointer, " Object]"); in AcpiExConvertToObjectTypeString()
/f-stack/lib/
H A Dff_config.c794 strcat(temp, temp2); in dpdk_args_setup()
799 strcat(temp, temp2); in dpdk_args_setup()
804 strcat(temp, temp2); in dpdk_args_setup()
809 strcat(temp, temp2); in dpdk_args_setup()
833 strcat(temp, temp2); in dpdk_args_setup()
839 strcat(temp, temp2); in dpdk_args_setup()
845 strcat(temp, temp2); in dpdk_args_setup()
851 strcat(temp, temp2); in dpdk_args_setup()
857 strcat(temp, temp2); in dpdk_args_setup()
863 strcat(temp, temp2); in dpdk_args_setup()
[all …]
/f-stack/freebsd/contrib/dev/acpica/components/namespace/
H A Dnsnames.c575 strcat (FullPath, PrefixPath); in AcpiNsBuildPrefixedPathname()
578 strcat (FullPath, "."); in AcpiNsBuildPrefixedPathname()
583 strcat (FullPath, ExternalPath); in AcpiNsBuildPrefixedPathname()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_device_path_os.c56 (void) strcat(path, "-part1"); in zfs_append_partition()
63 (void) strcat(path, "p1"); in zfs_append_partition()
66 (void) strcat(path, "1"); in zfs_append_partition()
/f-stack/freebsd/libkern/
H A Dstrcat.c38 strcat(char * __restrict s, const char * __restrict append) in strcat() function
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_flow.c165 strcat(string, ".dst"); in dpaa2_prot_field_string()
167 strcat(string, ".src"); in dpaa2_prot_field_string()
175 strcat(string, ".tci"); in dpaa2_prot_field_string()
181 strcat(string, ".src"); in dpaa2_prot_field_string()
183 strcat(string, ".dst"); in dpaa2_prot_field_string()
191 strcat(string, ".src"); in dpaa2_prot_field_string()
193 strcat(string, ".dst"); in dpaa2_prot_field_string()
199 strcat(string, ".src"); in dpaa2_prot_field_string()
201 strcat(string, ".dst"); in dpaa2_prot_field_string()
215 strcat(string, ".src"); in dpaa2_prot_field_string()
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libshare/os/linux/
H A Dnfs.c297 strcat(new_linux_opts, ","); in add_linux_shareopt()
299 strcat(new_linux_opts, key); in add_linux_shareopt()
302 strcat(new_linux_opts, "="); in add_linux_shareopt()
303 strcat(new_linux_opts, value); in add_linux_shareopt()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/dir_rd_update/
H A Ddir_rd_update.c72 (void) strcat(&dirpath[strlen(dirpath)], "TMP_DIR"); in main()
/f-stack/freebsd/contrib/openzfs/contrib/pam_zfs_key/
H A Dpam_zfs_key.c514 strcat(ret, config->homes_prefix); in zfs_key_config_get_dataset()
515 strcat(ret, "/"); in zfs_key_config_get_dataset()
516 strcat(ret, config->username); in zfs_key_config_get_dataset()
547 strcat(counter_path, runtime_path); in zfs_key_config_modify_session_counter()
/f-stack/freebsd/kern/
H A Dkern_intr.c207 strcat(ie->ie_fullname, " "); in intr_event_update()
208 strcat(ie->ie_fullname, ih->ih_name); in intr_event_update()
227 strcat(ie->ie_fullname, (missed == 0) ? " " : "-"); in intr_event_update()
228 strcat(ie->ie_fullname, &ih->ih_name[missed]); in intr_event_update()
240 strcat(ie->ie_fullname, " +"); in intr_event_update()
243 strcat(ie->ie_fullname, "+"); in intr_event_update()

12