check_file
static int check_file(audit_fcb_t *, int);
if (check_file(fcb, mode)) { /* check file name */
errs |= check_file(fp);
errs |= check_file(cp);
static errmask_t check_file(struct file *fp);
if ((filesize = check_file(job_data->filename)) == -1) {
extern int check_file(char *);
ret = check_file(path, force, isspare);
auto int check_file (char *file);
int check_file (char *file)
if (! check_file (stage1))
if (! check_file (stage1))
if (! check_file (stage1))
if (! check_file (stage2))
if (check_file (stage1_5))
err = check_file(file_fd, verbose, &buf, FW_DL_INFO);
if (err = check_file(file_fd, verbose, &buf_ptr, FW_DL_INFO)) {
static int check_file(int, int, uchar_t **, int);
check_file(fmem, -1, "basic fmemopen()");
check_file(omem, -1, "basic open_memstream()");
check_file(wmem, -1, "basic open_wmemstream()");
check_file(f, fd, "fdopen");
check_file(f, dupfd, "fdopen of dup2'd file");
check_file(f, fno_nextfd, "freopen dup2'd FILE *");
check_file(f, -1, "alternating memstream, fopen (fmemopen)");
check_file(f, fno_nextfd, "alternating memstream, fopen "
check_file(f, -1, "alternating memstream, fopen (wmemstream)");
check_file(f, fno_nextfd, "alternating memstream, fopen "
check_file(f, fno_nextfd, "alternating memstream, fopen "
check_file(stdin, STDIN_FILENO, "default stdin fd is correct");
check_file(stdout, STDOUT_FILENO, "default stdout fd is correct");
check_file(stderr, STDERR_FILENO, "default stderr fd is correct");
check_file(f, fdbase, "Consecutive FDs");
static boolean_t check_file(const char *, mode_t *);
if (!check_file(*p, &mode))