Home
last modified time | relevance | path

Searched refs:state (Results 1 – 2 of 2) sorted by relevance

/libio/
A Diopopen.c283 int state; in _IO_new_proc_close() local
284 __pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &state); in _IO_new_proc_close()
286 __pthread_setcancelstate (state, NULL); in _IO_new_proc_close()
A Dwfileops.c663 __mbstate_t state = fp->_wide_data->_IO_last_state; in do_ftell_wide() local
664 nread = __libio_codecvt_length (cv, &state, in do_ftell_wide()
688 __mbstate_t state = fp->_wide_data->_IO_last_state; in do_ftell_wide() local
689 status = __libio_codecvt_out (cv, &state, in, in + delta, &in, in do_ftell_wide()

Completed in 7 milliseconds