..
aarch32
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
fix(libc): memset inclusion to libc makefiles
2024-02-02 09:49:01 +01:00
libc_asm.mk
fix(libc): add memcpy_s source file to libc_asm mk
2024-01-30 12:15:15 +01:00
libc_common.mk
fix(libc): memset inclusion to libc makefiles
2024-02-02 09:49:01 +01: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
memset.c
chore: update to use Arm word across TF-A
2023-08-08 15:12:30 +01:00
printf.c
feat(libc): add printf support for space padding
2023-11-29 12:48:42 -06: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
strlcpy.c
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
strtok.c
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