Home
last modified time | relevance | path

Searched refs:ACCEPT_PLAIN (Results 1 – 11 of 11) sorted by relevance

/external/mtools/
Dmdel.c110 ACCEPT_DIR | ACCEPT_PLAIN, in del_file()
188 mp.lookupflags = ACCEPT_PLAIN; /* mdel */ in mdel()
194 mp.lookupflags = ACCEPT_DIR | ACCEPT_PLAIN; /* mdeltree */ in mdel()
Dmshortname.c75 mp.lookupflags = ACCEPT_PLAIN | ACCEPT_DIR; in mshortname()
Dvfat.h101 #define ACCEPT_PLAIN 0x20 macro
Dmshowfat.c105 arg.mp.lookupflags = ACCEPT_PLAIN | ACCEPT_DIR | DO_OPEN; in mshowfat()
Dmdu.c139 arg.mp.lookupflags = ACCEPT_PLAIN | ACCEPT_DIR | DO_OPEN_DIRS | NO_DOTS; in mdu()
Dmdir.c493 subMp.lookupflags = ACCEPT_DIR | ACCEPT_PLAIN; in list_recurs_directory()
609 mp.lookupflags = ACCEPT_DIR | ACCEPT_PLAIN | DO_OPEN_DIRS; in mdir()
Dmdoctorfat.c136 arg.mp.lookupflags = ACCEPT_PLAIN | ACCEPT_DIR | DO_OPEN; in mdoctorfat()
Dmattrib.c254 arg.mp.lookupflags = ACCEPT_PLAIN | ACCEPT_DIR; in mattrib()
Dmmove.c297 ACCEPT_PLAIN | ACCEPT_DIR | DO_OPEN_DIRS | NO_DOTS | NO_UNIX; in mmove()
Dmcopy.c580 arg.mp.lookupflags = ACCEPT_PLAIN | ACCEPT_DIR | DO_OPEN | NO_DOTS; in mcopy()
Dvfat.c587 !(flags & ACCEPT_PLAIN)) { in checkNameForMatch()