Searched refs:stat (Results 1 - 25 of 115) sorted by relevance

12345

/seL4-refos-master/libs/libmuslc/src/stat/
H A Dstat.c1 #include <sys/stat.h>
6 int stat(const char *restrict path, struct stat *restrict buf) function
15 LFS64(stat); variable
H A Dfstatat.c1 #include <sys/stat.h>
5 int fstatat(int fd, const char *restrict path, struct stat *restrict buf, int flag)
H A Dfutimens.c1 #include <sys/stat.h>
H A Dumask.c1 #include <sys/stat.h>
H A D__xstat.c1 #include <sys/stat.h>
4 int __fxstat(int ver, int fd, struct stat *buf)
9 int __fxstatat(int ver, int fd, const char *path, struct stat *buf, int flag)
14 int __lxstat(int ver, const char *path, struct stat *buf)
19 int __xstat(int ver, const char *path, struct stat *buf)
21 return stat(path, buf);
H A Dmkdirat.c1 #include <sys/stat.h>
H A Dmkfifo.c1 #include <sys/stat.h>
H A Dmkfifoat.c1 #include <sys/stat.h>
H A Dlstat.c1 #include <sys/stat.h>
6 int lstat(const char *restrict path, struct stat *restrict buf)
H A Dchmod.c1 #include <sys/stat.h>
H A Dlchmod.c2 #include <sys/stat.h>
H A Dmkdir.c1 #include <sys/stat.h>
H A Dmknodat.c1 #include <sys/stat.h>
H A Dfstat.c1 #include <sys/stat.h>
9 int fstat(int fd, struct stat *st)
/seL4-refos-master/libs/libmuslc/src/misc/
H A Dget_current_dir_name.c6 #include <sys/stat.h>
9 struct stat a, b;
11 if (res && *res && !stat(res, &a) && !stat(".", &b)
/seL4-refos-master/libs/libmuslc/src/ipc/
H A Dftok.c2 #include <sys/stat.h>
6 struct stat st;
7 if (stat(path, &st) < 0) return -1;
/seL4-refos-master/libs/libmuslc/include/
H A Dftw.h9 #include <sys/stat.h>
29 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
30 int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int);
/seL4-refos-master/libs/libmuslc/src/legacy/
H A Dftw.c4 int ftw(const char *path, int (*fn)(const char *, const struct stat *, int), int fd_limit)
/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dtmpnam.c4 #include <sys/stat.h>
21 r = __syscall(SYS_lstat, s, &(struct stat){0});
24 &(struct stat){0}, AT_SYMLINK_NOFOLLOW);
/seL4-refos-master/libs/libmuslc/src/temp/
H A Dmktemp.c5 #include <sys/stat.h>
13 struct stat st;
23 if (stat(template, &st)) {
/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dttyname_r.c3 #include <sys/stat.h>
9 struct stat st1, st2;
23 if (stat(name, &st1) || fstat(fd, &st2))
/seL4-refos-master/libs/libmuslc/src/dirent/
H A Dfdopendir.c3 #include <sys/stat.h>
11 struct stat st;
/seL4-refos-master/libs/libmuslc/src/time/
H A D__map_file.c3 #include <sys/stat.h>
10 struct stat st;
/seL4-refos-master/libs/librefossys/src/
H A Dsys_ignored.c17 #include <sys/stat.h>
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_ignored.c17 #include <sys/stat.h>

Completed in 166 milliseconds

12345