freebsd-dev/lib/libc/locale
Warner Losh e8420087b0 Replace memory leaking instances of realloc with non-leaking reallocf.
In some cases replace if (a == null) a = malloc(x); else a =
realloc(a, x); with simple reallocf(a, x).  Per ANSI-C, this is
guaranteed to be the same thing.

I've been running these on my system here w/o ill effects for some
time.  However, the CTM-express is at part 6 of 34 for the CAM
changes, so I've not been able to do a build world with the CAM in the
tree with these changes.  Shouldn't impact anything, but...
1998-09-16 04:17:47 +00:00
..
ansi.c
big5.c Add missing #include of <sys.types.h> 1998-08-15 20:53:34 +00:00
collate.c Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
collate.h
collcmp.c
ctype.3
ctype.c
euc.4
euc.5
euc.c Include string.h for memcpy function prototype. 1998-01-14 08:14:56 +00:00
frune.c
isalnum.3
isalpha.3
isascii.3
isblank.3
iscntrl.3
isctype.c
isdigit.3
isgraph.3
islower.3
isprint.3
ispunct.3
isspace.3
isupper.3
isxdigit.3
lconv.c
localeconv.c
Makefile.inc I have added the support for BIG5 encoding into libc/libxpg4/mklocale. 1998-08-15 12:51:49 +00:00
mbrune.3
mbrune.c
mskanji.c
multibyte.3
nomacros.c
none.c
rune.3
rune.c
runetype.c
setinvalidrune.c
setlocale.3 Sort cross references. 1998-08-31 16:41:09 +00:00
setlocale.c Basic support for LC_MESSAGES 1998-04-29 22:39:56 +00:00
setlocale.h
setrunelocale.c I have added the support for BIG5 encoding into libc/libxpg4/mklocale. 1998-08-15 12:51:49 +00:00
table.c
toascii.3
tolower.3
tolower.c
toupper.3
toupper.c
utf2.4
utf2.5
utf2.c