Home
last modified time | relevance | path

Searched refs:FILEIO_S_IFDIR (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gdb/include/gdb/
HDfileio.h44 #define FILEIO_S_IFDIR 040000 macro
58 #define FILEIO_S_SUPPORTED (FILEIO_S_IFREG|FILEIO_S_IFDIR| \
/NextBSD/contrib/gdb/gdb/
HDremote-fileio.c153 if (mode & FILEIO_S_IFDIR) in remote_fileio_mode_to_host()
187 tmode |= FILEIO_S_IFDIR; in remote_fileio_mode_to_target()