/external/e2fsprogs/misc/ |
D | chattr.c | 43 #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/ |
D | sys_stat.in.h | 90 # 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/ |
D | stat.h | 402 # 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/ |
D | stat.h | 402 # 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/ |
D | stat.h | 24 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
|
/external/grub/stage2/ |
D | fsys_minix.c | 152 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro 352 if (S_ISLNK (INODE->i_mode)) in minix_dir()
|
D | fsys_ext2fs.c | 233 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro 602 if (S_ISLNK (INODE->i_mode)) in ext2fs_dir()
|
D | fsys_reiserfs.c | 288 #define S_ISLNK(mode) (((mode) & 0170000) == 0120000) macro 1028 if (S_ISLNK (mode)) in reiserfs_dir()
|
/external/chromium/chrome/browser/ |
D | process_singleton_linux_uitest.cc | 109 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/ |
D | realpath.c | 145 if (S_ISLNK(sb.st_mode)) { in realpath()
|
D | glob.c | 609 (S_ISLNK(sb.st_mode) &&
|
/external/oprofile/libutil/ |
D | op_file.c | 102 S_ISLNK(lstat_buf.st_mode)) { in make_pathname_from_dirent()
|
/external/openssh/ |
D | defines.h | 146 #ifndef S_ISLNK 147 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
|
/external/chromium/base/ |
D | platform_file_posix.cc | 191 info->is_symbolic_link = S_ISLNK(file_info.st_mode); in GetPlatformFileInfo()
|
/external/yaffs2/yaffs2/utils/ |
D | mkyaffsimage.c | 412 if(S_ISLNK(stats.st_mode) || in process_directory() 438 if(S_ISLNK(stats.st_mode)) in process_directory()
|
D | mkyaffs2image.c | 399 if(S_ISLNK(stats.st_mode) || in process_directory() 429 if(S_ISLNK(stats.st_mode)) in process_directory()
|
/external/mksh/src/ |
D | sh.h | 320 #ifndef S_ISLNK 321 #define S_ISLNK(m) ((m & 0170000) == 0120000) macro 399 #undef S_ISLNK 400 #define S_ISLNK(m) (/* CONSTCOND */ 0) macro
|
D | eval.c | 1513 (!S_ISLNK(lstatb.st_mode) || in globit() 1524 (S_ISLNK(lstatb.st_mode) && stat_check() > 0 && in globit()
|
D | misc.c | 1435 if (S_ISLNK(sb.st_mode)) { in do_realpath()
|
/external/e2fsprogs/ext2ed/ |
D | inode_com.c | 251 if (S_ISLNK (type_data.u.t_ext2_inode.i_mode)) { in type_ext2_inode___show()
|
D | dir_com.c | 268 if (S_ISLNK (type_data.u.t_ext2_inode.i_mode)) {/* Symbolic link ? */ in type_dir___cd()
|
/external/oprofile/opjitconv/ |
D | opjitconv.c | 279 if (S_ISLNK(file_stat.st_mode)) { in process_jit_dumpfile()
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 121 #define VKI_S_ISLNK(m) S_ISLNK(m)
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | cap-ng.c | 549 if (S_ISLNK(buf.st_mode) || !S_ISREG(buf.st_mode)) { in capng_apply_caps_fd()
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 439 return S_ISLNK(buf.st_mode); 576 if (S_ISLNK(st.st_mode))
|