Home
last modified time | relevance | path

Searched refs:regular_file2 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.c1350 regular_file2 (const char *path, st_parameter_open *opp, unit_flags *flags) in regular_file2() function
1552 int fd = regular_file2 (path, opp, flags); in regular_file()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.c1350 regular_file2 (const char *path, st_parameter_open *opp, unit_flags *flags) in regular_file2() function
1552 int fd = regular_file2 (path, opp, flags); in regular_file()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2014527 (regular_file): Rename to regular_file2, add path argument.
528 (regular_file): New function calling regular_file2.
H A DChangeLog-2015339 * io/unix.c (regular_file2): Handle EPERM in addition to EACCES.
H A DChangeLog-20161212 (regular_file2): Likewise.