Searched refs:shell_exec (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/tmux/dist/ |
| H A D | tmux.c | 179 shell_exec(const char *shell, const char *shellcmd) in shell_exec() function
|
| H A D | client.c | 602 shell_exec(data, data0); in client_dispatch_wait()
|
| H A D | tmux.h | 1512 __dead void shell_exec(const char *, const char *);
|
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 1257 static int shell_exec( in shell_exec() function 3086 rc = shell_exec(p->db, zSql, shell_callback, p, &zErrMsg); in process_input() 3493 rc = shell_exec(data.db, z, shell_callback, &data, &zErrMsg); in main() 3517 rc = shell_exec(data.db, zFirstCmd, shell_callback, &data, &zErrMsg); in main()
|