Home
last modified time | relevance | path

Searched refs:strncpy (Results 1 – 25 of 31) sorted by relevance

12

/third_party/lib/acpica/source/components/tables/
A Dtbfind.c103 strncpy (Header.OemId, OemId, ACPI_OEM_ID_SIZE); in AcpiTbFindTable()
104 strncpy (Header.OemTableId, OemTableId, ACPI_OEM_TABLE_ID_SIZE); in AcpiTbFindTable()
/third_party/ulib/musl/src/string/
A Dstrncpy.c5 char* strncpy(char* restrict d, const char* restrict s, size_t n) { in strncpy() function
A Drules.mk22 $(GET_LOCAL_DIR)/strncpy.c \
/third_party/lib/acpica/source/tools/acpinames/
A Dantables.c105 strncpy (Header->OemId, "Intel", ACPI_OEM_ID_SIZE); in AnInitializeTableHeader()
106 strncpy (Header->OemTableId, "AcpiName", ACPI_OEM_TABLE_ID_SIZE); in AnInitializeTableHeader()
107 strncpy (Header->AslCompilerId, "INTL", ACPI_NAME_SIZE); in AnInitializeTableHeader()
/third_party/ulib/musl/src/network/
A Dif_nametoindex.c14 strncpy(ifr.ifr_name, name, sizeof ifr.ifr_name); in if_nametoindex()
A Dif_indextoname.c17 return r < 0 ? 0 : strncpy(name, ifr.ifr_name, IF_NAMESIZE); in if_indextoname()
/third_party/ulib/ngunwind/src/
A Dos-linux.c58 strncpy(path, mi.path, pathlen); in tdep_get_elf_image()
A Delfxx.c142 strncpy (buf, strtab + sym->st_name, buf_len); in elf_w()
/third_party/uapp/dash/src/
A Dtab.c95 strncpy(completion, state->line_prefix, sizeof(completion)); in complete_at_dir()
121 strncpy(buf, line, sizeof(buf)); in tab_complete()
/third_party/lib/acpica/source/components/debugger/
A Ddbfileio.c118 strncpy (AcpiGbl_DbDebugFilename, Name, in AcpiDbOpenDebugFile()
/third_party/lib/acpica/source/compiler/
A Daslcodegen.c434 strncpy (TableHeader.Signature, Child->Asl.Value.String, 4); in CgWriteTableHeader()
451 strncpy (TableHeader.OemId, Child->Asl.Value.String, 6); in CgWriteTableHeader()
456 strncpy (TableHeader.OemTableId, Child->Asl.Value.String, 8); in CgWriteTableHeader()
A Daslprintf.c189 strncpy (NewString, StartPosition, StringLength); in OpcParsePrintf()
278 strncpy (NewString, StartPosition, StringLength); in OpcParsePrintf()
A Ddtio.c185 strncpy (ReturnString, Start, Length); in DtTrim()
316 strncpy (TmpName, Start, Length); in DtParseLine()
364 strncpy (TmpValue, Start, Length); in DtParseLine()
A Daslutils.c423 strncpy (Op->Asl.ParseOpName, UtGetOpName (Op->Asl.ParseOpcode), in UtSetParseOpName()
A Dprscan.c1081 strncpy (Info->Argument, Argument, MAX_ARGUMENT_LENGTH); in PrPushDirective()
/third_party/lib/acpica/source/tools/acpiexec/
A Daetables.c154 strncpy (Header->OemId, "Intel", ACPI_OEM_ID_SIZE); in AeInitializeTableHeader()
155 strncpy (Header->OemTableId, "AcpiExec", ACPI_OEM_TABLE_ID_SIZE); in AeInitializeTableHeader()
156 strncpy (Header->AslCompilerId, "INTL", ACPI_NAME_SIZE); in AeInitializeTableHeader()
/third_party/ulib/musl/include/
A Dstring.h21 char* strncpy(char* __restrict, const char* __restrict, size_t);
/third_party/lib/acpica/source/include/acpica/
A Dacclib.h116 strncpy (
/third_party/lib/acpica/source/components/parser/
A Dpsutils.c107 ACPI_DISASM_ONLY_MEMBERS (strncpy (Op->Common.AmlOpName, in AcpiPsInitOp()
/third_party/lib/acpica/source/components/utilities/
A Dutclib.c285 strncpy ( in strncpy() function
A Duttrack.c454 strncpy (Allocation->Module, Module, ACPI_MAX_MODULE_NAME); in AcpiUtTrackAllocation()
/third_party/lib/acpica/source/components/executer/
A Dexconvrt.c277 strncpy ((char *) NewBuf, (char *) ObjDesc->String.Pointer, in AcpiExConvertToBuffer()
/third_party/lib/acpica/source/tools/acpihelp/
A Dahdecode.c170 strncpy (&Name[1], NamePrefix, 7); in AhFindPredefinedNames()
/third_party/lib/acpica/source/components/dispatcher/
A Ddsutils.c610 strncpy (ObjDesc->String.Pointer, NameString, NameLength); in AcpiDsCreateOperand()
/third_party/uapp/dash/src/bltin/
A Dzircon.c543 strncpy(buffer + total_length, arg, buffer_length - total_length - 1); in join()

Completed in 30 milliseconds

12