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