Searched refs:S_ISLNK (Results 1 - 25 of 218) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dsymlink.h37 return (S_ISLNK(inode->i_mode) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dsysdep.h154 # ifndef S_ISLNK
155 # define S_ISLNK(m) 0 macro
168 #ifndef S_ISLNK
169 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
H A Dmswindows.h69 #ifndef S_ISLNK
70 # define S_ISLNK(a) 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Ddir.h40 #ifndef S_ISLNK
41 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-sys_stat.c45 S_ISLNK (S_IFREG),
124 verify (!S_ISLNK (S_IFBLK));
125 verify (!S_ISLNK (S_IFCHR));
126 verify (!S_ISLNK (S_IFDIR));
127 verify (!S_ISLNK (S_IFIFO));
128 verify (!S_ISLNK (S_IFREG));
130 verify (S_ISLNK (S_IFLNK));
133 verify (!S_ISLNK (S_IFSOCK));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfile-has-acl.c33 if (! S_ISLNK (sb->st_mode))
H A Dsys_stat.in.h41 # undef S_ISLNK macro
86 #ifndef S_ISLNK
88 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
90 # define S_ISLNK(m) 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Ddirlist.c169 if (S_ISDIR(statbuf.st_mode) || S_ISLNK(statbuf.st_mode))
182 #ifdef S_ISLNK
183 if (S_ISLNK(statbuf.st_mode)) {
226 #ifdef S_ISLNK
311 if (S_ISDIR(statbuf.st_mode) || S_ISLNK(statbuf.st_mode))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dgeneric_acl.c75 if (S_ISLNK(inode->i_mode))
132 if (!S_ISLNK(inode->i_mode))
176 if (S_ISLNK(inode->i_mode))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dacl.c83 if (S_ISLNK(inode->i_mode))
139 if (S_ISLNK(inode->i_mode))
182 if (S_ISLNK(inode->i_mode))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A Dchattr.c108 if (S_ISLNK(st.st_mode) && gp->recursive)
115 if (!S_ISREG(st.st_mode) && !S_ISLNK(st.st_mode) && !S_ISDIR(st.st_mode))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstat.h24 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dchmod.c47 if (S_ISLNK(statbuf->st_mode))
H A Dln.c66 if (lstat(*argv, &statbuf) || !S_ISLNK(statbuf.st_mode)) {
H A Ddu.c88 if (S_ISLNK(statbuf.st_mode)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dremove_file.c86 && !S_ISLNK(path_stat.st_mode) && isatty(0))
H A Dcopy_file.c223 /* DEREF uses stat, which never returns S_ISLNK() == true. */
224 /* || (FLAGS_DEREF && S_ISLNK(source_stat.st_mode)) */
258 && !S_ISLNK(dest_stat.st_mode))
317 if (S_ISLNK(source_stat.st_mode)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dlglobr.c62 #if defined(S_ISLNK) && defined(HAVE_READLINK)
63 } else if (S_ISLNK(m)) {
83 #endif /* S_ISLNK */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dchattr.c121 if (S_ISLNK(st.st_mode) && recursive)
128 if (!S_ISREG(st.st_mode) && !S_ISLNK(st.st_mode) && !S_ISDIR(st.st_mode))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/system/
H A Dfilesys.h83 /* apparently AIX needs this for S_ISLNK */
84 #ifndef S_ISLNK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dcanonicalize.c107 #ifdef S_ISLNK
237 #ifdef S_ISLNK
238 if (S_ISLNK (st.st_mode))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dcanonicalize.c107 #ifdef S_ISLNK
237 #ifdef S_ISLNK
238 if (S_ISLNK (st.st_mode))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dstat.h92 #define S_ISLNK(m) 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dstat.h91 #define S_ISLNK(m) 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dacl.c219 if (!S_ISLNK(inode->i_mode)) {
268 if (S_ISLNK(inode->i_mode))

Completed in 389 milliseconds

123456789