Home
last modified time | relevance | path

Searched refs:S_IXGRP (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Dstat.h36 #define S_IXGRP 00010 macro
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Dstat.h36 #define S_IXGRP 00010 macro
/AliOS-Things-master/components/ramfs/src/
A Dramfs_vfs.c236 st->st_mode = S_IXUSR | S_IXGRP | S_IXOTH; in ramfs_vfs_stat()
279 st->st_mode = S_IXUSR | S_IXGRP | S_IXOTH; in ramfs_vfs_fstat()
/AliOS-Things-master/components/cli/src/iobox/
A Dls.c89 s.st_mode & S_IXGRP ? 'x' : '-', in ls_show()
/AliOS-Things-master/components/SDL2/
A Dlibtool5034 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
5053 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/AliOS-Things-master/components/SDL2/src/image/
A Dlibtool4123 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
4142 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
A Dltmain.sh3630 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3649 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/AliOS-Things-master/components/SDL2/build-scripts/
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);
/AliOS-Things-master/components/SDL2/src/gfx/
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);
/AliOS-Things-master/components/SDL2/src/gfx/Test/
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);
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dltmain.sh5973 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
5992 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dltmain.sh5973 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
5992 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dltmain.sh5973 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
5992 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);

Completed in 110 milliseconds