Searched refs:strcat (Results 1 - 25 of 33) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrcat.c3 char* strcat(char* restrict dest, const char* restrict src) { function
/fuchsia/zircon/kernel/lib/libc/string/
H A Dstrcat.c12 strcat(char *dest, char const *src) function
H A Drules.mk16 strcat \
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Daslbtypes.c331 strcat (Buffer, "NoReturnValue");
341 strcat (Buffer, "|");
345 strcat (Buffer, AcpiUtGetTypeName (Type));
354 strcat (Buffer, "|");
358 strcat (Buffer, "Reference");
366 strcat (Buffer, "|");
370 strcat (Buffer, "Resource");
H A Daslfiles.c158 strcat (NewDir->Dir, "/");
269 strcat (Pathname, "/");
271 strcat (Pathname, FilePathname);
H A Dasloffset.c375 strcat (MsgBuffer, &((char *) TargetPath.Pointer)[1]);
376 strcat (MsgBuffer, "\",");
H A Dasloptions.c825 strcat (OutBuffer, Token);
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Dadfile.c102 strcat (FilenameBuf, FILE_SUFFIX_BINARY_TABLE);
229 strcat (Position, Suffix);
235 strcat (NewFilename, ".");
236 strcat (NewFilename, Suffix);
H A Ddmtables.c215 strcat (NewFilename, ".aml");
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Doswindir.c117 strcat (FullWildcardSpec, "/");
118 strcat (FullWildcardSpec, WildcardSpec);
H A Dosunixdir.c166 strcat (temp_str, "/");
167 strcat (temp_str, dir_entry->d_name);
/fuchsia/zircon/third_party/lib/acpica/source/components/utilities/
H A Dutpredef.c183 strcat (Buffer, &UtRtypeNames[i][j]);
403 strcat (Buffer, UtExternalTypeNames[ThisArgumentType] + SubIndex);
442 strcat (Buffer, &(UtResourceTypeNames[i][SubIndex]));
H A Dutnonansi.c429 strcat (Dest, Source);
H A Dutclib.c80 * FUNCTION: strcat
414 * FUNCTION: strcat
426 strcat ( function
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstring.h21 char *strcat(char *, char const *);
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpidump/
H A Dapfiles.c186 strcat (Filename, InstanceStr);
189 strcat (Filename, FILE_SUFFIX_BINARY_TABLE);
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpisrc/
H A Dasfile.c571 strcat (Pathname, "/");
574 strcat (Pathname, Filename);
627 strcat (OutPathname, "/");
628 strcat (OutPathname, Filename);
690 strcat (SrcPath, "/");
691 strcat (SrcPath, Filename);
694 strcat (TgtPath, "/");
695 strcat (TgtPath, Filename);
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dacclib.h80 strcat (
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstring.h23 char* strcat(char* __restrict, const char* __restrict);
/fuchsia/zircon/system/utest/fs/
H A Dtest-overflow.c36 strcat(name, "/");
37 strcat(name, buf);
/fuchsia/zircon/third_party/lib/acpica/source/components/executer/
H A Dexmisc.c321 strcat (LocalOperand1->String.Pointer, TypeString);
322 strcat (LocalOperand1->String.Pointer, " Object]");
404 strcat (NewBuf, LocalOperand1->String.Pointer);
H A Dexnames.c225 strcat (NameString, CharBuf);
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dgetnameinfo.c109 strcat(buf, p);
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_proc_info-lsb.c195 strcat (newname, "/");
196 strcat (newname, linkbuf);
202 strcat (newname, "/.debug/");
203 strcat (newname, linkbuf);
210 strcat (newname, basedir);
211 strcat (newname, "/");
212 strcat (newname, linkbuf);
/fuchsia/zircon/system/core/netsvc/
H A Dnetfile.c86 strcat(netfile.filename, TMP_SUFFIX);

Completed in 180 milliseconds

12