Searched refs:__gmp_sscanf_funs (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/scanf/
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 Dsscanf.c58 ret = __gmp_doscan (&__gmp_sscanf_funs, (void *) &s, fmt, ap);
H A Dsscanffuns.c0 /* __gmp_sscanf_funs -- support for formatted input from a string.
108 const struct gmp_doscan_funs_t __gmp_sscanf_funs = { variable in typeref:struct:gmp_doscan_funs_t
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4072 extern const struct gmp_doscan_funs_t __gmp_sscanf_funs;

Completed in 117 milliseconds