Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDsh.func.c1991 restrict_limit(double value) in restrict_limit() function
2004 # define restrict_limit(x) ((RLIM_TYPE) (x)) macro
2078 return restrict_limit((f * lp->limdiv) + 0.5); in getval()
2086 return f == 0.0 ? (RLIM_TYPE) 0 : restrict_limit((f * 60.0 + atof(short2str(cp + 1)))); in getval()
2158 return f == 0.0 ? (RLIM_TYPE) 0 : restrict_limit((f + 0.5)); in getval()