Home | History | Annotate | Download | only in stringlib

Lines Matching refs:get_integer

66     get_integer consumes 0 or more decimal digit characters from an

73 get_integer(STRINGLIB_CHAR **ptr, STRINGLIB_CHAR *end,
231 consumed = get_integer(&ptr, end, &format->width);
238 get_integer() will have set it to zero. -1 is how we record
253 consumed = get_integer(&ptr, end, &format->precision);