freebsd-dev/lib/libc/xdr
Pedro F. Giffuni 89017bc259 libc/xdr: unsign some loop indexes.
Although usually small, values produced by nitems() are unsigned.
Unsign inxdeing variables related to nitems() macros to avoid
signed vs. unsigned comparisons.
2016-05-06 16:03:40 +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
xdr_array.c Use ANSI C prototypes. 2015-05-31 18:08:58 +00:00
xdr_float.c libc/xdr: unsign some loop indexes. 2016-05-06 16:03:40 +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
xdr.3
xdr.c Use ANSI C prototypes. 2015-05-31 18:08:58 +00:00