Searched refs:st_mode (Results 101 - 125 of 344) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c453 if (S_ISDIR(stbuf->st_mode)) {
474 if ((stbuf->st_mode & S_ISVTX) && stbuf->st_uid != getuid()) {
486 } else if (S_ISREG(stbuf->st_mode)) {
500 if (!S_ISREG(stbuf->st_mode)) {
587 res = do_mount(real_mnt, &type, stbuf.st_mode & S_IFMT, fd, opts, dev,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dvfs.c344 ret = S_ISDIR(st->st_mode);
370 !SMB_VFS_STAT(conn,name,&sbuf) && (mode & ~sbuf.st_mode))
371 SMB_VFS_CHMOD(conn,name,sbuf.st_mode | (mode & ~sbuf.st_mode));
409 return(S_ISREG(sbuf->st_mode));
780 (st2.st_mode & S_IFMT) == S_IFDIR) {
965 (S_ISLNK(statbuf.st_mode)) ) {
H A Dopen.c227 if (VALID_STAT(*psbuf) && S_ISFIFO(psbuf->st_mode))
324 if(S_ISDIR(psbuf->st_mode)) {
330 fsp->mode = psbuf->st_mode;
1190 if (S_ISDIR(psbuf->st_mode)) {
1207 psbuf->st_mode, mode, &new_mode)) {
1210 (int)psbuf->st_mode, (int)mode ));
1681 if(!S_ISDIR(psbuf->st_mode)) {
1748 if(!S_ISDIR(psbuf->st_mode)) {
1763 fsp->mode = psbuf->st_mode;
1809 if(S_ISDIR(psbuf->st_mode))
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dftw.c439 if (statres == 0 && S_ISLNK (st.st_mode))
447 if (S_ISDIR (st.st_mode))
449 else if (S_ISLNK (st.st_mode))
752 && S_ISLNK (st.st_mode))
762 if (S_ISDIR (st.st_mode))
777 int flag = S_ISLNK (st.st_mode) ? FTW_SL : FTW_F;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/findutils/
H A Dfind.c215 return ((statbuf->st_mode & S_IFMT) == ap->type_mask);
223 return (statbuf->st_mode & ap->perm_mask) != 0;
226 return (statbuf->st_mode & ap->perm_mask) == ap->perm_mask;
228 return (statbuf->st_mode & 07777) == ap->perm_mask;
344 if (S_ISDIR(statbuf->st_mode)) {
384 if (S_ISDIR(statbuf->st_mode) && xdev_count) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/web/
H A Dcgi.c430 if (S_ISDIR(st.st_mode))
433 if (!file_exist(buf, &st) || !S_ISREG(st.st_mode))
439 else if (S_ISREG(st.st_mode))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/printing/
H A Dprintfsp.c84 fsp->mode = sbuf.st_mode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/last/
H A Dcnid_last.c66 if (S_ISDIR(st->st_mode))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dacl.c112 if (S_ISDIR(st.st_mode)) {
H A Dunix.c90 if (S_ISLNK(st->st_mode))
93 mode |= st->st_mode & ~mask; /* keep other bits from previous mode */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Dcompat.h50 compat_mode_t st_mode; /* 16 bits */ member in struct:compat_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dcopy-file.c69 mode = statbuf.st_mode & 07777;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dtest.c436 return ((s.st_mode & S_IFMT) == i);
445 return ((s.st_mode & i) != 0);
548 if (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))
557 if (st.st_mode & mode)
H A Ddd.c245 if (fstat(ofd, &st) < 0 || S_ISREG(st.st_mode) ||
246 S_ISDIR(st.st_mode))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dloop.c106 if (stat(try, &statbuf) || !S_ISBLK(statbuf.st_mode)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dfdformat.c64 if (!S_ISBLK(st.st_mode)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dacls.c149 if (S_ISDIR(sb->st_mode) && (allowed_rights & ACE_WRITE_DATA))
417 maskrights = posix_permset_to_darwin_rights(e, S_ISDIR(sb->st_mode));
436 rights |= posix_permset_to_darwin_rights(e, S_ISDIR(sb->st_mode));
444 rights |= posix_permset_to_darwin_rights(e, S_ISDIR(sb->st_mode));
451 rights |= (posix_permset_to_darwin_rights(e, S_ISDIR(sb->st_mode)) & maskrights);
459 rights |= posix_permset_to_darwin_rights(e, S_ISDIR(sb->st_mode));
465 rights |= posix_permset_to_darwin_rights(e, S_ISDIR(sb->st_mode));
867 if (S_ISDIR(st.st_mode)) {
1054 if (S_ISDIR(st.st_mode))
1061 EC_NULL_LOG_ERR(acc_acl = acl_from_mode(st.st_mode), AFPERR_MIS
[all...]
H A Dunix.c122 mode = stat->st_mode;
285 if (S_ISDIR(st.st_mode)) {
392 if (!S_ISDIR(st.st_mode)) {
527 if (( st.st_mode & S_IFMT ) == S_IFREG ) {
573 if (S_ISDIR(sbuf.st_mode)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dsmbw.c919 if (((mode & R_OK) && !(st.st_mode & S_IRUSR)) ||
920 ((mode & W_OK) && !(st.st_mode & S_IWUSR)) ||
921 ((mode & X_OK) && !(st.st_mode & S_IXUSR))) {
1473 st64->st_mode = st->st_mode;
1510 unsigned short int st_mode; member in struct:kernel_stat
1546 st->st_mode = kbuf->st_mode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/ia64/
H A Daliasing-test.c95 if (r == 0 && S_ISDIR(buf.st_mode)) {
183 if (r == 0 && S_ISDIR(buf.st_mode)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/libsmbclient/
H A Dtestsmbc.c287 (int)st2.st_size, st2.st_mode);
290 (int)st1.st_size, st1.st_mode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/client/
H A Dsmbmnt.c125 if (!S_ISDIR(st.st_mode)) {
132 ((st.st_mode & S_IRWXU) != S_IRWXU))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/
H A Dunzip.c289 if (!S_ISDIR(stat_buf.st_mode)) {
305 } else if (S_ISREG(stat_buf.st_mode)) { /* File is regular file */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudev_sysfs.c189 if (S_ISLNK(statbuf.st_mode)) {
386 if (S_ISLNK(statbuf.st_mode)) {
406 if (S_ISDIR(statbuf.st_mode))
410 if ((statbuf.st_mode & S_IRUSR) == 0)
522 if (S_ISLNK(statbuf.st_mode))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c192 if (S_ISDIR(st.st_mode)) {
302 if (S_ISREG(st->st_mode))
340 chmod(adname, st->st_mode);
620 if (S_ISDIR(st.st_mode)) {
729 rqst.type = S_ISDIR(st->st_mode)?1:0;
917 switch (st.st_mode & S_IFMT) {
1010 if (S_ISDIR(st.st_mode) && (cnid || nocniddb)) { /* If we have no cnid for it we cant recur */

Completed in 395 milliseconds

1234567891011>>