Searched refs:src_fopen (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tfpif.c | 156 fh = src_fopen (data, "r"); in doit() 401 fp = src_fopen (data, "r"); in extra()
|
H A D | tinp_str.c | 45 f = src_fopen ("inp_str.dat", "r"); in main()
|
H A D | mpfr-test.h | 218 FILE *src_fopen (const char *, const char *);
|
H A D | mpf_compat.h | 186 f = src_fopen ("inp_str.dat", "r"); in main()
|
H A D | tests.c | 662 src_fopen (const char *filename, const char *mode) in src_fopen() function 875 fp = src_fopen (f, "r"); in data_check()
|
H A D | tmul.c | 481 fp = src_fopen ("tmul.dat", "r"); in check_regression()
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | ChangeLog | 6256 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
|