Home
last modified time | relevance | path

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

/components/libc/compilers/common/extension/sys/
A Dstat.h33 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/components/dfs/dfs_v2/filesystems/procfs/
A Dprocfs.c152 else if (S_ISLNK(entry->mode)) in dfs_procfs_getdents()
259 if (S_ISLNK(entry->mode) && entry->data) in dfs_procfs_readlink()
349 else if (S_ISLNK(entry->mode)) in dfs_procfs_lookup()
A Dproc.c266 if (S_ISLNK(dentry->mode) && dentry->data) in proc_release()
575 else if (S_ISLNK(iter->mode)) in dump_proc_subtree()
595 else if (S_ISLNK(dentry->mode)) in proc_dump()
A Dproc_pid.c394 else if (S_ISLNK(pid_dentry_base[j].mode)) in proc_pid()
/components/dfs/dfs_v2/src/
A Ddfs_posix.c231 if (S_ISLNK(buffer.st_mode) && (__flags != AT_SYMLINK_NOFOLLOW)) in utimensat()
902 if (S_ISLNK(stat.st_mode)) in rmdir()
A Ddfs_file.c2602 else if (S_ISLNK(stat.st_mode)) in ls()
/components/finsh/
A Dmsh.c756 else if (S_ISLNK(buffer.st_mode)) in msh_auto_complete_path()

Completed in 20 milliseconds