Home
last modified time | relevance | path

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

/dports/x11/xfce4-taskmanager/xfce4-taskmanager-1.4.2/src/
H A Dexec-tool-button.c94 program_exists (gchar *program) in program_exists() function
111 if (program_exists ("xfrun4")) in execute_default_command()
113 else if (program_exists ("gmrun")) in execute_default_command()
115 else if (program_exists ("gexec")) in execute_default_command()
121 else if (program_exists ("exo-open")) in execute_default_command()
123 else if (program_exists ("xterm")) in execute_default_command()
157 if (program_exists ("xfrun4")) in construct_menu()
159 else if (program_exists ("gmrun")) in construct_menu()
161 else if (program_exists ("gexec")) in construct_menu()
167 if (program_exists ("exo-open")) in construct_menu()
[all …]
/dports/audio/asunder/asunder-2.9.6/src/
H A Dcallbacks.c714 if (gtk_toggle_button_get_active(togglebutton) && !program_exists("lame")) in on_rip_mp3_toggled()
740 if (gtk_toggle_button_get_active(togglebutton) && !program_exists("fdkaac")) in on_rip_fdkaac_toggled()
766 if (gtk_toggle_button_get_active(togglebutton) && !program_exists("flac")) in on_rip_flac_toggled()
791 if (gtk_toggle_button_get_active(togglebutton) && !program_exists("oggenc")) in on_rip_ogg_toggled()
816 if (gtk_toggle_button_get_active(togglebutton) && !program_exists("opusenc")) in on_rip_opus_toggled()
842 if (gtk_toggle_button_get_active(togglebutton) && !program_exists("wavpack")) in on_rip_wavpack_toggled()
867 if (gtk_toggle_button_get_active(togglebutton) && !program_exists("mac")) in on_rip_monkey_toggled()
892 if (gtk_toggle_button_get_active(togglebutton) && !program_exists("mpcenc")) in on_rip_musepack_toggled()
H A Dutil.h54 int program_exists(const char * name);
H A Dutil.c565 int program_exists(const char * name) in program_exists() function
H A Dmain.c199 if (!program_exists("cdparanoia")) in main()
/dports/sysutils/deltup/deltup-0.4.4/
H A Dsystem.h30 bool program_exists(string prog);
H A Dsystem.cpp130 bool program_exists(string prog) { in program_exists() function
/dports/emulators/vice/vice-3.5/src/lib/libx264/tools/
H A Dtest_x264.py138 def program_exists(program): function
221 if not program_exists("ldecod"): raise DisabledTestError("jm unavailable")
260 if not program_exists("ffmpeg"): raise DisabledTestError("ffmpeg unavailable")
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/tools/
H A Dtest_x264.py138 def program_exists(program): function
221 if not program_exists("ldecod"): raise DisabledTestError("jm unavailable")
260 if not program_exists("ffmpeg"): raise DisabledTestError("ffmpeg unavailable")
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/tools/
H A Dtest_x264.py138 def program_exists(program): function
221 if not program_exists("ldecod"): raise DisabledTestError("jm unavailable")
260 if not program_exists("ffmpeg"): raise DisabledTestError("ffmpeg unavailable")
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/tools/
H A Dtest_x264.py138 def program_exists(program): function
221 if not program_exists("ldecod"): raise DisabledTestError("jm unavailable")
260 if not program_exists("ffmpeg"): raise DisabledTestError("ffmpeg unavailable")
/dports/devel/llvm10/llvm-10.0.1.src/utils/git-svn/
H A Dgit-llvm193 def program_exists(cmd):
268 if not program_exists('git'):
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/git-svn/
H A Dgit-llvm193 def program_exists(cmd):
268 if not program_exists('git'):
/dports/devel/llvm70/llvm-7.0.1.src/utils/git-svn/
H A Dgit-llvm141 def program_exists(cmd):
325 if not program_exists('svn'):
/dports/devel/llvm80/llvm-8.0.1.src/utils/git-svn/
H A Dgit-llvm158 def program_exists(cmd):
388 if not program_exists('svn'):
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dgtkfiles.h89 gboolean program_exists(char *progname);
H A Dfiletypes.c180 if (program_exists("oggenc") || program_exists("oggdec")) in setup_types()
183 if (program_exists("lame")) { in setup_types()
1401 if (!program_exists("mplayer")) return NULL; in try_mplayer()
H A Dgtkfiles.c660 gboolean program_exists(char *progname) in program_exists() function
H A Drateconv.c587 if (sox_dialog_first_effect() != NULL || program_exists("sox")) { in register_drivers()
H A Dsoxdialog.c716 if (!program_exists("sox")) return FALSE; in sox_dialog_register_main()
/dports/devel/llvm90/llvm-9.0.1.src/utils/git-svn/
H A Dgit-llvm168 def program_exists(cmd):
554 if not program_exists('svn'):
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dedithandler.cpp939 std::vector<std::wstring> CEditHandler::CanOpen(std::wstring const& fileName, bool &program_exists) in CanOpen() argument
946 program_exists = ProgramExists(cmd_with_args.front()); in CanOpen()
1322 bool program_exists = false; in DoEdit() local
1325 cmd_with_args = CanOpen(file.name, program_exists); in DoEdit()
1332 cmd_with_args = CanOpen(file.name, program_exists); in DoEdit()
1338 if (!program_exists) { in DoEdit()
H A Dedithandler.h125 std::vector<std::wstring> CanOpen(std::wstring const& fileName, bool& program_exists);
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/
H A Dmpeg3demux.c1212 int program_exists, last_program_assigned = 0; in mpeg3demux_assign_programs() local
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dinterpret.c19586 program_exists (program_t *prog, object_t *guess) in program_exists() function
19656 if (!program_exists(ppr, previous_objects[i])) in last_instructions()