Home
last modified time | relevance | path

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

/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/appearance/
H A Dappearance-support.c30 is_program_in_path (const char *program) in is_program_in_path() function
65 if (is_program_in_path ("gconftool-2")) in metacity_theme_apply()
78 if (is_program_in_path ("gsettings")) in metacity_theme_apply()
/dports/x11/gdm/gdm-3.28.4/utils/
H A Dgdmflexiserver.c58 is_program_in_path (const char *program) in is_program_in_path() function
76 if (is_program_in_path ("gnome-screensaver-command")) { in maybe_lock_screen()
78 } else if (! is_program_in_path ("xscreensaver-command")) { in maybe_lock_screen()
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-command-7z.c211 if (is_program_in_path ("7z")) in fr_command_7z_begin_command()
213 else if (is_program_in_path ("7za")) in fr_command_7z_begin_command()
215 else if (is_program_in_path ("7zr")) in fr_command_7z_begin_command()
602 is_program_in_path ("unar") && is_program_in_path ("lsar")) in fr_command_7z_get_mime_types()
H A Dfile-utils.h103 gboolean is_program_in_path (const char *filename);
H A Dfr-command-tar.c175 if (is_program_in_path ("lbzip2")) in add_compress_arg()
181 if (is_program_in_path ("gzip")) in add_compress_arg()
196 if (is_program_in_path ("pixz")) in add_compress_arg()
919 if (is_program_in_path ("gzip")) { in fr_command_tar_uncompress()
1123 if (is_program_in_path (try_command[i])) { in fr_command_tar_set_mime_type()
H A Dfr-command-zip.c419 is_program_in_path ("unar") && is_program_in_path ("lsar")) in fr_command_zip_get_mime_types()
H A Dfr-command-cfile.c400 if (is_program_in_path ("gzip")) { in fr_command_cfile_extract()
504 compress_cmd = is_program_in_path ("gzip") ? "gzip" : "uncompress"; in fr_command_cfile_test()
H A Dfile-utils.c1161 is_program_in_path (const char *filename) in is_program_in_path() function
1191 return ! check || is_program_in_path (filename); in is_program_available()
H A Dfr-command-rar.c56 return is_program_in_path ("rar"); in have_rar()
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dfr-command-7z.c211 if (is_program_in_path ("7z")) in fr_command_7z_begin_command()
213 else if (is_program_in_path ("7za")) in fr_command_7z_begin_command()
215 else if (is_program_in_path ("7zr")) in fr_command_7z_begin_command()
H A Dfile-utils.h103 gboolean is_program_in_path (const char *filename);
H A Dfr-command-tar.c201 if (is_program_in_path ("lbzip2")) in add_compress_arg()
207 if (is_program_in_path ("gzip")) in add_compress_arg()
222 if (is_program_in_path ("pixz")) in add_compress_arg()
942 if (is_program_in_path ("gzip")) { in fr_command_tar_uncompress()
1141 if (is_program_in_path (try_command[i])) { in fr_command_tar_set_mime_type()
H A Dfile-utils.c1169 is_program_in_path (const char *filename) in is_program_in_path() function
1199 return ! check || is_program_in_path (filename); in is_program_available()
H A Dfr-command-cfile.c383 if (is_program_in_path ("gzip")) { in fr_command_cfile_extract()
H A Dfr-command-rar.c56 return is_program_in_path ("rar"); in have_rar()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm/src/
H A Dconfig.rs210 pub fn is_program_in_path(program: &str) -> bool { in is_program_in_path() function
246 if is_program_in_path(t) { in default_terminal()
260 if is_program_in_path("loginctl") { in exit_strategy()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm/src/bin/
H A Dleftwm-check.rs193 leftwm::is_program_in_path("loginctl"), in check_elogind()
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/trash-2.0.2/src/
H A Dfreedesktop.rs764 fn is_program_in_path(program: &str) -> bool {
810 if !is_program_in_path(trash) {
/dports/x11/xfce4-screensaver/xfce4-screensaver-4.16.0/src/
H A Dxfce4-screensaver-preferences.c1855 is_program_in_path (const char *program) { in is_program_in_path() function
1941 if (!is_program_in_path (GPM_COMMAND)) { in configure_capplet()
1958 if (!is_program_in_path (CONFIGURE_COMMAND)) { in configure_capplet()
/dports/x11/mate-screensaver/mate-screensaver-1.26.1/src/
H A Dmate-screensaver-preferences.c1509 is_program_in_path (const char *program) in is_program_in_path() function
1670 if (! is_program_in_path (GPM_COMMAND)) in init_capplet()
/dports/x11/xfce4-screensaver/xfce4-screensaver-4.16.0/
H A DChangeLog13213 move is_program_in_path() functon