"w":O_WRONLY|O_TRUNC|O_CREAT
"w+":O_RDWR|O_TRUNC|O_CREAT
"r":O_RDONLY
"r+:"O_RDWR
"a":O_WRONLY|O_CREAT|O_APPEND
"a+":O_RDWR|O_CREAT|O_APPEND
"w":O_WRONLY|O_TRUNC|O_CREAT
"w+":O_RDWR|O_TRUNC|O_CREAT
"r":O_RDONLY
"r+:"O_RDWR
"a":O_WRONLY|O_CREAT|O_APPEND
"a+":O_RDWR|O_CREAT|O_APPEND