Searched refs:st_mode (Results 126 - 150 of 344) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dwin32_io.c1322 * Note: Only st_mode, st_size, and st_blocks are filled.
1330 mode_t st_mode; local
1334 st_mode = S_IFCHR;
1337 st_mode = S_IFBLK;
1340 st_mode = S_IFIFO;
1343 st_mode = 0;
1346 buf->st_mode = st_mode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c447 stbuf->st_mode = S_IFDIR | (0777 & ~ctx->dmask);
457 stbuf->st_mode = S_IFREG;
482 stbuf->st_mode = S_IFIFO;
485 stbuf->st_mode = S_IFSOCK;
514 stbuf->st_mode = S_IFBLK;
523 stbuf->st_mode = S_IFCHR;
530 stbuf->st_mode = S_IFLNK;
535 stbuf->st_mode |= (0777 & ~ctx->fmask);
658 st.st_mode = S_IFREG | (0777 & ~ctx->fmask);
660 st.st_mode
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dfake_file.c63 fsp->mode = psbuf->st_mode;
H A Dnotify_hash.c134 data->mode_sum += st.st_mode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbback.c125 st.st_mode & 0777);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbget.c185 if(chmod(relname, remotestat.st_mode) < 0) {
186 fprintf(stderr, "Unable to change mode of local dir %s to %o\n", relname, remotestat.st_mode);
425 if(fchmod(localhandle, remotestat.st_mode) < 0) {
426 fprintf(stderr, "Unable to change mode of local file %s to %o\n", path, remotestat.st_mode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmreorg.c116 fileinfo.st_mode, dbf->fatal_err);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Drun.c177 if((S_IFIFO|S_IFREG|S_IFSOCK)&st.st_mode){
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dpppoatm.c65 * to set up S_ISCHR(devstat.st_mode) != 1, so we
87 devstat.st_mode = S_IFSOCK;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/adv1tov2/
H A Dadv1tov2.c106 if (S_ISDIR(st.st_mode) && (dpnew = opendir(de->d_name))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dcompat.h52 compat_mode_t st_mode; member in struct:compat_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dcompat.h53 compat_mode_t st_mode; member in struct:compat_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dcompat.h51 compat_mode_t st_mode; member in struct:compat_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dcompat.h57 compat_mode_t st_mode; member in struct:compat_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dcompat.h57 compat_mode_t st_mode; member in struct:compat_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_doswin.c218 if(((stat(base, &st_buf)) == 0) && (S_ISCHR(st_buf.st_mode))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Ddevices.h173 if (!S_ISBLK(statbuf.st_mode) ||
H A Dmzip.c89 if (!S_ISBLK (st_dev.st_mode)) /* not a block device, cannot
124 if (S_ISBLK (st_mnt.st_mode)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dmount_util.c46 if (S_ISLNK(stbuf.st_mode))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtempname.c114 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dsave.c93 if (ret == 0 && S_ISREG(st.st_mode)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/
H A Dbbunzip.c79 stat_buf.st_mode))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_stat.c83 stats->st_mode = lp->filemode;
184 __db_msg(env, "%#o\tLog file mode", sp->st_mode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dconfig.c351 if (!S_ISREG(st.st_mode)) {
362 if (!S_ISREG(st.st_mode)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwb_common.c185 if (!S_ISDIR(st.st_mode) ||
215 if (!S_ISSOCK(st.st_mode) ||

Completed in 242 milliseconds

1234567891011>>