HelenOS sources
fmgt_exists_t 51 uspace/app/copy/copy.c static fmgt_exists_action_t copy_exists_query(void *, fmgt_exists_t *);
fmgt_exists_t 209 uspace/app/copy/copy.c static fmgt_exists_action_t copy_exists_query(void *arg, fmgt_exists_t *exists)
fmgt_exists_t 51 uspace/app/move/move.c static fmgt_exists_action_t move_exists_query(void *, fmgt_exists_t *);
fmgt_exists_t 209 uspace/app/move/move.c static fmgt_exists_action_t move_exists_query(void *arg, fmgt_exists_t *exists)
fmgt_exists_t 996 uspace/app/nav/nav.c fmgt_exists_action_t navigator_exists_query(void *arg, fmgt_exists_t *exists)
fmgt_exists_t 57 uspace/app/nav/nav.h extern fmgt_exists_action_t navigator_exists_query(void *, fmgt_exists_t *);
fmgt_exists_t 120 uspace/lib/fmgt/include/types/fmgt.h fmgt_exists_action_t (*exists_query)(void *, fmgt_exists_t *);
fmgt_exists_t 49 uspace/lib/fmgt/private/fmgt.h extern fmgt_exists_action_t fmgt_exists_query(fmgt_t *, fmgt_exists_t *);
fmgt_exists_t 311 uspace/lib/fmgt/src/fmgt.c fmgt_exists_action_t fmgt_exists_query(fmgt_t *fmgt, fmgt_exists_t *exists)
fmgt_exists_t 91 uspace/lib/fmgt/src/fsops.c fmgt_exists_t exists;
HelenOS homepage, sources at GitHub