| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| H A D | resource.d | 129 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 D | ulimit.c | 54 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 D | file_limit.c | 73 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 D | c_ulimit.c | 66 #ifdef RLIMIT_FSIZE 67 { "file(blocks)", RLIMIT, RLIMIT_FSIZE, RLIMIT_FSIZE, 512, 'f' },
|
| /netbsd-src/sys/kern/ |
| H A D | kern_acct.c | 432 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 D | vfs_vnops.c | 512 l->l_proc->p_rlimit[RLIMIT_FSIZE].rlim_cur) { in enforce_rlimit_fsize()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sandbox-rlimit.c | 64 if (setrlimit(RLIMIT_FSIZE, &rl_zero) == -1) in ssh_sandbox_child()
|
| /netbsd-src/sys/sys/ |
| H A D | resource.h | 89 #define RLIMIT_FSIZE 1 /* maximum file size */ macro
|
| H A D | sysctl.h | 926 #define PROC_PID_LIMIT_FSIZE (RLIMIT_FSIZE+1)
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_limit.h | 79 return RLIMIT_FSIZE; in linux_to_bsd_limit()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| H A D | resource.c | 48 *rlim_resource = RLIMIT_FSIZE; in resource2rlim()
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/ |
| H A D | resource.c | |
| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_setrlimit.c | 61 RLIMIT_FSIZE, 200 if (setrlimit(RLIMIT_FSIZE, &res) != 0) in ATF_TC_BODY()
|
| /netbsd-src/sys/miscfs/procfs/ |
| H A D | procfs_limit.c | 57 { "Max file size", "bytes", RLIMIT_FSIZE },
|
| /netbsd-src/lib/libutil/ |
| H A D | passwd.c | 215 (void)setrlimit(RLIMIT_FSIZE, &rlim); in pw_init()
|
| H A D | login_cap.c | 417 { RLIMIT_FSIZE, R_CSIZE, "filesize", },
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | privsep.c | 177 if (setrlimit(RLIMIT_FSIZE, &rzero) == -1) in ps_dropprivs()
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_bio.c | 488 l->l_proc->p_rlimit[RLIMIT_FSIZE].rlim_cur) { in nfs_write()
|
| /netbsd-src/bin/csh/ |
| H A D | func.c | 1101 { RLIMIT_FSIZE, "filesize", 1024, "kbytes" },
|
| /netbsd-src/sys/ufs/chfs/ |
| H A D | chfs_vnops.c | 826 l->l_proc->p_rlimit[RLIMIT_FSIZE].rlim_cur) { in chfs_write()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2004 | 4090 and setrlimit(RLIMIT_FSIZE).
|
| H A D | configure | 75851 { $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 D | configure | 74955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RLIMIT_FSIZE" >&5 74956 $as_echo_n "checking for RLIMIT_FSIZE... " >&6; }
|