Lines Matching refs:open
132 /* get initial open file limits */
140 /* show initial open file limits */
154 * open more than soft limit file descriptors will fail.
182 /* get current open file limits */
190 /* show current open file limits */
205 * This implies that any file descriptor which is open
213 * open. System conditions that could make the test fail should
246 /* set the number of file descriptors we will try to open */
306 fprintf(stderr, "trying to open %s file descriptors\n", strbuff);
308 /* open a dummy descriptor */
310 fd[0] = open(DEV_NULL, O_RDONLY);
373 fprintf(stderr, "%s file descriptors open\n", strbuff);
428 msnprintf(strbuff, sizeof(strbuff), "fopen fails with %s fds open",
431 msnprintf(strbuff, sizeof(strbuff), "fopen fails with lots of fds open");
471 /* run the test with the bunch of open file descriptors