Searched refs:__gmp_fscanf_funs (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/scanf/
H A Dvscanf.c41 return __gmp_doscan (&__gmp_fscanf_funs, stdin, fmt, ap);
H A Dvfscanf.c40 return __gmp_doscan (&__gmp_fscanf_funs, fp, fmt, ap);
H A Dfscanffuns.c0 /* __gmp_fscanf_funs -- support for formatted input from a FILE.
56 const struct gmp_doscan_funs_t __gmp_fscanf_funs = { variable in typeref:struct:gmp_doscan_funs_t
H A Dfscanf.c44 ret = __gmp_doscan (&__gmp_fscanf_funs, fp, fmt, ap);
H A Dscanf.c44 ret = __gmp_doscan (&__gmp_fscanf_funs, stdin, fmt, ap);
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4600 extern const struct gmp_doscan_funs_t __gmp_fscanf_funs;

Completed in 161 milliseconds