/illumos-gate/usr/src/test/libc-tests/tests/stdio/ |
H A D | fileno.c | 51 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() 154 check_file(f, -1, "alternating memstream, fopen (fmemopen)"); in check_alternate() 161 check_file(f, fno_nextfd, "alternating memstream, fopen " in check_alternate() [all …]
|
/illumos-gate/usr/src/test/os-tests/tests/xsave/ |
H A D | mdb_xregs.ksh | 72 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 D | ctfstrip.c | 37 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 D | anal.c | 75 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 D | README | 303 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 D | misc.c | 41 check_file(char * filename) in check_file() function
|
H A D | netpr.h | 166 extern int check_file(char *);
|
H A D | netpr.c | 278 if ((filesize = check_file(job_data->filename)) == -1) { in main()
|
/illumos-gate/usr/src/cmd/auditreduce/ |
H A D | option.c | 80 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 D | builtins.c | 4533 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 D | zpool_vdev.c | 284 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 D | mon.c | 83 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 D | ChangeLog | 3481 check_file checks if the file FILE exists.
|