Searched refs:setlim (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cpp | 92 static void setlim(int res, rlim_t lim) { in setlim() function 137 setlim(RLIMIT_STACK, (rlim_t)limit); in SetStackSizeLimitInBytes() 147 setlim(RLIMIT_AS, RLIM_INFINITY); in SetAddressSpaceUnlimited()
|
/freebsd/contrib/tcsh/ |
H A D | sh.func.c | 2023 static int setlim (struct limits *, int, RLIM_TYPE); 2088 if (setlim(lp, hard, limit) < 0) in dolimit() 2308 if (setlim(lp, hard, (RLIM_TYPE) RLIM_INFINITY) < 0) in dounlimit() 2316 if (setlim(lp, hard, (RLIM_TYPE) RLIM_INFINITY) < 0 && !force) in dounlimit() 2322 setlim(struct limits *lp, int hard, RLIM_TYPE limit) function
|
/freebsd/crypto/heimdal/include/ |
H A D | config.h.in | 740 /* Define to 1 if you have the `setlim' function. */
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1999 | 1693 setlim; check for auth modules; siad.h, getpwnam_r;
|
H A D | configure | 27097 for ac_func in getudbnam setlim
|