Home
last modified time | relevance | path

Searched refs:arg_max (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/include/
H A Ddefs.h104 long arg_max; /* max arg+env exec() size */ member
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dinit.c1104 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()
H A Dpath.c161 size = sh.lim.arg_max-1024; in path_xargs()