Home
last modified time | relevance | path

Searched refs:fallback_access (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.c149 fallback_access (const char *path, int mode) in fallback_access() function
179 #define access fallback_access
/netbsd/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.c149 fallback_access (const char *path, int mode) in fallback_access() function
179 #define access fallback_access
/netbsd/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20111012 (fallback_access, open_internal4, compare_file_filename,
1207 * unix.c (fallback_access): Fix file descriptor leaks.
H A DChangeLog-2010539 (fallback_access): Move up in file, implement F_OK.
H A DChangeLog-2018515 * io/unix.c (fallback_access): Avoid calling close on
H A DChangeLog-2007316 * io/unix.c (fallback_access): New fallback function for access.