Searched refs:stat64 (Results 1 - 25 of 47) sorted by last modified time

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure15543 for ac_func in setpriv setgidx setuidx setgroups sysconf mktime rename ftruncate stat64 fstat64
18392 # stat64 family may need <sys/stat.h> on some systems, notably ReliantUNIX
18396 echo "$as_me:$LINENO: checking for stat64 in <sys/stat.h>" >&5
18397 echo $ECHO_N "checking for stat64 in <sys/stat.h>... $ECHO_C" >&6
18413 struct stat64 st64; exit(stat64(".",&st64));
18477 struct stat64 st64; exit(lstat64(".",&st64));
18540 struct stat64 st64; exit(fstat64(0,&st64));
23053 main() { struct stat64 st; off64_t s; if (sizeof(off_t) == sizeof(off64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); }
23161 main() { struct stat64 s
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dincludes.h703 # define SMB_STRUCT_STAT struct stat64
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsystem.c222 ret = stat64(fname, sbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dsmbw.c1470 void stat64_convert(struct stat *st, struct stat64 *st64)
H A Dwrapped.c642 int stat64(char *name, void *st64) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dconfigure5669 snprintf stat64 setlocale \
H A Dsysincludes.h584 #define MT_STAT stat64
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_wrapper.S1076 llgtr %r3,%r3 # struct stat64 *
1082 llgtr %r3,%r3 # struct stat64 *
1098 llgtr %r3,%r3 # struct stat64 *
1530 llgtr %r4,%r4 # struct stat64 *
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dfile.c22 static void copy_stat(struct uml_stat *dst, struct stat64 *src)
42 struct stat64 sbuf;
56 struct stat64 sbuf;
60 err = stat64(file_name, &sbuf);
H A Dstart_up.c518 struct stat64 buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dsys_ia32.c129 cp_stat64(struct stat64 __user *ubuf, struct kstat *stat)
135 if (!access_ok(VERIFY_WRITE, ubuf, sizeof(struct stat64)) ||
158 sys32_stat64(char __user * filename, struct stat64 __user *statbuf)
168 sys32_lstat64(char __user * filename, struct stat64 __user *statbuf)
178 sys32_fstat64(unsigned int fd, struct stat64 __user *statbuf)
189 struct stat64 __user* statbuf, int flag)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32priv.h202 struct stat64 { struct
H A Dsys_ia32.c2151 putstat64 (struct stat64 __user *ubuf, struct kstat *kbuf)
2186 sys32_stat64 (char __user *filename, struct stat64 __user *statbuf)
2196 sys32_lstat64 (char __user *filename, struct stat64 __user *statbuf)
2206 sys32_fstat64 (unsigned int fd, struct stat64 __user *statbuf)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsyscall_table.S177 ENTRY_SAME(stat64)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dstat.c340 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf)
342 struct stat64 tmp;
344 memset(&tmp, 0, sizeof(struct stat64));
377 asmlinkage long sys_stat64(char __user * filename, struct stat64 __user * statbuf)
387 asmlinkage long sys_lstat64(char __user * filename, struct stat64 __user * statbuf)
397 asmlinkage long sys_fstat64(unsigned long fd, struct stat64 __user * statbuf)
409 struct stat64 __user *statbuf, int flag)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dstat.h46 * This matches struct stat64 in glibc2.1, hence the absolutely insane
51 struct stat64 { struct
91 /* The memory layout is the same as of struct stat64 of the 32-bit kernel. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hostfs/
H A Dhostfs_user.c26 struct stat64 buf;
60 struct stat64 buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsyscalls.h41 struct stat64;
236 struct stat64 __user *statbuf);
237 asmlinkage long sys_fstat64(unsigned long fd, struct stat64 __user *statbuf);
239 struct stat64 __user *statbuf);
577 struct stat64 __user *statbuf, int flag);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Ddo_mounts.h25 struct stat64 stat;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dstat.h46 * This matches struct stat64 in glibc2.1, hence the absolutely insane
51 struct stat64 { struct
91 /* The memory layout is the same as of struct stat64 of the 32-bit kernel. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dstat.h76 struct stat64 { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dstat.h58 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */
59 struct stat64 { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dstat.h50 /* This matches struct stat64 in glibc2.1, hence the absolutely
53 struct stat64 { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dstat.h39 /* This matches struct stat64 in glibc2.1, hence the absolutely
42 struct stat64 { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dstat.h52 /* This matches struct stat64 in glibc2.1, hence the absolutely
55 struct stat64 { struct

Completed in 210 milliseconds

12