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