Home
last modified time | relevance | path

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

/iconv/
A Dgconv_simple.c185 state->__count &= ~7; in internal_ucs4_loop_single()
186 state->__count |= cnt; in internal_ucs4_loop_single()
209 state->__count &= ~7; in internal_ucs4_loop_single()
383 state->__count &= ~7; in ucs4_internal_loop_single()
384 state->__count |= cnt; in ucs4_internal_loop_single()
420 state->__count &= ~7; in ucs4_internal_loop_single()
556 state->__count &= ~7; in internal_ucs4le_loop_single()
580 state->__count &= ~7; in internal_ucs4le_loop_single()
760 state->__count &= ~7; in ucs4le_internal_loop_single()
794 state->__count &= ~7; in ucs4le_internal_loop_single()
[all …]
A Dloop.c292 mbstate_t *state = step_data->__statep; in FCTNAME() local
373 mbstate_t *state = step_data->__statep; in SINGLE() local
394 assert ((state->__count & 7) <= sizeof (state->__value)); in SINGLE()
396 bytebuf[inlen] = state->__value.__wchb[inlen]; in SINGLE()
425 state->__value.__wchb[inlen] = *inptr++; in SINGLE()
464 assert (inptr - bytebuf > (state->__count & 7)); in SINGLE()
466 *inptrp += inptr - bytebuf - (state->__count & 7); in SINGLE()
475 state->__count &= ~7; in SINGLE()
492 assert (inend - inptr > (state->__count & ~7)); in SINGLE()
494 state->__count = (state->__count & ~7) | (inend - inptr); in SINGLE()
[all …]
A Diconv_prog.c50 static void print_version (FILE *stream, struct argp_state *state);
80 static error_t parse_opt (int key, char *arg, struct argp_state *state);
345 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument
401 print_version (FILE *stream, struct argp_state *state) in print_version() argument
A Diconvconfig.c105 static void print_version (FILE *stream, struct argp_state *state);
116 static error_t parse_opt (int key, char *arg, struct argp_state *state);
350 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument
394 print_version (FILE *stream, struct argp_state *state) in print_version() argument
A Dskeleton.c791 mbstate_t *state = data->__statep; in FUNCTION_NAME() local

Completed in 15 milliseconds