Searched refs:__fd (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/posix/sys/ |
D | stat.h | 198 int fchmod(int __fd, mode_t __mode); 199 int fstat(int __fd, struct stat *__sbuf); 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); 216 int utimensat(int __fd, const char *__path, const struct timespec __times[2], int __flag); 219 int futimens(int __fd, const struct timespec __times[2]); 227 int _fstat(int __fd, struct stat *__sbuf); [all …]
|