Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpangotext.c1054 fd = lives_create_buffered(filename, DEF_FILE_PERMS); in save_srt_subtitles()
1118 fd = lives_create_buffered(filename, DEF_FILE_PERMS); in save_sub_subtitles()
H A Drte_window.c181 kfd = lives_create_buffered(kfname, DEF_FILE_PERMS); in save_keymap2_file()
235 kfd = lives_create_buffered(kfname, DEF_FILE_PERMS); in save_keymap3_file()
481 if ((fd = lives_create_buffered(prefs->fxdefsfile, DEF_FILE_PERMS)) == -1) { in on_save_rte_defs_activate()
518 if ((fd = lives_create_buffered(prefs->fxsizesfile, DEF_FILE_PERMS)) == -1) { in on_save_rte_defs_activate()
H A Dcvirtual.c71 fd = lives_create_buffered(fname, DEF_FILE_PERMS); in save_frame_index()
H A Dmain.h209 #define DEF_FILE_PERMS (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) ///< non-executa… macro
H A Dmachinestate.c1371 if (mainw->log_fd < 0) mainw->log_fd = open(lives_log_file, O_WRONLY | O_CREAT, DEF_FILE_PERMS); in lives_log()
H A Devents.c5040 fd = lives_create_buffered(*esave_file, DEF_FILE_PERMS); in backup_recording()
5057 fd = lives_create_buffered(*asave_file, DEF_FILE_PERMS); in backup_recording()
H A Daudio.c3491 audio_fd = lives_open_buffered_writer(audio_file, DEF_FILE_PERMS, TRUE); in apply_rte_audio_init()
H A Dmultitrack.c678 fd = lives_create_buffered(asave_file, DEF_FILE_PERMS); in write_backup_layout_numbering()
812 fd = lives_create_buffered(asave_file, DEF_FILE_PERMS); in save_mt_autoback()
19781 if (write_to_file) fd = lives_create_buffered(map_name, DEF_FILE_PERMS); in save_layout_map()
20152 fd = lives_create_buffered(esave_file, DEF_FILE_PERMS); in on_save_event_list_activate()
21845 fd = lives_create_buffered(eload_file, DEF_FILE_PERMS); in load_event_list()
22161 fd = lives_create_buffered((char *)map->data, DEF_FILE_PERMS); in migrate_layouts()
H A Dcallbacks.c401 int fd = lives_create_buffered(fname, DEF_FILE_PERMS); in lives_exit()
5260 if (!is_append) ord_fd = creat(ordfile_new, DEF_FILE_PERMS);
5263 ord_fd = open(ordfile_new, O_CREAT | O_WRONLY | O_APPEND, DEF_FILE_PERMS);
H A Dutils.c4338 check = open(lfile_name, O_CREAT | O_EXCL | O_WRONLY, DEF_FILE_PERMS); in check_file()
H A Dsaveplay.c5514 fd = lives_create_buffered_nosync(oname, DEF_FILE_PERMS);