Searched refs:UL_GETFSIZE (Results 1 – 4 of 4) sorted by relevance
69 # ifdef UL_GETFSIZE /* x/open */70 { "file(blocks)", ULIMIT, UL_GETFSIZE, UL_SETFSIZE, 1, 'f' },
35 #define UL_GETFSIZE 1 /* Get maximum file size */ macro
53 case UL_GETFSIZE: in ulimit()
65 if ((limit = ulimit(UL_GETFSIZE, 0)) < 0) in get_file_limit()