arm-trusted-firmware/lib/stdlib
Roberto Vargas d52be21f03 Use standard UNIX file:line format in assert
This format is understood by almost all the UNIX tools (vi, emacs, acme, ...),
and it allows these tools to jump directly to the line where the assert
failed.

Change-Id: I648fa93c7cc65f911a17dcad5e1a775ac1ae5ed4
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
2017-07-19 05:57:40 +01:00
..
abort.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
assert.c Use standard UNIX file:line format in assert 2017-07-19 05:57:40 +01:00
exit.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
mem.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
printf.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
putchar.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
puts.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
sscanf.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
stdlib.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
strchr.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
strcmp.c stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
strlen.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
strncmp.c Add IO abstraction framework 2014-02-17 18:51:43 +00:00
strnlen.c Add strnlen() to local C library 2017-01-24 10:28:41 +00:00
subr_prf.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
timingsafe_bcmp.c stdlib: Import timingsafe_bcmp() from FreeBSD 2017-01-24 14:42:12 +00:00