Home
last modified time | relevance | path

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

/acpica-latest/source/components/tables/
Dtbfind.c211 strncpy (Header.OemId, OemId, ACPI_OEM_ID_SIZE); in AcpiTbFindTable()
212 strncpy (Header.OemTableId, OemTableId, ACPI_OEM_TABLE_ID_SIZE); in AcpiTbFindTable()
/acpica-latest/source/compiler/
Ddtio.c288 strncpy (ReturnString, Start, Length); in DtTrim()
380 strncpy (TmpName, Start, Length); in DtParseLine()
428 strncpy (TmpValue, Start, Length); in DtParseLine()
Daslprintf.c297 strncpy (NewString, StartPosition, StringLength); in OpcParsePrintf()
386 strncpy (NewString, StartPosition, StringLength); in OpcParsePrintf()
Dprutils.c477 strncpy (AslGbl_MacroTokenReplaceBuffer, AslGbl_MacroTokenBuffer, Args->Offset[i]); in PrReplaceResizeSubstring()
/acpica-latest/source/components/utilities/
Dutnonansi.c356 strncpy (Dest, Source, DestSize); in AcpiUtSafeStrncpy()
Dutclib.c535 strncpy ( in strncpy() function
/acpica-latest/generate/lint/
Dco.lnt31 -esym(534,strncat,strncpy,unlink,write)
Dco-msc40.lnt82 -esym(534,strncat,strncpy,unlink,write)
Dco-msc60.lnt82 -esym(534,strncat,strncpy,unlink,write)
/acpica-latest/source/include/
Dacclib.h251 strncpy (
Dactypes.h676 #define ACPI_COPY_NAMESEG(dest,src) (strncpy (ACPI_CAST_PTR (char, (dest)), ACPI_CAST_PTR (char…
/acpica-latest/source/tools/acpixtract/
Dacpixtract.c207 strncpy (UpperSignature, Signature, ACPI_NAMESEG_SIZE); in AxExtractTables()
/acpica-latest/source/components/executer/
Dexconvrt.c390 strncpy ((char *) NewBuf, (char *) ObjDesc->String.Pointer, in AcpiExConvertToBuffer()
/acpica-latest/source/common/
Dadisasm.c461 strncpy (Table->Signature, AcpiGbl_TableSig, ACPI_NAMESEG_SIZE); in AdDisassembleOneTable()
/acpica-latest/documents/
Dchanges.txt1399 iASL: Removed some uses of strncpy and replaced with memmove. The strncpy
2169 strncpy: AcpiUtSafeStrncpy. The intent is to at least prevent the
2171 strncpy.
6283 rather than using a strncpy. With assistance from Zheng Lv.