Searched hist:f058359ba5e08c555d7e6f192217f890b83cd46c (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/xargs/ |
H A D | strnsubst.c | diff f058359ba5e08c555d7e6f192217f890b83cd46c Tue Jul 05 17:03:51 CEST 2022 Tom Jones <thj@FreeBSD.org> xargs: terminate if line replacement cannot be constructed
If the line with replacement cannot be constructed xargs should terminate as documented in the man page
We encounter this error, but gnu/xargs doesn't because they have a much larger limit for created outputs (~10000 lines).
Reviewed by: oshogbo Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D35574
|
H A D | xargs.c | diff f058359ba5e08c555d7e6f192217f890b83cd46c Tue Jul 05 17:03:51 CEST 2022 Tom Jones <thj@FreeBSD.org> xargs: terminate if line replacement cannot be constructed
If the line with replacement cannot be constructed xargs should terminate as documented in the man page
We encounter this error, but gnu/xargs doesn't because they have a much larger limit for created outputs (~10000 lines).
Reviewed by: oshogbo Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D35574
|