Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp54 # define S_IFREG _S_IFREG macro
93 # define _S_IFREG S_IFREG
130 return FSTAT(fd, &buf) == 0 && (buf.st_mode & S_IFREG) != 0 ; in __is_regular_file()
138 if (FSTAT(fd, &buf) == 0 && (buf.st_mode & S_IFREG) != 0) in __file_size()
/ndk/tests/device/stat/jni/
Dstat.c39 (((sb.st_mode & S_IFMT) == S_IFREG)? "REG" : " "), in main()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dsys_stat.in.h150 # ifdef S_IFREG
151 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
/ndk/sources/host-tools/make-3.81/
Dmake.h184 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.06687 #if defined S_ISLNK && defined S_IFREG
6688 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6691 #if defined S_ISSOCK && defined S_IFREG
6692 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];