freebsd-dev/usr.bin/printf
Pedro F. Giffuni 76f66be6bf prinf: replace use of alloca with variable length array.
Use of alloca(3) is discouraged in FreeBSD. Using a VLA
is simple and should be more portable.

Requested by:	jilles
2014-05-10 22:27:01 +00:00
..
tests Migrate most of tools/regression/usr.bin/ to the new tests layout. 2014-03-16 08:04:06 +00:00
Makefile Use src.opts.mk in preference to bsd.own.mk except where we need stuff 2014-05-06 04:22:01 +00:00
printf.1 Add parameterized position handling to printf(1). 2014-04-21 22:47:18 +00:00
printf.c prinf: replace use of alloca with variable length array. 2014-05-10 22:27:01 +00:00