Home
last modified time | relevance | path

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

12

/external/e2fsprogs/misc/
Dchattr.c43 #ifndef S_ISLNK /* So we can compile even with gcc-warn */
45 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) macro
47 # define S_ISLNK(mode) 0 macro
/external/bison/lib/
Dsys_stat.in.h90 # undef S_ISLNK
135 #ifndef S_ISLNK
137 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
139 # define S_ISLNK(m) 0
/external/bison/linux-lib/sys/
Dstat.h402 # undef S_ISLNK
447 #ifndef S_ISLNK
449 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
451 # define S_ISLNK(m) 0 macro
/external/bison/darwin-lib/sys/
Dstat.h402 # undef S_ISLNK
447 #ifndef S_ISLNK
449 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
451 # define S_ISLNK(m) 0 macro
/external/kernel-headers/original/linux/
Dstat.h24 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/external/grub/stage2/
Dfsys_minix.c152 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
352 if (S_ISLNK (INODE->i_mode)) in minix_dir()
Dfsys_ext2fs.c233 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
602 if (S_ISLNK (INODE->i_mode)) in ext2fs_dir()
Dfsys_reiserfs.c288 #define S_ISLNK(mode) (((mode) & 0170000) == 0120000) macro
1028 if (S_ISLNK (mode)) in reiserfs_dir()
/external/chromium/chrome/browser/
Dprocess_singleton_linux_uitest.cc109 ASSERT_TRUE(S_ISLNK(statbuf.st_mode)); in TEST_F()
115 ASSERT_TRUE(S_ISLNK(statbuf.st_mode)); in TEST_F()
/external/openssh/openbsd-compat/
Drealpath.c145 if (S_ISLNK(sb.st_mode)) { in realpath()
Dglob.c609 (S_ISLNK(sb.st_mode) &&
/external/oprofile/libutil/
Dop_file.c102 S_ISLNK(lstat_buf.st_mode)) { in make_pathname_from_dirent()
/external/openssh/
Ddefines.h146 #ifndef S_ISLNK
147 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/external/chromium/base/
Dplatform_file_posix.cc191 info->is_symbolic_link = S_ISLNK(file_info.st_mode); in GetPlatformFileInfo()
/external/yaffs2/yaffs2/utils/
Dmkyaffsimage.c412 if(S_ISLNK(stats.st_mode) || in process_directory()
438 if(S_ISLNK(stats.st_mode)) in process_directory()
Dmkyaffs2image.c399 if(S_ISLNK(stats.st_mode) || in process_directory()
429 if(S_ISLNK(stats.st_mode)) in process_directory()
/external/mksh/src/
Dsh.h320 #ifndef S_ISLNK
321 #define S_ISLNK(m) ((m & 0170000) == 0120000) macro
399 #undef S_ISLNK
400 #define S_ISLNK(m) (/* CONSTCOND */ 0) macro
Deval.c1513 (!S_ISLNK(lstatb.st_mode) || in globit()
1524 (S_ISLNK(lstatb.st_mode) && stat_check() > 0 && in globit()
Dmisc.c1435 if (S_ISLNK(sb.st_mode)) { in do_realpath()
/external/e2fsprogs/ext2ed/
Dinode_com.c251 if (S_ISLNK (type_data.u.t_ext2_inode.i_mode)) { in type_ext2_inode___show()
Ddir_com.c268 if (S_ISLNK (type_data.u.t_ext2_inode.i_mode)) {/* Symbolic link ? */ in type_dir___cd()
/external/oprofile/opjitconv/
Dopjitconv.c279 if (S_ISLNK(file_stat.st_mode)) { in process_jit_dumpfile()
/external/valgrind/main/include/vki/
Dvki-darwin.h121 #define VKI_S_ISLNK(m) S_ISLNK(m)
/external/libcap-ng/libcap-ng-0.7/src/
Dcap-ng.c549 if (S_ISLNK(buf.st_mode) || !S_ISREG(buf.st_mode)) { in capng_apply_caps_fd()
/external/llvm/lib/Support/Unix/
DPath.inc439 return S_ISLNK(buf.st_mode);
576 if (S_ISLNK(st.st_mode))

12