Searched refs:__path (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/posix/sys/ |
D | stat.h | 197 int chmod(const char *__path, mode_t __mode); 201 int mkfifo(const char *__path, mode_t __mode); 202 int stat(const char *__restrict __path, struct stat *__restrict __sbuf); 206 int lstat(const char *__restrict __path, struct stat *__restrict __buf); 207 int mknod(const char *__path, mode_t __mode, dev_t __dev); 211 int fchmodat(int __fd, const char *__path, mode_t __mode, int __flag); 212 int fstatat(int __fd, const char *__restrict __path, struct stat *__restrict __buf, int __flag); 213 int mkdirat(int __fd, const char *__path, mode_t __mode); 214 int mkfifoat(int __fd, const char *__path, mode_t __mode); 215 int mknodat(int __fd, const char *__path, mode_t __mode, dev_t __dev); [all …]
|