Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dsys_stat.in.h71 # undef S_ISREG
149 #ifndef S_ISREG
151 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
153 # define S_ISREG(m) 0
/ndk/sources/host-tools/make-3.81/
Dmake.h175 # ifdef S_ISREG
176 # undef S_ISREG
183 #ifndef S_ISREG
184 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
Dcommands.c557 && S_ISREG (st.st_mode) in delete_target()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_unistd.cpp106 return FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode); in __is_regular_file()
114 if (FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode)) in __file_size()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c744 if (!S_ISREG (input->st.st_mode))
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1576 cast and tested; remove spurious S_ISREG test (just let