HomeSort by: relevance | last modified time | path
    Searched defs:src_state (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/ls/
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));

Completed in 11 milliseconds