Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dresource.d129 RLIMIT_FSIZE = 1, in nogc() enumerator
171 RLIMIT_FSIZE = 1,
228 RLIMIT_FSIZE = 1,
285 RLIMIT_FSIZE = 1,
343 RLIMIT_FSIZE = 1,
401 RLIMIT_FSIZE = 1,
456 RLIMIT_FSIZE = 1,
/netbsd-src/lib/libc/gen/
H A Dulimit.c54 if (getrlimit(RLIMIT_FSIZE, &rlimit) == 0) in ulimit()
60 if (setrlimit(RLIMIT_FSIZE, &rlimit) == 0) in ulimit()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dfile_limit.c73 if (getrlimit(RLIMIT_FSIZE, &rlim) < 0) in get_file_limit()
91 if (setrlimit(RLIMIT_FSIZE, &rlim) < 0) in set_file_limit()
/netbsd-src/bin/ksh/
H A Dc_ulimit.c66 #ifdef RLIMIT_FSIZE
67 { "file(blocks)", RLIMIT, RLIMIT_FSIZE, RLIMIT_FSIZE, 512, 'f' },
/netbsd-src/sys/kern/
H A Dkern_acct.c432 orlim = p->p_rlimit[RLIMIT_FSIZE]; in acct_process()
434 p->p_rlimit[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY; in acct_process()
435 p->p_rlimit[RLIMIT_FSIZE].rlim_max = RLIM_INFINITY; in acct_process()
494 p->p_rlimit[RLIMIT_FSIZE] = orlim; in acct_process()
H A Dvfs_vnops.c512 l->l_proc->p_rlimit[RLIMIT_FSIZE].rlim_cur) { in enforce_rlimit_fsize()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsandbox-rlimit.c64 if (setrlimit(RLIMIT_FSIZE, &rl_zero) == -1) in ssh_sandbox_child()
/netbsd-src/sys/sys/
H A Dresource.h89 #define RLIMIT_FSIZE 1 /* maximum file size */ macro
H A Dsysctl.h926 #define PROC_PID_LIMIT_FSIZE (RLIMIT_FSIZE+1)
/netbsd-src/sys/compat/linux/common/
H A Dlinux_limit.h79 return RLIMIT_FSIZE; in linux_to_bsd_limit()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dresource.c48 *rlim_resource = RLIMIT_FSIZE; in resource2rlim()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dresource.c
/netbsd-src/tests/lib/libc/sys/
H A Dt_setrlimit.c61 RLIMIT_FSIZE,
200 if (setrlimit(RLIMIT_FSIZE, &res) != 0) in ATF_TC_BODY()
/netbsd-src/sys/miscfs/procfs/
H A Dprocfs_limit.c57 { "Max file size", "bytes", RLIMIT_FSIZE },
/netbsd-src/lib/libutil/
H A Dpasswd.c215 (void)setrlimit(RLIMIT_FSIZE, &rlim); in pw_init()
H A Dlogin_cap.c417 { RLIMIT_FSIZE, R_CSIZE, "filesize", },
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dprivsep.c177 if (setrlimit(RLIMIT_FSIZE, &rzero) == -1) in ps_dropprivs()
/netbsd-src/sys/nfs/
H A Dnfs_bio.c488 l->l_proc->p_rlimit[RLIMIT_FSIZE].rlim_cur) { in nfs_write()
/netbsd-src/bin/csh/
H A Dfunc.c1101 { RLIMIT_FSIZE, "filesize", 1024, "kbytes" },
/netbsd-src/sys/ufs/chfs/
H A Dchfs_vnops.c826 l->l_proc->p_rlimit[RLIMIT_FSIZE].rlim_cur) { in chfs_write()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20044090 and setrlimit(RLIMIT_FSIZE).
H A Dconfigure75851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RLIMIT_FSIZE" >&5
75852 $as_echo_n "checking for RLIMIT_FSIZE... " >&6; }
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure74955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RLIMIT_FSIZE" >&5
74956 $as_echo_n "checking for RLIMIT_FSIZE... " >&6; }