Home
last modified time | relevance | path

Searched refs:check_file (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dfileno.c51 check_file(FILE *fp, int fd, const char *msg) in check_file() function
75 check_file(f, fdbase, "Consecutive FDs"); in check_open_n()
102 check_file(fmem, -1, "basic fmemopen()"); in check_memstream()
103 check_file(omem, -1, "basic open_memstream()"); in check_memstream()
104 check_file(wmem, -1, "basic open_wmemstream()"); in check_memstream()
123 check_file(f, fd, "fdopen"); in check_fdopen()
132 check_file(f, dupfd, "fdopen of dup2'd file"); in check_fdopen()
138 check_file(f, fno_nextfd, "freopen dup2'd FILE *"); in check_fdopen()
161 check_file(f, fno_nextfd, "alternating memstream, fopen " in check_alternate()
177 check_file(f, fno_nextfd, "alternating memstream, fopen " in check_alternate()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dmdb_xregs.ksh72 check_file() function
134 check_file $check $output "extracted core matches"
160 check_file "$check" "$fpregs.lwp" "$isa-bit $fpu_type ::fpregs (lwp)"
161 check_file "$check" "$fpregs.lwp" "$isa-bit $fpu_type ::fpregs (thread)"
/illumos-gate/usr/src/tools/ctf/ctfstrip/
H A Dctfstrip.c37 static boolean_t check_file(const char *, mode_t *);
58 if (!check_file(*p, &mode)) in main()
68 check_file(const char *filename, mode_t *mode) in check_file() function
/illumos-gate/usr/src/cmd/filesync/
H A Danal.c75 static errmask_t check_file(struct file *fp);
151 errs |= check_file(fp); in analyze()
354 check_file(struct file *fp) in check_file() function
432 errs |= check_file(cp); in check_file()
H A DREADME303 in anal.c: read analyze, check_file, check_changes & queue_file
365 check_file
368 anal.c:check_file
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dmisc.c41 check_file(char * filename) in check_file() function
H A Dnetpr.h166 extern int check_file(char *);
H A Dnetpr.c278 if ((filesize = check_file(job_data->filename)) == -1) { in main()
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c80 static int check_file(audit_fcb_t *, int);
888 if (check_file(fcb, mode)) { /* check file name */ in proc_file()
966 check_file(audit_fcb_t *fcb, int do_check) in check_file() function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4533 auto int check_file (char *file); in setup_func()
4538 int check_file (char *file) in setup_func()
4691 if (! check_file (stage1)) in setup_func()
4696 if (! check_file (stage1)) in setup_func()
4703 if (! check_file (stage1)) in setup_func()
4713 if (! check_file (stage2)) in setup_func()
4729 if (check_file (stage1_5)) in setup_func()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c284 check_file(const char *file, boolean_t force, boolean_t isspare) in check_file() function
1197 ret = check_file(path, force, isspare); in is_device_in_use()
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c83 static int check_file(int, int, uchar_t **, int);
4086 check_file(int fd, int verbose, uchar_t **buf_ptr, int dl_info_offset) in check_file() function
4258 err = check_file(file_fd, verbose, &buf, FW_DL_INFO); in l_check_file()
4430 if (err = check_file(file_fd, verbose, &buf_ptr, FW_DL_INFO)) { in l_download()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3481 check_file checks if the file FILE exists.