Searched refs:st_mode (Results 201 - 225 of 344) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Ddevices.c990 if (!((S_ISBLK(statbuf->st_mode) &&
993 || (S_ISCHR(statbuf->st_mode) &&
H A Dmainloop.c137 S_ISLNK(buf.st_mode)) {
656 if (!MT_STAT(ret, &buf) && !S_ISDIR(buf.st_mode))
H A Dmcopy.c134 if(!S_ISREG(stbuf.st_mode)) {
211 if(S_ISDIR(buf.st_mode))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/client/
H A Dmount.cifs.c826 if (S_ISDIR(statbuf.st_mode) == 0) {
832 if((statbuf.st_uid == getuid()) && (S_IRWXU == (statbuf.st_mode & S_IRWXU))) {
H A Dclient.c1397 if (S_ISDIR(statbuf.st_mode)) {
2129 filetype_to_str(sbuf.st_mode));
2132 if (S_ISCHR(sbuf.st_mode) || S_ISBLK(sbuf.st_mode)) {
2145 ((int)sbuf.st_mode & 0777),
2146 unix_mode_to_str(mode_str, sbuf.st_mode),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/runit/
H A Drunsv.c258 if (st.st_mode & S_IXUSR) {
466 if (!S_ISDIR(s.st_mode)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dfdisk_sun.c48 } else if (S_ISBLK(bootstat.st_mode)
53 } else if (S_ISBLK(bootstat.st_mode)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dradvd_token.l281 O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, buf.st_mode)) < 0) {
H A Dresolv_token.l196 O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, buf.st_mode)) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudev_rules_parse.c458 if (!lstat(file, &stats) && (stats.st_mode & S_IXUSR)) {
717 if ((stats.st_mode & S_IFMT) != S_IFDIR) {
H A Dudev_db.c196 if ((stats.st_mode & S_IFMT) == S_IFLNK) {
H A Dudevinfo.c75 if (S_ISLNK(statbuf.st_mode))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-util.c186 if (!(S_ISREG(st.st_mode))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dalbumart.c274 if( S_ISDIR(st.st_mode) )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/cdb/
H A Dcnid_cdb_add.c59 i = S_ISDIR(st->st_mode)?1:0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32priv.h206 unsigned int st_mode; member in struct:stat64
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/docs/examples/
H A Dhiperfifo.c370 if ((st.st_mode & S_IFMT) == S_IFREG) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dnss.c275 if(S_ISREG(st.st_mode))
922 (!S_ISDIR(st.st_mode))) {
930 (S_ISDIR(st.st_mode))) {
1119 if(S_ISDIR(st.st_mode)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/
H A Drpm.c371 if (stat_res == 0 && S_ISREG(oldfile.st_mode)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Ddevname.c115 if (stat(device, &st) == 0 && S_ISBLK(st.st_mode) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dmkjournal.c268 if (!S_ISBLK(st.st_mode))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/findutils/
H A Dgrep.c490 if (stat(cur_file, &st) == 0 && S_ISDIR(st.st_mode)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_linux.c380 err |= put_user(stat->mode, &statbuf->st_mode);
737 unsigned int st_mode; member in struct:stat64_emu31
766 tmp.st_mode = stat->mode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dsystem.c227 if (ret == 0 && S_ISDIR(sbuf->st_mode)) sbuf->st_size = 0;
244 if (ret == 0 && S_ISDIR(sbuf->st_mode)) sbuf->st_size = 0;
261 if (ret == 0 && S_ISDIR(sbuf->st_mode)) sbuf->st_size = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/vtysh/
H A Dvtysh.c1515 if (! S_ISSOCK(s_stat.st_mode))
1523 || !(s_stat.st_mode & S_IWUSR)
1524 || !(s_stat.st_mode & S_IRUSR))

Completed in 416 milliseconds

1234567891011>>