Searched defs:mode_t (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libmail/inc/
H A Dlibmail.h53 typedef int mode_t; typedef
62 extern int delempty(mode_t m, char *mailname);
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstdtypes.h52 typedef unsigned short mode_t; /* file mode bits */ typedef
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h51 typedef __mode_t mode_t; typedef
317 int creat(const char *, mode_t);
H A Dstat.h76 typedef __mode_t mode_t; typedef
106 mode_t st_mode; /* inode protection mode */
125 mode_t st_mode; /* inode protection mode */
321 int chmod(const char *, mode_t);
326 int fchmod(int, mode_t);
329 int fchmodat(int, const char *, mode_t, int);
337 int lchmod(const char *, mode_t);
342 int mkdir(const char *, mode_t);
343 int mkfifo(const char *, mode_t);
345 int mknod(const char *, mode_t, dev_
[all...]
H A Dtypes.h158 typedef __mode_t mode_t; /* permissions */ typedef
/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h331 typedef ulong_t mode_t; /* file attribute type */ typedef
333 typedef uint_t mode_t; typedef
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h412 typedef int mode_t; typedef
626 extern int delempty(mode_t, char *);
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h371 typedef uint_t mode_t; /* file attribute type */ typedef
373 typedef ulong_t mode_t; /* (historical version) */ typedef
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h694 # define MODE_T int /* and mode_t */
1309 typedef unsigned long mode_t; typedef
2151 # define MODE_T int /* system include files have no mode_t */
2646 # define MODE_T mode_t

Completed in 79 milliseconds