libbsd/test
Guillem Jover f41fdcf186 Add funopen() function
This is a wrapper over the glibc fopencookie() function.

We diverge from the FreeBSD, OpenBSD and DragonFlyBSD declarations,
because seekfn() there wrongly uses fpos_t, assuming it's an integral
type, and any code using that on a system where fpos_t is a struct
(such as GNU-based systems or NetBSD) will fail to build. In which case,
as the code has to be modified anyway, we might just as well use the
correct declaration.
2013-10-21 05:35:44 +02:00
..
.gitignore Add funopen() function 2013-10-21 05:35:44 +02:00
endian.c test: Add a unit test for endian encoder/decoder 2012-05-29 04:51:16 +02:00
fgetln.c test: Add new fgetln() and fgetwln() unit test 2013-05-27 02:49:28 +02:00
funopen.c Add funopen() function 2013-10-21 05:35:44 +02:00
headers.c test: Add new headers unit test 2012-05-29 04:36:23 +02:00
humanize.c Fix dehumanize_number() to correctly detect overflows 2013-10-21 05:29:37 +02:00
Makefile.am Add funopen() function 2013-10-21 05:35:44 +02:00
overlay.c test: Add new overlay unit test 2012-05-29 04:51:04 +02:00
proctitle.c test: Try setting and getting an environment variable after setproctitle() 2013-06-08 18:08:58 +02:00