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     206 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     206 uspace/app/move/move.c static fmgt_exists_action_t move_exists_query(void *arg, fmgt_exists_t *exists)
fmgt_exists_t     970 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     118 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