Searched refs:st_mode (Results 26 - 32 of 32) sorted by relevance

12

/seL4-camkes-master/projects/musllibc/src/passwd/
H A Dgetspnam_r.c88 if (fstat(fd, &st) || !S_ISREG(st.st_mode) || !(f = fdopen(fd, "rb"))) {
/seL4-camkes-master/projects/musllibc/src/regex/
H A Dglob.c80 if (!stat(d, &st) && S_ISDIR(st.st_mode)) {
123 mark = S_ISDIR(st.st_mode);
/seL4-camkes-master/projects/lwip/src/apps/http/makefsdata/
H A Dtinydir.h554 S_ISDIR(file->_s.st_mode);
572 S_ISREG(file->_s.st_mode);
/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dutils.c808 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
H A Dauth.c2299 } else if ((sbuf.st_mode & (S_IRWXG | S_IRWXO)) != 0) {
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/
H A Dltmain.sh4595 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
4614 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
4746 if (S_ISLNK (s.st_mode) != 0)
/seL4-camkes-master/tools/rumprun/tests/configure/build-aux/
H A Dltmain.sh4595 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
4614 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
4746 if (S_ISLNK (s.st_mode) != 0)

Completed in 226 milliseconds

12