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
Makefile
Makefile.depend
pathnames.h
strnsubst.c
xargs.1
xargs.c