Searched refs:rlim (Results 1 – 1 of 1) sorted by relevance
66 struct rlimit rlim = { .rlim_max = 32768 }; in at() local67 getrlimit(RLIMIT_NOFILE, &rlim); in at()68 rlim_t max = rlim.rlim_max; in at()