aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xargs/strnsubst.c
Commit message (Expand)AuthorAgeFilesLines
* userland: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* Follow calloc convention in other code, this is functionally identicalXin LI2013-01-051-1/+1
* Handle maxsize==0 in such a way that we don't modify the string.Juli Mallett2005-12-301-0/+12
* Modify behaviour of `xargs -I` in order to:Colin Percival2004-10-181-2/+2
* Check for results of repeated calls to strnsubst(), as well as for theJuli Mallett2002-06-221-6/+17
* Allow the input line to be NULL, and teach strnsubst() that NULL means to useJuli Mallett2002-05-301-0/+5
* Fix a bug whereby we were getting ~0 and comparing it to maxsize, i.e. ifJuli Mallett2002-05-031-1/+1
* *str is spelled 's1' inside the body of the code.Juli Mallett2002-05-021-4/+2
* Rework some of the -I support so I can't find a way to make xargs(1) core orJuli Mallett2002-05-021-0/+5
* After 3 months...Juli Mallett2002-04-191-0/+78