Home
last modified time | relevance | path

Searched refs:limconst (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/tcsh/
H A Dsh.func.c2120 if (lp->limconst != RLIMIT_CPU) in getval()
2124 if (lp->limconst != RLIMIT_CPU) in getval()
2132 if (lp->limconst == RLIMIT_CPU) { in getval()
2143 if (lp->limconst != RLIMIT_CPU) in getval()
2153 if (lp->limconst == RLIMIT_CPU) in getval()
2161 if (lp->limconst == RLIMIT_CPU) in getval()
2170 if (lp->limconst == RLIMIT_CPU) in getval()
2178 if (lp->limconst == RLIMIT_CPU) in getval()
2239 limit = ulimit(lp->limconst, 0); in plim()
2241 if (lp->limconst == RLIMIT_DATA) in plim()
[all …]
H A Dsh.h1052 int limconst; member