Home
last modified time | relevance | path

Searched refs:src_fopen (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtfpif.c156 fh = src_fopen (data, "r"); in doit()
401 fp = src_fopen (data, "r"); in extra()
H A Dtinp_str.c45 f = src_fopen ("inp_str.dat", "r"); in main()
H A Dmpfr-test.h218 FILE *src_fopen (const char *, const char *);
H A Dmpf_compat.h186 f = src_fopen ("inp_str.dat", "r"); in main()
H A Dtests.c662 src_fopen (const char *filename, const char *mode) in src_fopen() function
875 fp = src_fopen (f, "r"); in data_check()
H A Dtmul.c481 fp = src_fopen ("tmul.dat", "r"); in check_regression()
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog6256 the file). Call perror after all fopen/src_fopen/fclose failures to get
6259 [tests/tfpif.c] In case of failure of fopen or src_fopen, write the
15813 [tests/tfpif.c] Correction on r10338: use src_fopen instead of fopen
17339 can use src_fopen to open the file in all cases.
17350 [tests/tests.c] Improved src_fopen description (do not use the term
21971 [tests/tests.c] Improved src_fopen() a bit.
21984 [tests/tests.c] fixed problem with src_fopen
21991 [tests/tfpif.c] use src_fopen instead of fopen
26900 Improved fix for problem dealt with in r6174: use function src_fopen()
35382 Add function src_fopen to open a file in the source directory, which