Searched refs:Max_filesz (Results 1 – 1 of 1) sorted by relevance
498 static off_t Max_filesz; /* from getrlimit */ variable5523 if ((Max_filesz != RLIM_INFINITY) && in openout()5524 (Max_filesz < (G_p->g_filesz >> 9))) { in openout()5531 (off_t)(G_p->g_filesz - (Max_filesz << 9))); in openout()6736 Max_filesz = (off_t)rlim.rlim_cur; in setup()