Searched refs:S_IXGRP (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/ |
A D | stat.h | 36 #define S_IXGRP 00010 macro
|
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/ |
A D | stat.h | 36 #define S_IXGRP 00010 macro
|
/AliOS-Things-master/components/ramfs/src/ |
A D | ramfs_vfs.c | 236 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 D | ls.c | 89 s.st_mode & S_IXGRP ? 'x' : '-', in ls_show()
|
/AliOS-Things-master/components/SDL2/ |
A D | libtool | 5034 && (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 D | libtool | 4123 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) 4142 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
|
A D | ltmain.sh | 3630 && (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 D | ltmain.sh | 4595 && (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 D | ltmain.sh | 4595 && (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 D | ltmain.sh | 4595 && (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 D | ltmain.sh | 5973 && (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 D | ltmain.sh | 5973 && (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 D | ltmain.sh | 5973 && (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