Searched refs:S_ISDIR (Results 1 - 25 of 170) sorted by relevance

1234567

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/qnx4/
H A Dtruncate.c26 if (!(S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) ||
30 if (!(S_ISDIR(inode->i_mode))) {
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dcp.c92 if (((!source_exists || !S_ISDIR(source_stat.st_mode)) &&
93 (!dest_exists || !S_ISDIR(dest_stat.st_mode))) ||
96 ((flags & FILEUTILS_RECUR) && S_ISDIR(source_stat.st_mode) &&
H A Dmv.c59 if (S_ISDIR(dest_stat.st_mode) &&
60 (!source_exists || !S_ISDIR(source_stat.st_mode))) {
65 if (!S_ISDIR(dest_stat.st_mode) && source_exists &&
66 S_ISDIR(source_stat.st_mode)) {
152 if (!dest_exists || !S_ISDIR(dest_stat.st_mode)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_inode.c55 rc = diAlloc(parent, S_ISDIR(mode), inode);
67 if (S_ISDIR(mode))
73 if (S_ISDIR(mode))
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Disdirectory.c52 if (status < 0 || !(S_ISDIR(statBuf->st_mode))) {
H A Drecursive_action.c85 if (S_ISDIR(statbuf.st_mode)) {
93 if (S_ISDIR(statbuf.st_mode)) {
H A Dremove_file.c58 if (S_ISDIR(path_stat.st_mode)) {
H A Dcopy_file.c65 if (S_ISDIR(source_stat.st_mode)) {
77 if (!S_ISDIR(dest_stat.st_mode)) {
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/tests/progs/
H A Dhold_inode.c35 if (S_ISDIR(statbuf.st_mode)) {
/asus-wl-520gu-7.0.1.45/src/router/acl/examples/
H A Dget-acl.c45 if (S_ISDIR(st.st_mode)) {
65 if (S_ISDIR(st.st_mode)) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dvfs_fake_perms.c38 if (S_ISDIR(sbuf->st_mode)) {
58 if (S_ISDIR(sbuf->st_mode)) {
H A Dvfs_netatalk.c86 if (S_ISDIR(orig_info->st_mode)) {
247 if (S_ISDIR(orig_info.st_mode) || S_ISREG(orig_info.st_mode)) {
303 if (S_ISDIR(orig_info.st_mode) || S_ISREG(orig_info.st_mode)) {
335 if (!S_ISDIR(orig_info.st_mode) && !S_ISREG(orig_info.st_mode)) {
367 if (!S_ISDIR(orig_info.st_mode) && !S_ISREG(orig_info.st_mode)) {
/asus-wl-520gu-7.0.1.45/src/router/acl/libacl/
H A Dacl_set_file.c64 if (!S_ISDIR(st.st_mode)) {
H A Dacl_get_file.c78 if (S_ISDIR(st.st_mode))
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/e2p/
H A Dgetflags.c56 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode))
H A Dsetflags.c62 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode)) {
H A Dfgetflags.c69 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode)) {
H A Dfsetflags.c75 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/udf/
H A Dialloc.c52 is_directory = S_ISDIR(inode->i_mode);
103 if (S_ISDIR(mode))
120 if (S_ISDIR(mode))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dstat.h26 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dstat.h26 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Ddirutil.c53 if (S_ISDIR(st.st_mode)) { retval = 1; goto end; }
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Ddirutil.c53 if (S_ISDIR(st.st_mode)) { retval = 1; goto end; }
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hpfs/
H A Dinode.c214 if ((i->i_mode != ((i->i_sb->s_hpfs_mode & ~(S_ISDIR(i->i_mode) ? 0 : 0111))
215 | (S_ISDIR(i->i_mode) ? S_IFDIR : S_IFREG))
216 && i->i_mode != ((i->i_sb->s_hpfs_mode & ~(S_ISDIR(i->i_mode) ? 0222 : 0333))
217 | (S_ISDIR(i->i_mode) ? S_IFDIR : S_IFREG))) || i->i_hpfs_ea_mode) {
270 } else if (S_ISDIR(i->i_mode)) {
283 if (S_ISDIR(i->i_mode)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Ddnotify.c48 if (!S_ISDIR(inode->i_mode))
79 if (!S_ISDIR(inode->i_mode))

Completed in 1252 milliseconds

1234567