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