arm-trusted-firmware/lib/libc
Govindraj Raja 4c700c1563 chore: update to use Arm word across TF-A
Align entire TF-A to use Arm in copyright header.

Change-Id: Ief9992169efdab61d0da6bd8c5180de7a4bc2244
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
2023-08-08 15:12:30 +01:00
..
aarch32 plat/arm: Introduce and use libc_asm.mk makefile 2020-09-02 16:21:34 +00:00
aarch64 chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
abort.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
assert.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
exit.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
libc.mk chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
libc_asm.mk libc: Import strtoull from FreeBSD project 2021-02-03 10:36:33 -06:00
memchr.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
memcmp.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
memcpy.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
memcpy_s.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
memmove.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
memrchr.c libc: add memrchr 2019-12-11 08:51:26 +01:00
memset.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
printf.c feat(libc): add %X to printf/snprintf 2023-07-13 13:37:38 -07:00
putchar.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
puts.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
snprintf.c feat(libc): add %c to printf/snprintf 2023-05-11 10:32:28 +01:00
strchr.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
strcmp.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
strlcat.c libc: Import strlcat from FreeBSD project 2020-09-09 13:48:04 -05:00
strlcpy.c libc: Adapt strlcpy to this codebase 2018-11-02 13:41:33 +00:00
strlen.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
strncmp.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
strnlen.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
strrchr.c libc: Integrate strrchr in libc 2018-10-23 18:27:45 +01:00
strtok.c libc: Import strtok_r from FreeBSD project 2020-09-18 11:58:41 -05:00
strtol.c libc: Import strtol from FreeBSD project 2021-02-03 10:36:33 -06:00
strtoll.c libc: Import strtoll from FreeBSD project 2021-02-03 10:36:33 -06:00
strtoul.c libc: Import strtoul from FreeBSD project 2021-02-03 10:36:33 -06:00
strtoull.c libc: Import strtoull from FreeBSD project 2021-02-03 10:36:33 -06:00