Searched refs:arg_max (Results 1 – 3 of 3) sorted by relevance
104 long arg_max; /* max arg+env exec() size */ member
1104 shp->lim.arg_max = getconf("ARG_MAX"); in sh_init()1110 if(shp->lim.arg_max <=0) in sh_init()1111 shp->lim.arg_max = ARG_MAX; in sh_init()
161 size = sh.lim.arg_max-1024; in path_xargs()