NetBSD/lib/libc/stdlib
2007-12-12 17:56:10 +00:00
..
_rand48.c
_strtoimax.c
_strtoll.c
_strtoull.c
_strtoumax.c
a64l.3
a64l.c
abort.3
abort.c
abs.3
abs.c
alloca.3
atexit.3
atexit.c Keep track of atexit functions that are added while processing 2007-08-08 01:05:34 +00:00
atexit.h
atof.3
atof.c
atoi.3
atoi.c
atol.3
atol.c
atoll.3
atoll.c
bsearch.3
bsearch.c
div.3
div.c
drand48.c
erand48_ieee754.c switch byteorder of seed to match previous (and documented) behaviour 2006-03-31 11:42:31 +00:00
erand48.c <math.h> is just needed for the ldexp() call in erand48() - 2006-03-22 20:52:16 +00:00
exit.3
exit.c Build a local copy of exit that doesn't call __cxa_finalize. It's not 2007-10-30 17:19:59 +00:00
getenv.3
getenv.c
getopt_long.3 Document that getopt_long(3) can and will accept unique abbreviated long 2007-07-02 17:56:17 +00:00
getopt_long.c always compile getopt_long. some ifdef reduction. more to come. 2007-11-09 03:29:20 +00:00
getopt.3
getopt.c
getsubopt.3
getsubopt.c
grantpt.3
hcreate.3
hcreate.c
heapsort.c
insque.3
insque.c
jemalloc.c - use a non localized version of strerror_r. 2007-12-04 17:43:51 +00:00
jrand48.c
l64a.c
labs.3
labs.c
lcong48.c
ldiv.3
ldiv.c
Lint_abs.c
Lint_div.c
Lint_labs.c
Lint_ldiv.c
Lint_llabs.c
llabs.3
llabs.c
lldiv.3
lldiv.c
local.h
lrand48.c
lsearch.3
lsearch.c
Makefile.inc Sync phk malloc.c with the latest one from FreeBSD. This gives us the 2007-11-28 21:55:14 +00:00
malloc.3 we don't have reallocf. 2007-10-15 11:18:44 +00:00
malloc.c make this compile again 2007-12-12 17:56:10 +00:00
memory.3
merge.c
mrand48.c
nrand48.c
posix_memalign.3 Enable posix_memalign(). 2007-11-19 14:48:41 +00:00
posix_openpt.3
posix_openpt.c
ptsname.3
pty.c
putenv.c
qabs.3
qabs.c
qdiv.3
qdiv.c
qsort.3
qsort.c Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 21:11:15 +00:00
radixsort.3
radixsort.c Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 21:11:15 +00:00
rand48.3 correct multiplicand in pseudorandom generation 2006-03-31 11:43:54 +00:00
rand48.h <math.h> is just needed for the ldexp() call in erand48() - 2006-03-22 20:52:16 +00:00
rand_r.c
rand.3 Xref rnd(4). 2006-03-24 16:14:42 +00:00
rand.c
random.3
remque.c
seed48.c
setenv.c
srand48.c
strfmon.3
strfmon.c Coverity CID 1560: Don't leak memory when multiple currency symbols are present 2006-03-19 01:50:49 +00:00
strsuftoll.3 Use IEC 60027-2 prefixes for 2^n based prefixes. 2007-04-12 06:50:39 +00:00
strsuftoll.c Use IEC 60027-2 prefixes for 2^n based prefixes. 2007-04-12 06:50:39 +00:00
strtod.3 Add HISTORY: The strtof() and strtold() functions appeared in NetBSD 2007-10-24 13:42:10 +00:00
strtoimax.c remove bogus (void)&var; From Anon Ymous 2006-12-18 00:40:14 +00:00
strtol.3
strtol.c
strtoq.c remove bogus (void)&var; From Anon Ymous 2006-12-18 00:40:14 +00:00
strtoul.3
strtouq.c
system.3 Add xref to shquote(3), suggested by joerg. Bump date. 2007-08-02 23:45:10 +00:00
system.c Correctly recover signal state if failed trying to set it. 2006-10-07 22:16:19 +00:00
tdelete.c Coverity CID 2528: Don't delete the node we are about to return. 2006-03-19 01:12:08 +00:00
tfind.c
tsearch.3 Fix twalk()s 3rd argument name so that it matches rest of manpage and 2007-12-07 07:33:13 +00:00
tsearch.c
twalk.c
unlockpt.3
unsetenv.c