Home
last modified time | relevance | path

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

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