mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
1925cb245c
it easier to understand. Making it easy to understand isn't all that easy, so litter the code with comments so some other poor soul can come along some day and work on this if they see fit to do so. Avoid calling strlen(3) to check for a nil-string, when we can just check for *str=='\0'. Approved by: src/tools/regression/usr.bin/xargs/ |
||
---|---|---|
.. | ||
Makefile | ||
pathnames.h | ||
strnsubst.c | ||
xargs.1 | ||
xargs.c |