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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dxargs.c4 * Options are supported: "-prtx -n max_arg -s max_chars -e[ouf_str]"
384 char *max_args, *max_chars; local
397 opt = getopt32(argv, OPTION_STR, &max_args, &max_chars, &eof_str);
416 n_max_chars = xatoul_range(max_chars, 1, orig_arg_max);
433 max_chars = xmalloc(n_max_chars);
441 while ((list = read_args(list, eof_str, n_max_chars, max_chars)) != NULL ||
507 free(max_chars);
518 fprintf(stderr, "Usage: %s [-p] [-r] [-t] -[x] [-n max_arg] [-s max_chars]\n",

Completed in 40 milliseconds