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

  /src/external/lgpl3/gmp/dist/printf/
doprnt.c 130 nothing in between then we'll reach here with this_fmt == last_fmt and we
138 if (this_fmt == last_fmt) \
145 ASSERT (*this_fmt == '%'); \
146 *this_fmt = '\0'; \
163 char *fmt, *alloc_fmt, *last_fmt, *this_fmt, *gmp_str; local
205 /* this_fmt and this_ap are the current '%' sequence being considered */
206 this_fmt = fmt;
212 printf (" this: \"%s\"\n", this_fmt));
  /src/external/lgpl3/gmp/dist/scanf/
doscan.c 474 const char *fmt, *this_fmt, *end_fmt; local
543 this_fmt = fmt-1;
544 TRACE (printf (" this_fmt \"%s\"\n", this_fmt));
585 len = fmt - this_fmt;
586 memcpy (alloc_fmt, this_fmt, len);

Completed in 26 milliseconds