Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/apply/
H A Dapply.c51 static int exec_shell(const char *, const char *, const char *);
207 if (exec_shell(c, shell, name)) in main()
227 exec_shell(const char *command, const char *use_shell, const char *use_name) in exec_shell() function