busybox/coreutils
Mark Whitley 3950596e1e Converted option parsing to using getopt(). Also managed to remove an
extraneous logic loop that existed only for the purpose of the special case of
only one file. I replaced it with a variable to keep track of the number of
files read.
2000-07-20 00:08:10 +00:00
..
basename.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
cat.c Moved functions used by "lsmod" from cat.c to utility.c 2000-07-17 20:18:42 +00:00
chroot.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
cut.c Centralize handling of --help. 2000-07-19 19:24:01 +00:00
date.c The result of getopt() is "int" and should be treated as such 2000-07-17 16:17:19 +00:00
dd.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
df.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
dirname.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
du.c The result of getopt() is "int" and should be treated as such 2000-07-17 16:17:19 +00:00
echo.c The result of getopt() is "int" and should be treated as such 2000-07-17 16:17:19 +00:00
head.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
hostid.c Centralize handling of --help. 2000-07-19 19:24:01 +00:00
id.c Whoops. Forgot to #include <getopt.h>. 2000-07-20 00:03:38 +00:00
length.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
ln.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
logname.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
ls.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
md5sum.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
mkdir.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
mkfifo.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
mknod.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
printf.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
pwd.c Centralize handling of --help. 2000-07-19 19:24:01 +00:00
rm.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
rmdir.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
sleep.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
sort.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
sync.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
tail.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
tee.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
test.c Centralize handling of --help. 2000-07-19 19:24:01 +00:00
touch.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
tr.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
tty.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
uname.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
uniq.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
usleep.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
uudecode.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
uuencode.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
wc.c Converted option parsing to using getopt(). Also managed to remove an 2000-07-20 00:08:10 +00:00
whoami.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
yes.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00