Home
last modified time | relevance | path

Searched refs:errmask_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Ddatabase.h245 errmask_t read_baseline(char *);
246 errmask_t write_baseline(char *);
254 errmask_t read_rules(char *);
255 errmask_t write_rules(char *);
260 errmask_t add_restr(char *);
272 errmask_t analyze(void);
273 errmask_t find_renames(struct file *);
274 errmask_t reconcile(struct file *);
280 errmask_t do_copy(struct file *, side_t);
281 errmask_t do_remove(struct file *, side_t);
[all …]
H A Drules.c59 static errmask_t rw_base(FILE *file, struct base *bp);
60 static errmask_t rw_header(FILE *file);
96 errmask_t
99 errmask_t errs = 0; in read_rules()
284 errmask_t
287 errmask_t errs = 0; in write_rules()
352 static errmask_t rw_header(FILE *file) in rw_header()
487 errmask_t
500 errmask_t
540 errmask_t
[all …]
H A Deval.c77 static errmask_t add_run(struct base *, char *);
113 errmask_t
115 { errmask_t errs = 0; in evaluate()
243 static errmask_t
246 errmask_t errs = 0; in add_file_arg()
367 static errmask_t
369 { errmask_t errs = 0; in eval_file()
873 static errmask_t
876 errmask_t errs = 0; in add_glob()
942 static errmask_t
[all …]
H A Drename.c66 static errmask_t
88 errmask_t
91 errmask_t errs = 0; in find_renames()
217 static errmask_t
222 errmask_t errs = 0; in note_rename()
H A Dbase.c67 static errmask_t bw_header(FILE *); /* write out baseline header */
69 static errmask_t bw_file(FILE *, struct file *, int);
322 errmask_t
325 errmask_t errs = 0; in read_baseline()
663 errmask_t
666 errmask_t errs = 0; in write_baseline()
730 static errmask_t
763 static errmask_t
766 errmask_t errs = 0; in bw_base()
806 static errmask_t
[all …]
H A Dmain.c61 static errmask_t findfiles(); /* find rule and baseline files */
63 static errmask_t check_access(char *, int *); /* check access to file */
121 errmask_t errs = ERR_OK; in main()
492 static errmask_t
497 errmask_t errs = 0; in findfiles()
588 cleanup(errmask_t errmask) in cleanup()
625 static errmask_t
H A Daction.c97 static errmask_t copy(char *, char *, int);
122 errmask_t
127 errmask_t errs = 0; in do_like()
389 errmask_t
405 errmask_t errs = 0; in do_copy()
850 errmask_t
855 errmask_t errs = 0; in do_remove()
936 errmask_t
941 errmask_t errs = 0; in do_rename()
1064 static errmask_t
[all …]
H A Dfilesync.h96 typedef int errmask_t; /* type for error masks */ typedef
H A Danal.c75 static errmask_t check_file(struct file *fp);
109 errmask_t
353 static errmask_t
H A Drecon.c121 errmask_t
123 { errmask_t errs = 0; in reconcile()