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

/ast/src/lib/libcmd/
H A Dfds.c167 int open_max; local
213 if ((open_max = getconf("OPEN_MAX")) <= 0)
214 open_max = OPEN_MAX;
219 for (i = 0; i <= open_max; i++)
/ast/src/cmd/ksh93/sh/
H A Dio.c413 if(fd < shp->gd->lim.open_max)
424 max = shp->gd->lim.open_max;
436 shp->gd->lim.open_max = n;
442 return(fd < shp->gd->lim.open_max && shp->fdptrs[fd]);
608 if(f2 >= shp->gd->lim.open_max)
675 if(f2>=shp->gd->lim.open_max)
690 if(fd >= shp->gd->lim.open_max)
849 if(fd >= shp->gd->lim.open_max)
874 if(fdold >= shp->gd->lim.open_max)
1219 if(fn>=shp->gd->lim.open_max
[all...]
H A Dsubshell.c682 if(fd >= shp->gd->lim.open_max)
H A Dxec.c1386 for(fd=0; fd < shp->gd->lim.open_max; fd++)
/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c384 for(i=0; i< sh.lim.open_max; i++)
/ast/src/cmd/ksh93/include/
H A Ddefs.h103 int open_max; /* maximum number of file descriptors */ member in struct:limits
/ast/src/cmd/nmake/
H A Dparse.c1916 int open_max; local
1919 if ((open_max = (int)strtol(astconf("OPEN_MAX", NiL, NiL), NiL, 0)) <= 0)
1920 open_max = OPEN_MAX;
1921 for (i = 0; i <= open_max; i++)

Completed in 37 milliseconds