Home
last modified time | relevance | path

Searched refs:this_fmt (Results 1 – 12 of 12) sorted by relevance

/dports/math/gmp/gmp-6.2.1/printf/
H A Ddoprnt.c138 if (this_fmt == last_fmt) \
145 ASSERT (*this_fmt == '%'); \
146 *this_fmt = '\0'; \
163 char *fmt, *alloc_fmt, *last_fmt, *this_fmt, *gmp_str; in __gmp_doprnt() local
206 this_fmt = fmt; in __gmp_doprnt()
212 printf (" this: \"%s\"\n", this_fmt)); in __gmp_doprnt()
/dports/math/gap/gap-4.11.0/extern/gmp/printf/
H A Ddoprnt.c139 if (this_fmt == last_fmt) \
146 ASSERT (*this_fmt == '%'); \
147 *this_fmt = '\0'; \
164 char *fmt, *alloc_fmt, *last_fmt, *this_fmt, *gmp_str; in __gmp_doprnt() local
207 this_fmt = fmt; in __gmp_doprnt()
213 printf (" this: \"%s\"\n", this_fmt)); in __gmp_doprnt()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/printf/
H A Ddoprnt.c138 if (this_fmt == last_fmt) \
145 ASSERT (*this_fmt == '%'); \
146 *this_fmt = '\0'; \
163 char *fmt, *alloc_fmt, *last_fmt, *this_fmt, *gmp_str; in __gmp_doprnt() local
206 this_fmt = fmt; in __gmp_doprnt()
212 printf (" this: \"%s\"\n", this_fmt)); in __gmp_doprnt()
/dports/math/mingw32-libgmp/gmp-6.0.0/printf/
H A Ddoprnt.c139 if (this_fmt == last_fmt) \
146 ASSERT (*this_fmt == '%'); \
147 *this_fmt = '\0'; \
164 char *fmt, *alloc_fmt, *last_fmt, *this_fmt, *gmp_str; in __gmp_doprnt() local
207 this_fmt = fmt; in __gmp_doprnt()
213 printf (" this: \"%s\"\n", this_fmt)); in __gmp_doprnt()
/dports/math/mpir/mpir-3.0.0/printf/
H A Ddoprnt.c137 if (this_fmt == last_fmt) \
144 ASSERT (*this_fmt == '%'); \
145 *this_fmt = '\0'; \
162 char *fmt, *alloc_fmt, *last_fmt, *this_fmt, *gmp_str; in __gmp_doprnt() local
205 this_fmt = fmt; in __gmp_doprnt()
211 printf (" this: \"%s\"\n", this_fmt)); in __gmp_doprnt()
/dports/math/gmp/gmp-6.2.1/scanf/
H A Ddoscan.c474 const char *fmt, *this_fmt, *end_fmt; in __gmp_doscan() local
543 this_fmt = fmt-1; in __gmp_doscan()
544 TRACE (printf (" this_fmt \"%s\"\n", this_fmt)); in __gmp_doscan()
585 len = fmt - this_fmt; in __gmp_doscan()
586 memcpy (alloc_fmt, this_fmt, len); in __gmp_doscan()
/dports/math/gap/gap-4.11.0/extern/gmp/scanf/
H A Ddoscan.c475 const char *fmt, *this_fmt, *end_fmt; in __gmp_doscan() local
544 this_fmt = fmt-1; in __gmp_doscan()
545 TRACE (printf (" this_fmt \"%s\"\n", this_fmt)); in __gmp_doscan()
586 len = fmt - this_fmt; in __gmp_doscan()
587 memcpy (alloc_fmt, this_fmt, len); in __gmp_doscan()
/dports/math/mpir/mpir-3.0.0/scanf/
H A Ddoscan.c473 const char *fmt, *this_fmt, *end_fmt; in __gmp_doscan() local
542 this_fmt = fmt-1; in __gmp_doscan()
543 TRACE (printf (" this_fmt \"%s\"\n", this_fmt)); in __gmp_doscan()
584 len = fmt - this_fmt; in __gmp_doscan()
585 memcpy (alloc_fmt, this_fmt, len); in __gmp_doscan()
/dports/math/mingw32-libgmp/gmp-6.0.0/scanf/
H A Ddoscan.c475 const char *fmt, *this_fmt, *end_fmt; in __gmp_doscan() local
544 this_fmt = fmt-1; in __gmp_doscan()
545 TRACE (printf (" this_fmt \"%s\"\n", this_fmt)); in __gmp_doscan()
586 len = fmt - this_fmt; in __gmp_doscan()
587 memcpy (alloc_fmt, this_fmt, len); in __gmp_doscan()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/scanf/
H A Ddoscan.c474 const char *fmt, *this_fmt, *end_fmt; in __gmp_doscan() local
543 this_fmt = fmt-1; in __gmp_doscan()
544 TRACE (printf (" this_fmt \"%s\"\n", this_fmt)); in __gmp_doscan()
585 len = fmt - this_fmt; in __gmp_doscan()
586 memcpy (alloc_fmt, this_fmt, len); in __gmp_doscan()
/dports/lang/nickle/nickle-2.90/
H A Dprintf.5c178 string this_fmt = String::new (fmt::c());
182 if (String::index (fmts[i].formats, this_fmt) >= 0)
192 print (f, this_arg, this_fmt, this_base, width, prec, fill);
/dports/biology/migrate/migrate-3.6.11/src/
H A Dpretty.c4010 char this_fmt[LINESIZE]; in pdf_print_tableline() local
4038 this_fmt[0] = '%'; in pdf_print_tableline()
4050 this_fmt[fmti++] = fmtval; in pdf_print_tableline()
4051 this_fmt[fmti] = '\0'; in pdf_print_tableline()
4061 this_fmt[fmti++] = fmtval; in pdf_print_tableline()
4062 this_fmt[fmti] = '\0'; in pdf_print_tableline()
4072 this_fmt[fmti++] = fmtval; in pdf_print_tableline()
4073 this_fmt[fmti] = '\0'; in pdf_print_tableline()
4083 this_fmt[fmti++] = fmtval; in pdf_print_tableline()
4084 this_fmt[fmti] = '\0'; in pdf_print_tableline()
[all …]