Lines Matching defs:bool_t
68 } bool_t;
125 extern bool_t opt_acls; /* enable acl checking/preservation */
126 extern bool_t opt_mtime; /* preserve modification times */
127 extern bool_t opt_notouch; /* don't actually make any changes */
131 extern bool_t opt_everything; /* everything must agree (modes/uid/gid) */
132 extern bool_t opt_quiet; /* stiffle reconciliaton descriptions */
133 extern bool_t opt_verbose; /* generate analysis commentary */
134 extern bool_t opt_errors; /* simulate errors on specified files */
135 extern bool_t opt_halt; /* halt on any propagation error */
155 bool_t wildcards(const char *); /* does name contain wildcards */
156 bool_t suffix(const char *, const char *); /* does s1 end with s2 */
157 bool_t contains(const char *, const char *); /* does s1 contain s2 */