nasm/stdlib
H. Peter Anvin 81b62b9f54 Eliminate filename length restrictions, remote ofmt->filename()
Get rid of remaining dependencies on FILENAME_MAX, which ought to have
been removed a long time ago.

Remove ofmt->filename(); all implementations pretty much do the same
thing and there is absolutely no reason to duplicate that
functionality all over the place.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2017-12-20 13:38:20 -08:00
..
snprintf.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
strlcpy.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
strnlen.c nasmlib: break up nasmlib.c into logical components 2016-05-25 05:43:49 -07:00
strrchrnul.c Eliminate filename length restrictions, remote ofmt->filename() 2017-12-20 13:38:20 -08:00
vsnprintf.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00