Home
last modified time | relevance | path

Searched refs:S_IFLNK (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Dstat.h10 #define S_IFLNK 0120000 macro
20 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Dstat.h10 #define S_IFLNK 0120000 macro
20 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/AliOS-Things-master/components/cli/src/iobox/
A Dls.c68 case S_IFLNK: in ls_show()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest_std.js202 assert(st.mode & os.S_IFMT, os.S_IFLNK);
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi645 @item S_IFLNK
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c3876 OS_FLAG(S_IFLNK),
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs-libc.c3531 OS_FLAG(S_IFLNK),

Completed in 25 milliseconds