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

/netbsd-6-1-5-RELEASE/include/
H A Dulimit.h35 #define UL_GETFSIZE 1 /* Get maximum file size */ macro
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dulimit.c53 case UL_GETFSIZE:
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dfile_limit.c65 if ((limit = ulimit(UL_GETFSIZE, 0)) < 0)
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dc_ulimit.c68 # ifdef UL_GETFSIZE /* x/open */
69 { "file(blocks)", ULIMIT, UL_GETFSIZE, UL_SETFSIZE, 1, 'f' },
70 # else /* UL_GETFSIZE */
76 # endif /* UL_GETFSIZE */

Completed in 70 milliseconds