Searched refs:_S_IFREG (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dbsdtar_windows.h56 #define S_ISREG(a) (a & _S_IFREG)
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dstat.h52 # define S_IFREG _S_IFREG
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dposixstat.h66 #if defined (_S_IFREG) && !defined (S_IFREG)
67 #define S_IFREG _S_IFREG
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dposixstat.h66 #if defined (_S_IFREG) && !defined (S_IFREG)
67 #define S_IFREG _S_IFREG
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/compat/
H A Dwindows-config.h108 # define S_IFREG _S_IFREG
/netbsd-current/external/mit/expat/dist/xmlwf/
H A Dreadfilemap.c65 # define S_IFREG _S_IFREG
/netbsd-current/sys/sys/
H A Dstat.h143 #define _S_IFREG 0100000 /* regular */ macro
157 #define S_IFREG _S_IFREG
174 #define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) /* regular file */
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.h155 #ifndef _S_IFREG
156 #define _S_IFREG 0100000 /* regular */ macro
176 //#define S_IFREG _S_IFREG
/netbsd-current/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dposix_compat.h88 #undef _S_IFREG macro
97 #define _S_IFREG 0x8000 macro
113 #define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
185 buf->st_mode |= _S_IFREG;
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstat-w32.c250 ((info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ? _S_IFDIR | S_IEXEC_UGO : _S_IFREG)
H A Dstat.c285 ((info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ? _S_IFDIR | S_IEXEC_UGO : _S_IFREG)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dstat-w32.c267 ((info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ? _S_IFDIR | S_IEXEC_UGO : _S_IFREG)
H A Dstat.c285 ((info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ? _S_IFDIR | S_IEXEC_UGO : _S_IFREG)
/netbsd-current/sys/kern/
H A Duipc_sem.c814 ? _S_IFLNK : _S_IFREG);
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1548 #define S_ISREG(mode) (((mode) & (_S_IFMT)) == (_S_IFREG))
/netbsd-current/external/bsd/bzip2/dist/
H A Dbzip2.c139 # define MY_S_ISREG(x) ((x) & _S_IFREG)
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dconfig.c47 #define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dconfig.c47 #define S_ISREG(m) ( ((m) & _S_IFMT ) == _S_IFREG )
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs.c1789 statbuf->st_mode |= _S_IFREG;
/netbsd-current/external/bsd/libarchive/dist/test_utils/
H A Dtest_main.c118 #define S_ISREG(m) ((m) & _S_IFREG)
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c1723 # define STAT_CHR_SRC(mode) ((mode & (_S_IFCHR|_S_IFIFO|_S_IFREG))!=0)

Completed in 517 milliseconds