ignore_error      309 libutil/xargs.c 	xp->ignore_error = 0;
ignore_error      431 libutil/xargs.c 		if (pclose(xp->pipe) != 0 && !xp->ignore_error)
ignore_error      444 libutil/xargs.c 			if (pclose(xp->pipe) != 0 && !xp->ignore_error)
ignore_error       65 libutil/xargs.h 	int ignore_error;