Home
last modified time | relevance | path

Searched refs:_IFMT (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/sparc64/sys/
H A Dstat.h70 #define _IFMT 0170000 /* type of file */ macro
89 #define S_IFMT _IFMT
113 #define S_ISBLK(m) (((m)&_IFMT) == _IFBLK)
114 #define S_ISCHR(m) (((m)&_IFMT) == _IFCHR)
115 #define S_ISDIR(m) (((m)&_IFMT) == _IFDIR)
116 #define S_ISFIFO(m) (((m)&_IFMT) == _IFIFO)
117 #define S_ISREG(m) (((m)&_IFMT) == _IFREG)
118 #define S_ISLNK(m) (((m)&_IFMT) == _IFLNK)
119 #define S_ISSOCK(m) (((m)&_IFMT) == _IFSOCK)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/sparc64/sys/
H A Dstat.h70 #define _IFMT 0170000 /* type of file */ macro
89 #define S_IFMT _IFMT
113 #define S_ISBLK(m) (((m)&_IFMT) == _IFBLK)
114 #define S_ISCHR(m) (((m)&_IFMT) == _IFCHR)
115 #define S_ISDIR(m) (((m)&_IFMT) == _IFDIR)
116 #define S_ISFIFO(m) (((m)&_IFMT) == _IFIFO)
117 #define S_ISREG(m) (((m)&_IFMT) == _IFREG)
118 #define S_ISLNK(m) (((m)&_IFMT) == _IFLNK)
119 #define S_ISSOCK(m) (((m)&_IFMT) == _IFSOCK)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/sys/
H A Dstat.h54 #define _IFMT 0170000 /* type of file */ macro
74 #define S_IFMT _IFMT
87 #define _S_IFMT _IFMT
110 #define S_ISBLK(m) (((m)&_IFMT) == _IFBLK)
111 #define S_ISCHR(m) (((m)&_IFMT) == _IFCHR)
112 #define S_ISDIR(m) (((m)&_IFMT) == _IFDIR)
113 #define S_ISFIFO(m) (((m)&_IFMT) == _IFIFO)
114 #define S_ISREG(m) (((m)&_IFMT) == _IFREG)
115 #define S_ISLNK(m) (((m)&_IFMT) == _IFLNK)
116 #define S_ISSOCK(m) (((m)&_IFMT) == _IFSOCK)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/sys/
H A Dstat.h54 #define _IFMT 0170000 /* type of file */ macro
74 #define S_IFMT _IFMT
87 #define _S_IFMT _IFMT
110 #define S_ISBLK(m) (((m)&_IFMT) == _IFBLK)
111 #define S_ISCHR(m) (((m)&_IFMT) == _IFCHR)
112 #define S_ISDIR(m) (((m)&_IFMT) == _IFDIR)
113 #define S_ISFIFO(m) (((m)&_IFMT) == _IFIFO)
114 #define S_ISREG(m) (((m)&_IFMT) == _IFREG)
115 #define S_ISLNK(m) (((m)&_IFMT) == _IFLNK)
116 #define S_ISSOCK(m) (((m)&_IFMT) == _IFSOCK)
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/sparc64/sys/
H A Dstat.h70 #define _IFMT 0170000 /* type of file */ macro
90 #define S_IFMT _IFMT
114 #define S_ISBLK(m) (((m)&_IFMT) == _IFBLK)
115 #define S_ISCHR(m) (((m)&_IFMT) == _IFCHR)
116 #define S_ISDIR(m) (((m)&_IFMT) == _IFDIR)
117 #define S_ISFIFO(m) (((m)&_IFMT) == _IFIFO)
118 #define S_ISREG(m) (((m)&_IFMT) == _IFREG)
119 #define S_ISLNK(m) (((m)&_IFMT) == _IFLNK)
120 #define S_ISSOCK(m) (((m)&_IFMT) == _IFSOCK)
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/include/sys/
H A Dstat.h71 #define _IFMT 0170000 /* type of file */ macro
92 #define S_IFMT _IFMT
104 #define _S_IFMT _IFMT
133 #define S_ISBLK(m) (((m)&_IFMT) == _IFBLK)
134 #define S_ISCHR(m) (((m)&_IFMT) == _IFCHR)
135 #define S_ISDIR(m) (((m)&_IFMT) == _IFDIR)
136 #define S_ISFIFO(m) (((m)&_IFMT) == _IFIFO)
137 #define S_ISREG(m) (((m)&_IFMT) == _IFREG)
138 #define S_ISLNK(m) (((m)&_IFMT) == _IFLNK)
139 #define S_ISSOCK(m) (((m)&_IFMT) == _IFSOCK)
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/sys/
H A Dstat.h90 #define _IFMT 0170000 /* type of file */ macro
111 #define S_IFMT _IFMT
123 #define _S_IFMT _IFMT
152 #define S_ISBLK(m) (((m)&_IFMT) == _IFBLK)
153 #define S_ISCHR(m) (((m)&_IFMT) == _IFCHR)
154 #define S_ISDIR(m) (((m)&_IFMT) == _IFDIR)
155 #define S_ISFIFO(m) (((m)&_IFMT) == _IFIFO)
156 #define S_ISREG(m) (((m)&_IFMT) == _IFREG)
157 #define S_ISLNK(m) (((m)&_IFMT) == _IFLNK)
158 #define S_ISSOCK(m) (((m)&_IFMT) == _IFSOCK)
/dports/editors/fpc-ide/fpc-3.2.2/rtl/nds/
H A Dlibc.inc19 result := (m and _IFMT) = _IFBLK;
24 result := (m and _IFMT) = _IFCHR;
29 result := (m and _IFMT) = _IFDIR;
34 result := (m and _IFMT) = _IFIFO;
39 result := (m and _IFMT) = _IFREG;
44 result := (m and _IFMT) = _IFLNK;
49 result := (m and _IFMT) = _IFSOCK;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/nds/
H A Dlibc.inc19 result := (m and _IFMT) = _IFBLK;
24 result := (m and _IFMT) = _IFCHR;
29 result := (m and _IFMT) = _IFDIR;
34 result := (m and _IFMT) = _IFIFO;
39 result := (m and _IFMT) = _IFREG;
44 result := (m and _IFMT) = _IFLNK;
49 result := (m and _IFMT) = _IFSOCK;
/dports/lang/fpc-source/fpc-3.2.2/rtl/nds/
H A Dlibc.inc19 result := (m and _IFMT) = _IFBLK;
24 result := (m and _IFMT) = _IFCHR;
29 result := (m and _IFMT) = _IFDIR;
34 result := (m and _IFMT) = _IFIFO;
39 result := (m and _IFMT) = _IFREG;
44 result := (m and _IFMT) = _IFLNK;
49 result := (m and _IFMT) = _IFSOCK;
/dports/lang/fpc/fpc-3.2.2/rtl/nds/
H A Dlibc.inc19 result := (m and _IFMT) = _IFBLK;
24 result := (m and _IFMT) = _IFCHR;
29 result := (m and _IFMT) = _IFDIR;
34 result := (m and _IFMT) = _IFIFO;
39 result := (m and _IFMT) = _IFREG;
44 result := (m and _IFMT) = _IFLNK;
49 result := (m and _IFMT) = _IFSOCK;
/dports/editors/fpc-ide/fpc-3.2.2/rtl/wii/
H A Dlibc.inc25 result := (m and _IFMT) = _IFBLK;
30 result := (m and _IFMT) = _IFCHR;
35 result := (m and _IFMT) = _IFDIR;
40 result := (m and _IFMT) = _IFIFO;
45 result := (m and _IFMT) = _IFREG;
50 result := (m and _IFMT) = _IFLNK;
55 result := (m and _IFMT) = _IFSOCK;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/wii/
H A Dlibc.inc25 result := (m and _IFMT) = _IFBLK;
30 result := (m and _IFMT) = _IFCHR;
35 result := (m and _IFMT) = _IFDIR;
40 result := (m and _IFMT) = _IFIFO;
45 result := (m and _IFMT) = _IFREG;
50 result := (m and _IFMT) = _IFLNK;
55 result := (m and _IFMT) = _IFSOCK;
/dports/lang/fpc-source/fpc-3.2.2/rtl/gba/
H A Dlibc.inc25 result := (m and _IFMT) = _IFBLK;
30 result := (m and _IFMT) = _IFCHR;
35 result := (m and _IFMT) = _IFDIR;
40 result := (m and _IFMT) = _IFIFO;
45 result := (m and _IFMT) = _IFREG;
50 result := (m and _IFMT) = _IFLNK;
55 result := (m and _IFMT) = _IFSOCK;
/dports/lang/fpc-source/fpc-3.2.2/rtl/wii/
H A Dlibc.inc25 result := (m and _IFMT) = _IFBLK;
30 result := (m and _IFMT) = _IFCHR;
35 result := (m and _IFMT) = _IFDIR;
40 result := (m and _IFMT) = _IFIFO;
45 result := (m and _IFMT) = _IFREG;
50 result := (m and _IFMT) = _IFLNK;
55 result := (m and _IFMT) = _IFSOCK;
/dports/lang/fpc/fpc-3.2.2/rtl/gba/
H A Dlibc.inc25 result := (m and _IFMT) = _IFBLK;
30 result := (m and _IFMT) = _IFCHR;
35 result := (m and _IFMT) = _IFDIR;
40 result := (m and _IFMT) = _IFIFO;
45 result := (m and _IFMT) = _IFREG;
50 result := (m and _IFMT) = _IFLNK;
55 result := (m and _IFMT) = _IFSOCK;
/dports/lang/fpc/fpc-3.2.2/rtl/wii/
H A Dlibc.inc25 result := (m and _IFMT) = _IFBLK;
30 result := (m and _IFMT) = _IFCHR;
35 result := (m and _IFMT) = _IFDIR;
40 result := (m and _IFMT) = _IFIFO;
45 result := (m and _IFMT) = _IFREG;
50 result := (m and _IFMT) = _IFLNK;
55 result := (m and _IFMT) = _IFSOCK;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/gba/
H A Dlibc.inc25 result := (m and _IFMT) = _IFBLK;
30 result := (m and _IFMT) = _IFCHR;
35 result := (m and _IFMT) = _IFDIR;
40 result := (m and _IFMT) = _IFIFO;
45 result := (m and _IFMT) = _IFREG;
50 result := (m and _IFMT) = _IFLNK;
55 result := (m and _IFMT) = _IFSOCK;
/dports/editors/fpc-ide/fpc-3.2.2/rtl/gba/
H A Dlibc.inc25 result := (m and _IFMT) = _IFBLK;
30 result := (m and _IFMT) = _IFCHR;
35 result := (m and _IFMT) = _IFDIR;
40 result := (m and _IFMT) = _IFIFO;
45 result := (m and _IFMT) = _IFREG;
50 result := (m and _IFMT) = _IFLNK;
55 result := (m and _IFMT) = _IFSOCK;
H A Dlibch.inc124 _IFMT = 0170000; // type of file
/dports/www/squidguard/squidGuard-1.4/src/
H A Dwwwsys.h130 #define _IFMT 0170000 /* type of file */ macro
162 #define S_IFMT _IFMT
205 #define S_ISREG(m) (((m)&_IFMT) == _IFREG)
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A Dwwwsys.h196 #define _IFMT 0170000 /* type of file */ macro
228 #define S_IFMT _IFMT
271 #define S_ISREG(m) (((m)&_IFMT) == _IFREG)
/dports/comms/gkermit/gkermit-1.0/
H A Dgunixio.c155 #ifndef _IFMT
157 #define _IFMT S_IFMT macro
159 #define _IFMT 0170000 macro
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dcmd-head.c142 _IFMT = 1<<2, in a_chead__hprf() enumerator
188 flags |= _IFMT; in a_chead__hprf()
450 subjline = a_chead__subject(mp, (threaded && (flags & _IFMT)), in a_chead__hprf()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckufio.c723 #ifndef _IFMT
725 #define _IFMT S_IFMT macro
727 #define _IFMT 0170000 macro
2323 ((_IFMT & buf.st_mode) == _IFLNK)
2368 needrlink = (_IFMT & buf.st_mode) == _IFLNK;
5544 #ifdef _IFMT
5546 sb.st_mode = (sb.st_mode & _IFMT) | x;
6202 ((_IFMT & buf.st_mode) == _IFLNK)
6454 ((_IFMT & buf.st_mode) == _IFLNK)
7671 ((_IFMT & buf.st_mode) == _IFLNK)
[all …]

12