opnsense-src/lib/libc/xdr
Pedro F. Giffuni bf51882a09 libc: make some more use of the nitems() macro.
We have an nitems() macro in the <sys/param.h> header that is
convenient to re-use as it makes things easier to read.
Given that it is available already without adding additional
headers and other parts of libc already use it, extend a bit
more its use.
2016-04-16 17:52:00 +00:00
..
Makefile.inc Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} 2014-03-04 02:19:39 +00:00
Symbol.map - Add xdr_sizeof(3) to libc 2011-07-09 07:43:56 +00:00
xdr.3 Add a HISTORY section 2011-07-10 06:57:00 +00:00
xdr.c Use ANSI C prototypes. 2015-05-31 18:08:58 +00:00
xdr_array.c Use ANSI C prototypes. 2015-05-31 18:08:58 +00:00
xdr_float.c libc: make some more use of the nitems() macro. 2016-04-16 17:52:00 +00:00
xdr_mem.c libc: replace 0 with NULL for pointers. 2016-04-10 19:33:58 +00:00
xdr_rec.c Use ANSI C prototypes. 2015-05-31 18:08:58 +00:00
xdr_reference.c Use ANSI C prototypes. 2015-05-31 18:08:58 +00:00
xdr_sizeof.c Use proper prototype for harmless(). 2015-05-31 19:09:24 +00:00
xdr_stdio.c Use ANSI C prototypes. 2015-05-31 18:08:58 +00:00