Searched refs:use_shell (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/apply/
H A Dapply.c221 * Execute a shell command using passed use_shell and use_name
225 exec_shell(const char *command, const char *use_shell, const char *use_name) argument
240 execl(use_shell, use_name, "-c", command, (char *)NULL);
241 warn("%s", use_shell);
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dprgbox.c35 int dialog_prgbox(unsigned char *title, const unsigned char *line, int height, int width, int pause, int use_shell) argument
83 if (!use_shell) {
H A Ddialog.h138 int dialog_prgbox(unsigned char *title, const unsigned char *line, int height, int width, int pause, int use_shell);

Completed in 49 milliseconds