mirror of https://github.com/mirror/busybox.git
5a728cfdfe
utility.c :: cstring_alloc() utility.c :: cstring_lineFromFile() /* they're at the bottom */ so that I could read in lines of arbitrary length from FILE*s (instead of using fgets(huge_ass_buffer,...)). + I tested it out on sort, and it seems to be fine. |
||
---|---|---|
.. | ||
basename.c | ||
cat.c | ||
chroot.c | ||
date.c | ||
dd.c | ||
df.c | ||
dirname.c | ||
du.c | ||
echo.c | ||
head.c | ||
hostid.c | ||
length.c | ||
ln.c | ||
logname.c | ||
ls.c | ||
mkdir.c | ||
mkfifo.c | ||
mknod.c | ||
printf.c | ||
pwd.c | ||
rm.c | ||
rmdir.c | ||
sleep.c | ||
sort.c | ||
sync.c | ||
tail.c | ||
tee.c | ||
test.c | ||
touch.c | ||
tr.c | ||
tty.c | ||
uname.c | ||
uniq.c | ||
usleep.c | ||
wc.c | ||
whoami.c | ||
yes.c |