Searched refs:__mode_t (Results 1 – 9 of 9) sorted by relevance
54 typedef __uint32_t __mode_t; ///< file permissions typedef
173 typedef __mode_t mode_t; /* permissions */174 #define mode_t __mode_t
268 char *devname(__dev_t, __mode_t);269 char *devname_r(__dev_t, __mode_t, char *, int);
50 typedef __uint16_t __mode_t; /* permissions */ typedef
155 typedef __mode_t mode_t; /* permissions */
125 int (EFIAPI *fo_mkdir) (const char *path, __mode_t perms);180 int EFIAPI fbadop_mkdir (const char *path, __mode_t perms);
64 int EFIAPI fbadop_mkdir (const char *path, __mode_t perms) in fbadop_mkdir()
163 __mode_t perms in da_ShellMkdir()
563 mkdir (const char *path, __mode_t perms) in mkdir()