util.c | 118 mbstate_t src_state, stdout_state; local in function:printescaped 123 * We have to reset src_state each time in this function, because 125 * Note that if we pass NULL instead of src_state to mbrtowc(), 128 memset(&src_state, 0, sizeof(src_state)); 145 rv = mbrtowc(&wc, src, span, &src_state); 155 memset(&src_state, 0, sizeof(src_state));
|