freebsd-dev/usr.bin/xargs
Yuri Pankov 21ef48af5c xargs: improve foundeof check for -E
4aeb63826e got it almost correct (we can't use strcmp() here as
current argument isn't guaranteed to be NUL-terminated), but we also
need to check that current argument length is equal to that of eofstr.

PR:		270867
Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D39583
2023-04-17 22:20:03 +02:00
..
tests xargs: fix exit code when using -P 2022-10-17 10:39:04 +00:00
Makefile pkgbase: Put more binaries/lib in runtime 2021-12-21 10:17:27 +01:00
Makefile.depend
pathnames.h
strnsubst.c xargs: fix description of strnsubst return value 2022-07-05 16:27:15 +01:00
xargs.1 xargs: add some long options for GNU compatibility 2020-09-21 17:06:36 +00:00
xargs.c xargs: improve foundeof check for -E 2023-04-17 22:20:03 +02:00