Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/filesync/
H A Ddatabase.h247 errmask_t read_baseline(char *);
248 errmask_t write_baseline(char *);
256 errmask_t read_rules(char *);
257 errmask_t write_rules(char *);
258 errmask_t add_include(struct base *, char *);
259 errmask_t add_ignore(struct base *, char *);
262 errmask_t add_restr(char *);
273 errmask_t evaluate(struct base *, side_t, bool_t);
274 errmask_t analyze(void);
275 errmask_t find_renames(struct file *);
[all …]
H A Drules.c60 static errmask_t rw_base(FILE *file, struct base *bp);
61 static errmask_t rw_header(FILE *file);
62 static errmask_t add_rule(struct base *, int, const char *);
97 errmask_t
100 errmask_t errs = 0; in read_rules()
285 errmask_t
288 errmask_t errs = 0; in write_rules()
353 static errmask_t rw_header(FILE *file) in rw_header()
386 static errmask_t rw_base(FILE *file, struct base *bp) in rw_base()
430 static errmask_t add_rule(struct base *bp, int flags, const char *args) in add_rule()
[all …]
H A Deval.c75 static errmask_t eval_file(struct base *, struct file *);
76 static errmask_t add_file_arg(struct base *, char *);
78 static errmask_t add_glob(struct base *, char *);
79 static errmask_t add_run(struct base *, char *);
115 errmask_t
117 { errmask_t errs = 0; in evaluate()
245 static errmask_t
248 errmask_t errs = 0; in add_file_arg()
369 static errmask_t
371 { errmask_t errs = 0; in eval_file()
[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 */
68 static errmask_t bw_base(FILE *, struct base *); /* write out one base */
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()
[all …]
H A Dmain.c63 static errmask_t findfiles(); /* find rule and baseline files */
65 static errmask_t check_access(char *, int *); /* check access to file */
123 errmask_t errs = ERR_OK; in main()
494 static errmask_t
499 errmask_t errs = 0; in findfiles()
590 cleanup(errmask_t errmask) in cleanup()
627 static errmask_t
H A Daction.c96 static errmask_t copy(char *, char *, int);
121 errmask_t
126 errmask_t errs = 0; in do_like()
388 errmask_t
404 errmask_t errs = 0; in do_copy()
849 errmask_t
854 errmask_t errs = 0; in do_remove()
935 errmask_t
940 errmask_t errs = 0; in do_rename()
1063 static errmask_t
[all …]
H A Dfilesync.h97 typedef int errmask_t; /* type for error masks */ typedef
H A Danal.c76 static errmask_t check_file(struct file *fp);
110 errmask_t
354 static errmask_t
H A Drecon.c121 errmask_t
123 { errmask_t errs = 0; in reconcile()