Searched refs:strncpy (Results 1 – 15 of 15) sorted by relevance
/acpica-latest/source/components/tables/ |
D | tbfind.c | 211 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/ |
D | dtio.c | 288 strncpy (ReturnString, Start, Length); in DtTrim() 380 strncpy (TmpName, Start, Length); in DtParseLine() 428 strncpy (TmpValue, Start, Length); in DtParseLine()
|
D | aslprintf.c | 297 strncpy (NewString, StartPosition, StringLength); in OpcParsePrintf() 386 strncpy (NewString, StartPosition, StringLength); in OpcParsePrintf()
|
D | prutils.c | 477 strncpy (AslGbl_MacroTokenReplaceBuffer, AslGbl_MacroTokenBuffer, Args->Offset[i]); in PrReplaceResizeSubstring()
|
/acpica-latest/source/components/utilities/ |
D | utnonansi.c | 356 strncpy (Dest, Source, DestSize); in AcpiUtSafeStrncpy()
|
D | utclib.c | 535 strncpy ( in strncpy() function
|
/acpica-latest/generate/lint/ |
D | co.lnt | 31 -esym(534,strncat,strncpy,unlink,write)
|
D | co-msc40.lnt | 82 -esym(534,strncat,strncpy,unlink,write)
|
D | co-msc60.lnt | 82 -esym(534,strncat,strncpy,unlink,write)
|
/acpica-latest/source/include/ |
D | acclib.h | 251 strncpy (
|
D | actypes.h | 676 #define ACPI_COPY_NAMESEG(dest,src) (strncpy (ACPI_CAST_PTR (char, (dest)), ACPI_CAST_PTR (char…
|
/acpica-latest/source/tools/acpixtract/ |
D | acpixtract.c | 207 strncpy (UpperSignature, Signature, ACPI_NAMESEG_SIZE); in AxExtractTables()
|
/acpica-latest/source/components/executer/ |
D | exconvrt.c | 390 strncpy ((char *) NewBuf, (char *) ObjDesc->String.Pointer, in AcpiExConvertToBuffer()
|
/acpica-latest/source/common/ |
D | adisasm.c | 461 strncpy (Table->Signature, AcpiGbl_TableSig, ACPI_NAMESEG_SIZE); in AdDisassembleOneTable()
|
/acpica-latest/documents/ |
D | changes.txt | 1399 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.
|