Home
last modified time | relevance | path

Searched defs:is_regular_file (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-ar.c89 is_regular_file (char *name) in is_regular_file() function
H A Dvms-ld.c119 is_regular_file (char *name) in is_regular_file() function
/netbsd/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-ar.c89 is_regular_file (char *name) in is_regular_file() function
H A Dvms-ld.c127 is_regular_file (char *name) in is_regular_file() function
/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Dfilestuff.cc432 is_regular_file (const char *name, int *errno_ptr) in is_regular_file() function
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A Dfilestuff.cc432 is_regular_file (const char *name, int *errno_ptr) in is_regular_file() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp1100 bool is_regular_file(const basic_file_status &status) { in is_regular_file() function
1104 std::error_code is_regular_file(const Twine &path, bool &result) { in is_regular_file() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h584 inline bool is_regular_file(const Twine &Path) { in is_regular_file() function