Home
last modified time | relevance | path

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

/src/stand/libsa/
H A Ddosfs.c53 static int dos_open(const char *path, struct open_file *fd);
65 .fo_open = dos_open,
345 dos_open(const char *path, struct open_file *fd) in dos_open() function