Home
last modified time | relevance | path

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

1234

/third_party/python/Lib/
Dstat.py41 S_IFLNK = 0o120000 # symbolic link variable
72 return S_IFMT(mode) == S_IFLNK
129 ((S_IFLNK, "l"),
/third_party/ntfs-3g/include/ntfs-3g/
Ddir.h37 #ifndef S_IFLNK
38 #define S_IFLNK 0120000 macro
41 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h36 #define S_IFLNK 0120000 macro
49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h36 #define S_IFLNK 0120000 macro
49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/third_party/musl/porting/linux/user/include/sys/
Dstat.h36 #define S_IFLNK 0120000 macro
49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h36 #define S_IFLNK 0120000 macro
49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h36 #define S_IFLNK 0120000 macro
49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/third_party/musl/include/sys/
Dstat.h36 #define S_IFLNK 0120000 macro
49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/third_party/ffmpeg/libavformat/
Dfile.c54 # ifdef S_IFLNK
55 # define S_ISLNK(m) (((m) & S_IFLNK) == S_IFLNK)
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h102 #if !defined(S_IFLNK)
103 # define S_IFLNK 0 macro
175 #define DT_LNK S_IFLNK
197 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/third_party/node/deps/uvwasi/src/
Duv_mapping.c23 #if !defined(S_ISLNK) && defined(S_IFMT) && defined(S_IFLNK)
24 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/third_party/ltp/testcases/kernel/syscalls/lstat/
Dlstat01.c39 if ((stat_buf.st_mode & S_IFMT) != S_IFLNK || in run()
/third_party/python/Include/
Dpyport.h253 #ifndef S_IFLNK
256 # define S_IFLNK 0120000 macro
/third_party/python/Modules/
D_stat.c100 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
514 ADD_INT_MACRO(module, S_IFLNK); in stat_exec()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs262 Symlink = linux_raw_sys::general::S_IFLNK as isize,
288 linux_raw_sys::general::S_IFLNK => Self::Symlink, in from_raw_mode()
303 Self::Symlink => linux_raw_sys::general::S_IFLNK, in as_raw_mode()
/third_party/selinux/libselinux/utils/
Dselabel_lookup_best_match.c45 return S_IFLNK; in string_to_mode()
Dmatchpathcon.c61 return S_IFLNK; in string_to_mode()
/third_party/musl/libc-test/src/api/
Dftw.c42 C(S_IFLNK) in f()
Dsys_stat.c65 C(S_IFLNK) in f()
/third_party/node/deps/uv/include/uv/
Dwin.h74 #ifndef S_IFLNK
75 # define S_IFLNK 0xA000 macro
/third_party/libuv/include/uv/
Dwin.h74 #ifndef S_IFLNK
75 # define S_IFLNK 0xA000 macro
/third_party/ntfs-3g/src/
Dntfs-3g.c730 stbuf->st_mode = S_IFLNK; in junction_getattr()
766 stbuf->st_mode = S_IFLNK; in wsl_getattr()
776 stbuf->st_mode = S_IFLNK; in wsl_getattr()
795 case S_IFLNK : in apply_umask()
859 stbuf->st_mode = S_IFLNK; in ntfs_fuse_getattr()
881 stbuf->st_mode = S_IFLNK; in ntfs_fuse_getattr()
1021 stbuf->st_mode = S_IFLNK; in ntfs_fuse_getattr()
1292 st.st_mode = S_IFLNK | 0777; in ntfs_fuse_filler()
1307 st.st_mode = S_IFLNK | 0777; /* default */ in ntfs_fuse_filler()
1320 st.st_mode = S_IFLNK; in ntfs_fuse_filler()
[all …]
Dlowntfs-3g.c672 stbuf->st_mode = S_IFLNK; in junction_getstat()
708 stbuf->st_mode = S_IFLNK; in wsl_getstat()
718 stbuf->st_mode = S_IFLNK; in wsl_getstat()
737 case S_IFLNK : in apply_umask()
774 stbuf->st_mode = S_IFLNK; in ntfs_fuse_getstat()
797 stbuf->st_mode = S_IFLNK; in ntfs_fuse_getstat()
920 stbuf->st_mode = S_IFLNK; in ntfs_fuse_getstat()
1261 st.st_mode = S_IFLNK | 0777; in ntfs_fuse_filler()
1276 st.st_mode = S_IFLNK | 0777; /* default */ in ntfs_fuse_filler()
1289 st.st_mode = S_IFLNK; in ntfs_fuse_filler()
[all …]
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs385 Symlink = c::S_IFLNK as isize,
413 c::S_IFLNK => Self::Symlink, in from_raw_mode()
429 Self::Symlink => c::S_IFLNK as RawMode, in as_raw_mode()
/third_party/typescript/src/harness/
DvfsUtil.ts25 const S_IFLNK = 0o120000; // symbolic link constant
626 const node = this._mknod(parent.dev, S_IFLNK, /*mode*/ 0o666, time);
871 … private _mknod(dev: number, type: typeof S_IFLNK, mode: number, time?: number): SymlinkInode;
1328 public isSymbolicLink() { return (this.mode & S_IFMT) === S_IFLNK; }
1508 return node !== undefined && (node.mode & S_IFMT) === S_IFLNK;

1234