Home | History | Annotate | Download | only in slirp

Lines Matching refs:ex_ptr

1236  	struct ex_list *ex_ptr;
1261 for (ex_ptr = exec_list; ex_ptr; ex_ptr = ex_ptr->ex_next) {
1262 if (ex_ptr->ex_fport == so->so_fport &&
1263 command == ex_ptr->ex_addr) {
1264 if (ex_ptr->ex_pty == 3) {
1266 so->extra = (void *)ex_ptr->ex_exec;
1269 do_pty = ex_ptr->ex_pty;
1287 DEBUG_MISC((dfd, " executing %s \n",ex_ptr->ex_exec));
1288 return(fork_exec(so, ex_ptr->ex_exec, do_pty));