Home
last modified time | relevance | path

Searched refs:DEFAULT_CREATE_MODE (Results 1 – 1 of 1) sorted by relevance

/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Deditcmd.c207 #define DEFAULT_CREATE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) macro
248 if ((fd = open_create (savename, O_WRONLY, DEFAULT_CREATE_MODE)) == -1) { in edit_save_file()
567 …if ((file = open_create ((char *) exp, O_RDONLY, DEFAULT_CREATE_MODE)) != -1) { /* the file exists… in edit_save_as_cmd()
672 if ((file = open_create (filename, O_CREAT | O_RDWR, DEFAULT_CREATE_MODE)) == -1) in edit_open_macro_file()
2405 …if ((file = open_create ((char *) filename, O_CREAT | O_WRONLY | O_TRUNC, DEFAULT_CREATE_MODE)) ==…