Searched refs:BUFLIM (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c112 static int BUFLIM = BUFSIZE; variable
305 BUFLIM = atoi(optarg);
306 if (BUFLIM > BUFSIZE || BUFLIM <= 0) {
405 if ((n_inserts == 0) && (linesize >= BUFLIM)) {
470 if (linesize >= BUFLIM) {
543 if (((arg - xarg) + len) > BUFLIM) {
544 EMSG2(ARG2LONG, BUFLIM);

Completed in 58 milliseconds