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