Searched defs:mode_t (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libmail/inc/ |
H A D | libmail.h | 53 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 D | stdtypes.h | 52 typedef unsigned short mode_t; /* file mode bits */ typedef
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | fcntl.h | 51 typedef __mode_t mode_t; typedef 317 int creat(const char *, mode_t);
|
H A D | stat.h | 76 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 D | types.h | 158 typedef __mode_t mode_t; /* permissions */ typedef
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | types.h | 331 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 D | def.h | 412 typedef int mode_t; typedef 626 extern int delempty(mode_t, char *);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | types.h | 371 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 D | conf.h | 694 # 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 1247 milliseconds