| /third_party/lib/acpica/source/components/tables/ |
| A D | tbfind.c | 103 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 D | strncpy.c | 5 char* strncpy(char* restrict d, const char* restrict s, size_t n) { in strncpy() function
|
| A D | rules.mk | 22 $(GET_LOCAL_DIR)/strncpy.c \
|
| /third_party/lib/acpica/source/tools/acpinames/ |
| A D | antables.c | 105 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 D | if_nametoindex.c | 14 strncpy(ifr.ifr_name, name, sizeof ifr.ifr_name); in if_nametoindex()
|
| A D | if_indextoname.c | 17 return r < 0 ? 0 : strncpy(name, ifr.ifr_name, IF_NAMESIZE); in if_indextoname()
|
| /third_party/ulib/ngunwind/src/ |
| A D | os-linux.c | 58 strncpy(path, mi.path, pathlen); in tdep_get_elf_image()
|
| A D | elfxx.c | 142 strncpy (buf, strtab + sym->st_name, buf_len); in elf_w()
|
| /third_party/uapp/dash/src/ |
| A D | tab.c | 95 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 D | dbfileio.c | 118 strncpy (AcpiGbl_DbDebugFilename, Name, in AcpiDbOpenDebugFile()
|
| /third_party/lib/acpica/source/compiler/ |
| A D | aslcodegen.c | 434 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 D | aslprintf.c | 189 strncpy (NewString, StartPosition, StringLength); in OpcParsePrintf() 278 strncpy (NewString, StartPosition, StringLength); in OpcParsePrintf()
|
| A D | dtio.c | 185 strncpy (ReturnString, Start, Length); in DtTrim() 316 strncpy (TmpName, Start, Length); in DtParseLine() 364 strncpy (TmpValue, Start, Length); in DtParseLine()
|
| A D | aslutils.c | 423 strncpy (Op->Asl.ParseOpName, UtGetOpName (Op->Asl.ParseOpcode), in UtSetParseOpName()
|
| A D | prscan.c | 1081 strncpy (Info->Argument, Argument, MAX_ARGUMENT_LENGTH); in PrPushDirective()
|
| /third_party/lib/acpica/source/tools/acpiexec/ |
| A D | aetables.c | 154 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 D | string.h | 21 char* strncpy(char* __restrict, const char* __restrict, size_t);
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acclib.h | 116 strncpy (
|
| /third_party/lib/acpica/source/components/parser/ |
| A D | psutils.c | 107 ACPI_DISASM_ONLY_MEMBERS (strncpy (Op->Common.AmlOpName, in AcpiPsInitOp()
|
| /third_party/lib/acpica/source/components/utilities/ |
| A D | utclib.c | 285 strncpy ( in strncpy() function
|
| A D | uttrack.c | 454 strncpy (Allocation->Module, Module, ACPI_MAX_MODULE_NAME); in AcpiUtTrackAllocation()
|
| /third_party/lib/acpica/source/components/executer/ |
| A D | exconvrt.c | 277 strncpy ((char *) NewBuf, (char *) ObjDesc->String.Pointer, in AcpiExConvertToBuffer()
|
| /third_party/lib/acpica/source/tools/acpihelp/ |
| A D | ahdecode.c | 170 strncpy (&Name[1], NamePrefix, 7); in AhFindPredefinedNames()
|
| /third_party/lib/acpica/source/components/dispatcher/ |
| A D | dsutils.c | 610 strncpy (ObjDesc->String.Pointer, NameString, NameLength); in AcpiDsCreateOperand()
|
| /third_party/uapp/dash/src/bltin/ |
| A D | zircon.c | 543 strncpy(buffer + total_length, arg, buffer_length - total_length - 1); in join()
|