| /src/lib/libc/gen/ |
| ulimit.c | 54 if (getrlimit(RLIMIT_FSIZE, &rlimit) == 0) 60 if (setrlimit(RLIMIT_FSIZE, &rlimit) == 0)
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| file_limit.c | 73 if (getrlimit(RLIMIT_FSIZE, &rlim) < 0) 91 if (setrlimit(RLIMIT_FSIZE, &rlim) < 0)
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| resource.d | 66 RLIMIT_FSIZE, 129 RLIMIT_FSIZE = 1, 171 RLIMIT_FSIZE = 1, 228 RLIMIT_FSIZE = 1, 285 RLIMIT_FSIZE = 1, 343 RLIMIT_FSIZE = 1, 401 RLIMIT_FSIZE = 1, 456 RLIMIT_FSIZE = 1,
|
| /src/bin/ksh/ |
| c_ulimit.c | 66 #ifdef RLIMIT_FSIZE 67 { "file(blocks)", RLIMIT, RLIMIT_FSIZE, RLIMIT_FSIZE, 512, 'f' }, 68 #else /* RLIMIT_FSIZE */ 78 #endif /* RLIMIT_FSIZE */
|
| /src/sys/sys/ |
| resource.h | 89 #define RLIMIT_FSIZE 1 /* maximum file size */
|
| sysctl.h | 933 #define PROC_PID_LIMIT_FSIZE (RLIMIT_FSIZE+1)
|
| /src/sys/compat/linux/common/ |
| linux_limit.h | 79 return RLIMIT_FSIZE;
|
| /src/sys/kern/ |
| kern_acct.c | 434 orlim = p->p_rlimit[RLIMIT_FSIZE]; 436 p->p_rlimit[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY; 437 p->p_rlimit[RLIMIT_FSIZE].rlim_max = RLIM_INFINITY; 496 p->p_rlimit[RLIMIT_FSIZE] = orlim;
|
| vfs_vnops.c | 512 l->l_proc->p_rlimit[RLIMIT_FSIZE].rlim_cur) {
|
| /src/bin/pax/ |
| pax.c | 403 if (getrlimit(RLIMIT_FSIZE , &reslimit) == 0){ 405 (void)setrlimit(RLIMIT_FSIZE , &reslimit);
|
| /src/sys/miscfs/procfs/ |
| procfs_limit.c | 57 { "Max file size", "bytes", RLIMIT_FSIZE },
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| resource.c | 48 *rlim_resource = RLIMIT_FSIZE;
|
| /src/bin/sh/ |
| miscbltin.c | 555 #ifdef RLIMIT_FSIZE 556 { "file", "blocks", 'f', RLIMIT_FSIZE, 512 },
|
| /src/tests/lib/libc/sys/ |
| t_setrlimit.c | 61 RLIMIT_FSIZE, 178 atf_tc_set_md_var(tc, "descr", "Test setrlimit(2), RLIMIT_FSIZE"); 200 if (setrlimit(RLIMIT_FSIZE, &res) != 0) 221 atf_tc_fail("RLIMIT_FSIZE not enforced");
|
| /src/lib/libutil/ |
| passwd.c | 215 (void)setrlimit(RLIMIT_FSIZE, &rlim);
|
| login_cap.c | 417 { RLIMIT_FSIZE, R_CSIZE, "filesize", },
|
| /src/external/bsd/dhcpcd/dist/src/ |
| privsep.c | 185 if (setrlimit(RLIMIT_FSIZE, &rzero) == -1) 186 logerr("setrlimit RLIMIT_FSIZE");
|
| /src/sys/nfs/ |
| nfs_bio.c | 488 l->l_proc->p_rlimit[RLIMIT_FSIZE].rlim_cur) {
|
| /src/sys/ufs/chfs/ |
| chfs_vnops.c | 826 l->l_proc->p_rlimit[RLIMIT_FSIZE].rlim_cur) {
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/ |
| configure | [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| configure | [all...] |