Searched refs:fssh_creat (Results 1 – 4 of 4) sorted by relevance
71 extern int fssh_creat(const char *path, fssh_mode_t mode);
803 #define creat fssh_creat
63 fssh_creat(const char *path, fssh_mode_t mode) in fssh_creat() function
402 int fd = fssh_creat(path, st.fssh_st_mode & FSSH_S_IUMSK); in CreateFile()