Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Ddosfs.c51 static int dos_open(const char *path, struct open_file *fd);
62 .fo_open = dos_open,
303 dos_open(const char *path, struct open_file *fd) in dos_open() function