Home
last modified time | relevance | path

Searched refs:RLIMIT_FSIZE (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dresource.h102 #define RLIMIT_FSIZE 1 /* maximum file size */ macro
/f-stack/freebsd/sys/
H A Dresource.h105 #define RLIMIT_FSIZE 1 /* maximum file size */ macro
/f-stack/tools/libutil/
H A Dlogin_class.c56 { "filesize", login_getcapsize, RLIMIT_FSIZE },
H A Dpw_util.c135 (void)setrlimit(RLIMIT_FSIZE, &rlim); in pw_init()
/f-stack/freebsd/kern/
H A Dvfs_vnops.c2297 lim_cur(td, RLIMIT_FSIZE)) { in vn_rlimit_fsize()