Searched refs:tmp (Results 1 – 3 of 3) sorted by relevance
55 wchar_t *tmp; in libc_hidden_def() local58 tmp = fp->_wide_data->_IO_read_end; in libc_hidden_def()60 fp->_wide_data->_IO_save_end= tmp; in libc_hidden_def()62 tmp = fp->_wide_data->_IO_read_base; in libc_hidden_def()64 fp->_wide_data->_IO_save_base = tmp; in libc_hidden_def()75 wchar_t *tmp; in libc_hidden_def() local78 tmp = fp->_wide_data->_IO_read_end; in libc_hidden_def()80 fp->_wide_data->_IO_save_end = tmp; in libc_hidden_def()82 tmp = fp->_wide_data->_IO_read_base; in libc_hidden_def()84 fp->_wide_data->_IO_save_base = tmp; in libc_hidden_def()
181 int tmp = __fcntl (child_pipe_fd, F_DUPFD_CLOEXEC, 0); in _IO_new_proc_open() local182 if (tmp < 0) in _IO_new_proc_open()185 pipe_fds[child_end] = tmp; in _IO_new_proc_open()
129 char *tmp; in _IO_switch_to_main_get_area() local132 tmp = fp->_IO_read_end; in _IO_switch_to_main_get_area()134 fp->_IO_save_end= tmp; in _IO_switch_to_main_get_area()136 tmp = fp->_IO_read_base; in _IO_switch_to_main_get_area()138 fp->_IO_save_base = tmp; in _IO_switch_to_main_get_area()148 char *tmp; in _IO_switch_to_backup_area() local151 tmp = fp->_IO_read_end; in _IO_switch_to_backup_area()153 fp->_IO_save_end = tmp; in _IO_switch_to_backup_area()155 tmp = fp->_IO_read_base; in _IO_switch_to_backup_area()157 fp->_IO_save_base = tmp; in _IO_switch_to_backup_area()
Completed in 10 milliseconds