Searched refs:KSH_RLIM_INFINITY (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dc_ulimit.c44 # define KSH_RLIM_INFINITY RLIM_INFINITY macro
46 # define KSH_RLIM_INFINITY ((rlim_t) 1 << (sizeof(rlim_t) * 8 - 1) - 1) macro
179 val = KSH_RLIM_INFINITY;

Completed in 100 milliseconds