Searched refs:st_buf (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dismounted.c48 struct stat st_buf; local
58 if (stat(file, &st_buf) == 0) {
59 if (S_ISBLK(st_buf.st_mode)) {
61 file_rdev = st_buf.st_rdev;
64 file_dev = st_buf.st_dev;
65 file_ino = st_buf.st_ino;
71 if (stat(mnt->mnt_fsname, &st_buf) == 0) {
72 if (S_ISBLK(st_buf.st_mode)) {
74 if (file_rdev && (file_rdev == st_buf.st_rdev))
78 if (file_dev && ((file_dev == st_buf
242 struct stat st_buf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_doswin.c213 struct_stat st_buf; local
219 if(((stat(base, &st_buf)) == 0) && (S_ISCHR(st_buf.st_mode))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/pap/
H A Dpap.c261 char st_buf[ 1024 ]; /* XXX too big */ local
306 memcpy( st_buf, (char *) rniov[ 0 ].iov_base + 9,
308 st_buf[ (int) ((char *)rniov[ 0 ].iov_base)[ 8 ]] = '\0';
309 if ( strstr( st_buf, "idle" ) != NULL ) {
826 char st_buf[ 1024 ]; /* XXX too big */ local
828 memcpy( st_buf, (char *) rniov[ 0 ].iov_base + 9,
830 st_buf[ (int) ((char *)rniov[ 0 ].iov_base)[ 8 ]] = '\0';
831 if ( strstr( st_buf, "waiting" ) != NULL ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dres_counter.c114 int (*read_strategy)(unsigned long long val, char *st_buf))
112 res_counter_read(struct res_counter *counter, int member, const char __user *userbuf, size_t nbytes, loff_t *pos, int (*read_strategy)(unsigned long long val, char *st_buf)) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_server.c1581 struct stat st_buf; local
1846 if (stat(p,&st_buf) < 0)
1853 if (S_ISDIR(st_buf.st_mode))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dvi.c2362 struct stat st_buf; local
2366 if (fn && fn[0] && stat(fn, &st_buf) == 0) // see if file exists
2367 cnt = (int) st_buf.st_size;

Completed in 54 milliseconds