Searched refs:exec (Results 1 – 9 of 9) sorted by relevance
103 volatile uint8_t *pexec = (void *)&csh.exec; in task_repl()182 volatile uint8_t *pexec = (void *)&csh->exec; in chry_shell_port_default_handler()
45 print('exec command: "%s" failed.' % ' '.join(command))
368 if (cmd->exec == RT_NULL) in at_cmd_process()373 return cmd->exec(); in at_cmd_process()
78 at_result_t (*exec)(void); member
261 pid_t exec(char *filename, int debug, int argc, char **argv);
502 pid_t exec(char *filename, int debug, int argc, char **argv) in exec() function
532 ret = exec(pg_name, debug, argc, argv); in _msh_exec_lwp()
69 2010-08-23 - Nit: use _exit when exec fails and restrict values to 0-255
Completed in 11 milliseconds