Searched refs:FILMOD (Results 1 – 4 of 4) sorted by relevance
56 #define FILMOD 0660 macro
265 fd = open(file, O_CREAT|O_EXCL|O_WRONLY, FILMOD); in readfile()
739 if ((fo = creat(".railmag", FILMOD)) < 0) { in print()
644 f = open(n, O_WRONLY | O_EXCL | O_CREAT, FILMOD); in nfile()