Searched refs:fs3d_open (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/3d/
H A Dlib_3d.h54 #define fs3d_open _3d_open macro
H A Dopen3d.c330 fs3d_open(const char* path, int oflag, mode_t mode) function
H A D3d.h543 extern int fs3d_open(const char*, int, mode_t);
H A Dfs.c357 else if ((fd = fs3d_open(sp, oflag, mode)) == -1)
577 fs->fd = fs3d_open(svc, O_CREAT|O_RDWR|O_APPEND, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);

Completed in 27 milliseconds