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

/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c113 static int N_ARGS = 0; variable
219 N_ARGS = 0;
241 N_ARGS = 0;
263 N_ARGS = 0;
281 N_ARGS = 0;
295 if ((N_ARGS = atoi(optarg)) <= 0) {
299 LEGAL = DASHX || N_ARGS == 1;
430 (N_ARGS && (N_args >= N_ARGS))) {
481 (PER_LINE && N_lines == 0 || N_ARGS
[all...]

Completed in 69 milliseconds