Home
last modified time | relevance | path

Searched refs:lives_create_buffered (Results 1 – 8 of 8) 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.h1631 int lives_create_buffered(const char *pathname, int mode);
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 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 Dutils.c698 LIVES_GLOBAL_INLINE int lives_create_buffered(const char *pathname, int mode) { in lives_create_buffered() function
H A Dcallbacks.c401 int fd = lives_create_buffered(fname, DEF_FILE_PERMS); in lives_exit()