Searched refs:check_file (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/tools/ctf/ctfstrip/ |
H A D | ctfstrip.c | 36 static boolean_t check_file(const char *, mode_t *); 57 if (!check_file(*p, &mode)) 67 check_file(const char *filename, mode_t *mode) function
|
/illumos-gate/usr/src/cmd/lp/model/netpr/ |
H A D | misc.c | 43 check_file(char * filename) function
|
H A D | netpr.h | 168 extern int check_file(char *);
|
H A D | netpr.c | 286 if ((filesize = check_file(job_data->filename)) == -1) {
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | anal.c | 38 * check_file . (static) look for changes and queue file for reconciliation 76 static errmask_t check_file(struct file *fp); 152 errs |= check_file(fp); 335 * check_file 355 check_file(struct file *fp) function 433 errs |= check_file(cp);
|
/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 */ 950 * .func check_file - check filename and setup fcb. 959 * .call ret = check_file(fcb, do_check). 966 check_file(audit_fcb_t *fcb, int do_check) function
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 281 check_file(const char *file, boolean_t force, boolean_t isspare) function 1070 ret = check_file(path, force, isspare);
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 4583 auto int check_file (char *file); 4588 int check_file (char *file) 4741 if (! check_file (stage1)) 4746 if (! check_file (stage1)) 4753 if (! check_file (stage1)) 4763 if (! check_file (stage2)) 4779 if (check_file (stage1_5)) 4535 int check_file (char *file) function
|
/illumos-gate/usr/src/lib/storage/liba5k/common/ |
H A D | mon.c | 82 static int check_file(int, int, uchar_t **, int); 4087 check_file(int fd, int verbose, uchar_t **buf_ptr, int dl_info_offset) function 4259 err = check_file(file_fd, verbose, &buf, FW_DL_INFO); 4431 if (err = check_file(file_fd, verbose, &buf_ptr, FW_DL_INFO)) {
|
Completed in 433 milliseconds