Searched refs:__gmp_doscan (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/scanf/
H A Dvfscanf.c37 return __gmp_doscan (&__gmp_fscanf_funs, fp, fmt, ap);
H A Dvscanf.c37 return __gmp_doscan (&__gmp_fscanf_funs, stdin, fmt, ap);
H A Dvsscanf.c49 ret = __gmp_doscan (&__gmp_sscanf_funs, (void *) &s, fmt, ap);
54 return __gmp_doscan (&__gmp_sscanf_funs, (void *) &s, fmt, ap);
H A Dscanf.c52 ret = __gmp_doscan (&__gmp_fscanf_funs, stdin, fmt, ap);
H A Dfscanf.c54 ret = __gmp_doscan (&__gmp_fscanf_funs, fp, fmt, ap);
H A Dsscanf.c58 ret = __gmp_doscan (&__gmp_sscanf_funs, (void *) &s, fmt, ap);
H A Ddoscan.c0 /* __gmp_doscan -- formatted input internals.
77 values in for %n, so that's handled in __gmp_doscan. Neither sscanf
84 are handled directly within __gmp_doscan. This is reasonably
106 middle of __gmp_doscan. Within gmpscan a couple of loopbacks make it
439 Whitespace skipping never provokes the EOF return from __gmp_doscan, so
463 __gmp_doscan (const struct gmp_doscan_funs_t *funs, void *data, function
476 TRACE (printf ("__gmp_doscan \"%s\"\n", orig_fmt);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4075 __GMP_DECLSPEC int __gmp_doscan __GMP_PROTO ((const struct gmp_doscan_funs_t *, void *, const char *, va_list));

Completed in 58 milliseconds