Home
last modified time | relevance | path

Searched refs:showflags (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Ddebug.h53 char *showflags(struct flaglist *, long); /* turn bit to a name */
H A Dmain.c240 fprintf(stderr, "MISC: DBG=%s\n", showflags(dbgmap, opt_debug)); in main()
371 fprintf(stderr, "MISC: EXIT=%s\n", showflags(errmap, errs)); in main()
H A Danal.c397 showflags(diffmap, fp->f_srcdiffs)); in check_file()
399 showflags(diffmap, fp->f_dstdiffs)); in check_file()
401 showflags(fileflags, fp->f_flags)); in check_file()
H A Ddebug.c167 showflags(struct flaglist *map, long mask) in showflags() function
H A Drecon.c129 showflags(fileflags, fp->f_flags), in reconcile()
488 showflags(errmap, errs)); in reconcile()
H A Drules.c460 showflags(rflags, rp->r_flags)); in add_rule()
H A Deval.c377 showflags(fileflags, fp->f_flags), fp->f_name); in eval_file()