Searched refs:showflags (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/filesync/ |
H A D | debug.h | 55 char *showflags(struct flaglist *, long); /* turn bit to a name */
|
H A D | main.c | 242 fprintf(stderr, "MISC: DBG=%s\n", showflags(dbgmap, opt_debug)); in main() 373 fprintf(stderr, "MISC: EXIT=%s\n", showflags(errmap, errs)); in main()
|
H A D | anal.c | 398 showflags(diffmap, fp->f_srcdiffs)); in check_file() 400 showflags(diffmap, fp->f_dstdiffs)); in check_file() 402 showflags(fileflags, fp->f_flags)); in check_file()
|
H A D | debug.c | 168 showflags(struct flaglist *map, long mask) in showflags() function
|
H A D | recon.c | 129 showflags(fileflags, fp->f_flags), in reconcile() 488 showflags(errmap, errs)); in reconcile()
|
H A D | rules.c | 461 showflags(rflags, rp->r_flags)); in add_rule()
|
H A D | eval.c | 379 showflags(fileflags, fp->f_flags), fp->f_name); in eval_file()
|