Searched refs:MKFILE_FLAG (Results 1 – 1 of 1) sorted by relevance
44 #define MKFILE_FLAG (O_WRONLY | O_CREAT | O_TRUNC) macro129 if ((fd = open(f, MKFILE_FLAG, MKFILE_MODE)) < 0) { in create_file()