Searched refs:S_IFLNK (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Ddir.h40 #ifndef S_IFLNK
41 #define S_IFLNK 0120000 macro
44 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/osnet-11/usr/src/lib/libfedfs/common/
H A Dget_rp_data.c55 if ((stbuf.st_mode & S_IFMT) == S_IFLNK) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DMakefile.PL51 S_IFIFO S_IFLNK S_IFREG S_IFSOCK S_IFWHT S_IREAD
H A DFcntl.pm185 _S_IFMT S_IFREG S_IFDIR S_IFLNK
196 _S_IFMT S_IFREG S_IFDIR S_IFLNK
214 sub S_ISLNK { ( $_[0] & _S_IFMT() ) == S_IFLNK() }
/osnet-11/usr/src/lib/libast/common/features/
H A Dmode.c97 #ifdef S_IFLNK
98 printf("#define S_ISLNK(m) (S_ITYPE(m)==S_IFLNK)\n");
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_minix.c149 #define S_IFLNK 0120000 macro
152 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
H A Dfsys_ext2fs.c278 #define S_IFLNK 0120000 macro
281 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/osnet-11/usr/src/lib/libc/port/gen/
H A D_xftw.c164 #ifdef S_IFLNK
167 ((sb.st_mode & S_IFMT) == S_IFLNK)) {
H A Dnftw.c353 } else if ((statb.st_mode & S_IFMT) == S_IFLNK) {
380 ((statb.st_mode & S_IFMT) == S_IFLNK)) ||
383 ((statb.st_mode & S_IFMT) == S_IFLNK))) {
/osnet-11/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c200 if ((sbuf.st_mode & S_IFMT) != S_IFLNK)
351 if ((st.st_mode & S_IFMT) == S_IFLNK)
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsmb_reparse.c62 if ((statbuf.st_mode & S_IFMT) != S_IFLNK) {
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dreiserfs.c61 #define S_IFLNK 0xA000 macro
874 if ((grub_le_to_cpu16 (entry_v1_stat.mode) & S_IFLNK)
875 == S_IFLNK)
921 if ((grub_le_to_cpu16 (entry_v2_stat.mode) & S_IFLNK)
922 == S_IFLNK)
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdment.c309 if ((filestat.st_mode & S_IFLNK) &&
/osnet-11/usr/src/lib/libpkg/common/
H A Dverify.c515 case S_IFLNK:
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c1078 * S_IFLNK to create symbolic link
1086 * @target and @target_len are used only if @type is S_IFLNK, in other cases
1268 case S_IFLNK:
1425 return __ntfs_create(dir_ni, name, name_len, S_IFLNK, 0,
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2686 # if !defined(S_ISLNK) && defined(S_IFLNK)
2687 # define S_ISLNK(foo) ((foo & S_IFMT) == S_IFLNK)
2688 # endif /* !defined(S_ISLNK) && defined(S_IFLNK) */
/osnet-11/usr/src/cmd/sendmail/src/
H A Dutil.c1930 #ifdef S_IFLNK
1931 case S_IFLNK:
1935 #endif /* S_IFLNK */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h952 # ifdef S_IFLNK
953 # define S_ISLNK(m) ((m & S_IFMT) == S_IFLNK)
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c1055 case S_IFLNK:

Completed in 885 milliseconds