Lines Matching defs:max
409 int max,n, **fdptrs = shp->fdptrs;
415 max = strtol(astconf("OPEN_MAX",NiL,NiL),NiL,0);
416 if(fd >= max)
422 if(n > max)
423 n = max;
424 max = shp->gd->lim.open_max;
426 if(max)
427 memcpy(shp->sftable,sftable,max*sizeof(Sfio_t*));
429 if(max)
430 memcpy(shp->fdptrs,fdptrs,max*sizeof(int*));
432 if(max)
433 memcpy(shp->fdstatus,fdstatus,max);