Changeset 93115 in vbox for trunk/src/VBox/Runtime/common/string/watcom
- Timestamp:
- Jan 1, 2022 11:31:46 AM (3 years ago)
- Location:
- trunk/src/VBox/Runtime/common/string/watcom
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/watcom/bzero.asm
r82968 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/string/watcom/memchr.asm
r82968 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/string/watcom/memcmp.asm
r82968 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/string/watcom/memcpy.asm
r82968 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/string/watcom/memmove.asm
r82968 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/string/watcom/mempcpy.asm
r82968 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/string/watcom/memrchr.asm
r82968 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/string/watcom/memset.asm
r82968 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/string/watcom/strchr.asm
r82968 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/string/watcom/strcmp.asm
r82968 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/string/watcom/strcpy.asm
r82968 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/string/watcom/strlen.asm
r82968 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/string/watcom/strncmp.asm
r82968 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/string/watcom/strncpy.asm
r82968 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.