Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmachinestate.c651 lives_popen(com, TRUE, mainw->msg, MAINW_MSG_SIZE); in get_md5sum()
928 lives_popen(com, TRUE, buff, 65536); in compress_files_in_dir()
1075 lives_popen(com, TRUE, buff, PATH_MAX * 2); in get_dir_size()
2773 lives_popen(cmd, FALSE, buff, 65536);
2819 lives_popen(cmd, TRUE, buff, PATH_MAX);
2941 lives_popen(cmd, FALSE, buff, 65536);
2953 lives_popen(cmd, FALSE, buff2, 1024);
3145 lives_popen(cmd, FALSE, buff, 65536);
3315 lives_popen(command, TRUE, buffer, 1024);
H A Dsaveplay.c220 lives_popen(com, FALSE, mainw->msg, MAINW_MSG_SIZE); in read_file_details()
1168 lives_popen(com, FALSE, mainw->msg, MAINW_MSG_SIZE); in get_handle_from_info_file()
1343 lives_popen(com, TRUE, mainw->msg, MAINW_MSG_SIZE);
1476 lives_popen(com, TRUE, buff, 65536);
4350 lives_popen(com, FALSE, mainw->msg, MAINW_MSG_SIZE);
4714 lives_popen(com, fileno != mainw->current_file, buff, 1024);
4821 lives_popen(com, FALSE, buff, 1024);
6568 lives_popen(com, FALSE, mainw->msg, MAINW_MSG_SIZE);
H A Dplugins.c36 lives_popen(command, !mainw->is_ready && !list_plugins, buffer, 65535); in get_plugin_result()
1464 lives_popen(com, FALSE, buf, 1024); in get_best_audio()
1483 lives_popen(com, FALSE, buf, 1024); in get_best_audio()
3815 if (!lives_popen(com, TRUE, buff, 32)) { in plugin_run_param_window()
H A Dutils.c194 ssize_t lives_popen(const char *com, boolean allow_error, char *buff, ssize_t buflen) { in lives_popen() function
2905 lives_popen(com, TRUE, mainw->msg, MAINW_MSG_SIZE); in check_for_lock_file()
3114 bytes = lives_popen(com, FALSE, mainw->msg, MAINW_MSG_SIZE); in get_frame_count()
3482 lives_popen(exe, TRUE, buff, 128); in get_version_hash()
H A Dmain.h1574 ssize_t lives_popen(const char *com, boolean allow_error, char *buff, ssize_t buflen);
H A Dcallbacks.c604 lives_popen(com, FALSE, mainw->msg, MAINW_MSG_SIZE); in read_file_details_generic()
1550 lives_popen(com, FALSE, mainw->msg, MAINW_MSG_SIZE);
6292 lives_popen(com, TRUE, (char *)tbuff, 0);
6579 lives_popen(com, TRUE, (char *)tbuff, 0);
7191 lives_popen(com, TRUE, mainw->msg, MAINW_MSG_SIZE);
H A Dpreferences.c85 lives_popen(com, TRUE, val, maxlen); in get_pref_inner()
2710 rlen = lives_popen(com, TRUE, buf, 1024); in stream_audio_toggled()
H A Dmain.c3091 lives_popen(command, TRUE, buffer, PATH_MAX * 4); in get_capabilities()
3133 lives_popen(command, TRUE, buffer, PATH_MAX * 4); in get_capabilities()
H A Dmultitrack.c16112 lives_popen(com, TRUE, mainw->msg, MAINW_MSG_SIZE); in on_render_activate()
/dports/multimedia/lives/lives-3.2.0/
H A DChangeLog184 Fix serious bug in lives_popen() - may prevent saving of new sets.