Searched refs:S_ISREG (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcwindows.h56 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
H A Dfcdir.c62 return S_ISREG (statb.st_mode);
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBCvt.c277 #ifndef S_ISREG
278 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
281 if ((stat(cf, &sbuf) == 0) && S_ISREG(sbuf.st_mode) &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_diskstat.c279 if (!S_ISREG(stat_buf.st_mode))
305 if (!S_ISREG(stat_buf.st_mode))
H A Dhud_cpufreq.c229 if (!S_ISREG(stat_buf.st_mode))
H A Dhud_nic.c364 if (!S_ISREG(stat_buf.st_mode))
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_diskstat.c280 if (!S_ISREG(stat_buf.st_mode))
306 if (!S_ISREG(stat_buf.st_mode))
H A Dhud_cpufreq.c229 if (!S_ISREG(stat_buf.st_mode))
H A Dhud_nic.c365 if (!S_ISREG(stat_buf.st_mode))
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dlog.c190 if (!stat(logFileName, &buf) && S_ISREG(buf.st_mode)) {
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimLcIm.c342 if (stat (name, &st_name) == -1 || ! S_ISREG (st_name.st_mode)
372 if (! S_ISREG (st.st_mode) || st.st_uid != uid
/xsrc/external/mit/xedit/dist/
H A Dcommands.c239 else if (!S_ISREG(st.st_mode)) {
410 if (stat(filename, &st) == 0 && !S_ISREG(st.st_mode)) {
H A Dxedit.c225 if (stat(filename, &st) == 0 && !S_ISREG(st.st_mode)) {
/xsrc/external/mit/xditview/dist/
H A Dxditview.c371 if (!S_ISREG(stbuf.st_mode)) {
/xsrc/external/mit/xedit/dist/lisp/
H A Dio.c203 file->regular = S_ISREG(st.st_mode);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu.cpp391 if (fstat(fd, &sb) != 0 || (!S_ISREG(sb.st_mode))) {
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache_os.c271 if (!S_ISREG(sb->st_mode))
H A Dxmlconfig.c998 (!S_ISREG(st.st_mode) && !S_ISLNK(st.st_mode)))
/xsrc/external/mit/xconsole/dist/
H A Dxconsole.c260 if ((fstat(fd, &sbuf) == 0) && S_ISREG(sbuf.st_mode))
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddisk_cache.c562 if (!S_ISREG(sb->st_mode))
H A Dxmlconfig.c949 (!S_ISREG(st.st_mode) && !S_ISLNK(st.st_mode)))
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloadmod.c518 S_ISREG(stat_buf.st_mode)))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/
H A Dloadmod.c384 if (!(stat(buf, &stat_buf) == 0 && S_ISREG(stat_buf.st_mode)))
/xsrc/external/mit/xorg-server/dist/os/
H A Dlog.c205 if (!stat(logFileName, &buf) && S_ISREG(buf.st_mode)) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Config.c215 if (!S_ISREG(stat_buf.st_mode))

Completed in 36 milliseconds

12