Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 3 of 3) sorted by relevance

/libio/
A Dwgenops.c55 wchar_t *tmp; in libc_hidden_def() local
58 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() local
78 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()
A Diopopen.c181 int tmp = __fcntl (child_pipe_fd, F_DUPFD_CLOEXEC, 0); in _IO_new_proc_open() local
182 if (tmp < 0) in _IO_new_proc_open()
185 pipe_fds[child_end] = tmp; in _IO_new_proc_open()
A Dgenops.c129 char *tmp; in _IO_switch_to_main_get_area() local
132 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() local
151 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 8 milliseconds