HelenOS sources
fmgt_exists_action_t 51 uspace/app/copy/copy.c static fmgt_exists_action_t copy_exists_query(void *, fmgt_exists_t *);
fmgt_exists_action_t 206 uspace/app/copy/copy.c static fmgt_exists_action_t copy_exists_query(void *arg, fmgt_exists_t *exists)
fmgt_exists_action_t 51 uspace/app/move/move.c static fmgt_exists_action_t move_exists_query(void *, fmgt_exists_t *);
fmgt_exists_action_t 206 uspace/app/move/move.c static fmgt_exists_action_t move_exists_query(void *arg, fmgt_exists_t *exists)
fmgt_exists_action_t 970 uspace/app/nav/nav.c fmgt_exists_action_t navigator_exists_query(void *arg, fmgt_exists_t *exists)
fmgt_exists_action_t 975 uspace/app/nav/nav.c fmgt_exists_action_t exists_act;
fmgt_exists_action_t 57 uspace/app/nav/nav.h extern fmgt_exists_action_t navigator_exists_query(void *, fmgt_exists_t *);
fmgt_exists_action_t 81 uspace/app/nav/types/nav.h fmgt_exists_action_t exists_act;
fmgt_exists_action_t 118 uspace/lib/fmgt/include/types/fmgt.h fmgt_exists_action_t (*exists_query)(void *, fmgt_exists_t *);
fmgt_exists_action_t 49 uspace/lib/fmgt/private/fmgt.h extern fmgt_exists_action_t fmgt_exists_query(fmgt_t *, fmgt_exists_t *);
fmgt_exists_action_t 46 uspace/lib/fmgt/private/fsops.h errno_t fmgt_create_file(fmgt_t *, const char *, int *, fmgt_exists_action_t *);
fmgt_exists_action_t 80 uspace/lib/fmgt/src/copy.c fmgt_exists_action_t exaction;
fmgt_exists_action_t 311 uspace/lib/fmgt/src/fmgt.c fmgt_exists_action_t fmgt_exists_query(fmgt_t *fmgt, fmgt_exists_t *exists)
fmgt_exists_action_t 87 uspace/lib/fmgt/src/fsops.c fmgt_exists_action_t *raction)
fmgt_exists_action_t 92 uspace/lib/fmgt/src/fsops.c fmgt_exists_action_t exaction;
fmgt_exists_action_t 82 uspace/lib/fmgt/src/move.c fmgt_exists_action_t exaction;
fmgt_exists_action_t 88 uspace/lib/fmgt/test/fsops.c fmgt_exists_action_t exaction;
HelenOS homepage, sources at GitHub