Home | History | Annotate | Download | only in strace

Lines Matching refs:fd_to_close

1116 	int fd_to_close;
1129 if (params->fd_to_close >= 0)
1130 close(params->fd_to_close);
1251 params_for_tracee.fd_to_close = (shared_log != stderr) ? fileno(shared_log) : -1;