stat 60 examples/libsmbclient/smbwrapper/smbsh.c struct stat statbuf; stat 134 examples/libsmbclient/smbwrapper/smbsh.c if (stat(line, &statbuf) == 0 && S_ISREG(statbuf.st_mode)) { stat 91 examples/libsmbclient/smbwrapper/smbw_dir.c struct stat statbuf; stat 48 examples/libsmbclient/smbwrapper/smbw_stat.c struct stat statbuf; stat 68 examples/libsmbclient/smbwrapper/smbw_stat.c struct stat statbuf; stat 218 examples/libsmbclient/smbwrapper/wrapper.c GETSYM(stat, "stat"); stat 1048 examples/libsmbclient/smbwrapper/wrapper.c return (* smbw_libc.stat)((char *) name, st); stat 114 examples/libsmbclient/smbwrapper/wrapper.h int (* __xstat)(int vers, char *name, struct stat *st); stat 117 examples/libsmbclient/smbwrapper/wrapper.h int (* __fxstat)(int vers, int fd, struct stat *st); stat 118 examples/libsmbclient/smbwrapper/wrapper.h int (* __lxstat)(int vers, char *name, struct stat *st); stat 119 examples/libsmbclient/smbwrapper/wrapper.h int (* stat)(char *name, struct stat *st); stat 120 examples/libsmbclient/smbwrapper/wrapper.h int (* lstat)(char *name, struct stat *st); stat 121 examples/libsmbclient/smbwrapper/wrapper.h int (* fstat)(int fd, struct stat *st); stat 37 examples/libsmbclient/testacl.c struct stat st; stat 25 examples/libsmbclient/testacl3.c struct stat st; stat 216 examples/libsmbclient/testbrowse.c struct stat stat; stat 271 examples/libsmbclient/testbrowse.c if (smbc_stat(path, &stat) < 0) stat 278 examples/libsmbclient/testbrowse.c printf(" size %lu", (unsigned long) stat.st_size); stat 16 examples/libsmbclient/testchmod.c struct stat st; stat 20 examples/libsmbclient/testfstatvfs.c struct stat statbuf; stat 24 examples/libsmbclient/testread.c struct stat st; stat 56 examples/libsmbclient/testsmbc.c struct stat st1, st2; stat 18 examples/libsmbclient/teststat.c struct stat st; stat 58 examples/libsmbclient/teststat.c if (stat(pLocalPath, &st) < 0) stat 38 examples/libsmbclient/teststat2.c struct stat st; stat 58 examples/libsmbclient/teststat2.c if (stat(pLocalPath, &st) < 0) stat 18 examples/libsmbclient/teststat3.c struct stat st1; stat 19 examples/libsmbclient/teststat3.c struct stat st2; stat 20 examples/libsmbclient/teststatvfs.c struct stat statbuf; stat 19 examples/libsmbclient/testtruncate.c struct stat st; stat 20 examples/libsmbclient/testutime.c struct stat st; stat 24 examples/libsmbclient/testwrite.c struct stat st; stat 156 examples/libsmbclient/tree.c struct stat st1; stat 139 lib/nss_wrapper/nss_wrapper.c struct stat st; stat 309 lib/nss_wrapper/nss_wrapper.c struct stat st; stat 70 lib/replace/repdir_getdents.c struct stat sb; stat 72 lib/replace/repdir_getdirentries.c struct stat sb; stat 56 lib/replace/test/testsuite.c struct stat st; stat 878 lib/replace/test/testsuite.c struct stat st1, st2, st3; stat 960 lib/replace/test/testsuite.c struct stat st1, st2; stat 452 lib/socket_wrapper/socket_wrapper.c struct stat st; stat 554 lib/socket_wrapper/socket_wrapper.c if (stat(un->sun_path, &st) == 0) continue; stat 1566 lib/socket_wrapper/socket_wrapper.c struct stat st; stat 1646 lib/socket_wrapper/socket_wrapper.c if (stat(un_addr.sun_path, &st) == 0) continue; stat 1902 lib/socket_wrapper/socket_wrapper.c struct stat st; stat 1912 lib/socket_wrapper/socket_wrapper.c if (stat(un_addr.sun_path, &st) != 0) continue; stat 38 lib/tdb/common/io.c struct stat st; stat 151 lib/tdb/common/open.c struct stat st; stat 412 lib/tdb/common/open.c struct stat st; stat 97 lib/tdb/tools/tdbbackup.c struct stat st; stat 103 lib/tdb/tools/tdbbackup.c if (stat(old_name, &st) != 0) { stat 238 lib/tdb/tools/tdbbackup.c struct stat st1, st2; stat 239 lib/tdb/tools/tdbbackup.c if (stat(fname1, &st1) != 0) { stat 242 lib/tdb/tools/tdbbackup.c if (stat(fname2, &st2) != 0) { stat 57 lib/util/util.c struct stat st; stat 59 lib/util/util.c if (stat(fname, &st) != 0) { stat 72 lib/util/util.c struct stat st; stat 74 lib/util/util.c if (stat(fname,&st) != 0) stat 86 lib/util/util.c struct stat st; stat 89 lib/util/util.c if (stat(dname,&st) != 0) { stat 109 lib/util/util.c struct stat st; stat 169 lib/util/util_file.c struct stat sbuf; stat 68 lib/zlib/contrib/minizip/minizip.c struct stat s; /* results of stat() */ stat 86 lib/zlib/contrib/minizip/minizip.c if (stat(name,&s)==0) stat 797 lib/zlib/contrib/puff/puff.c struct stat s; stat 800 lib/zlib/contrib/puff/puff.c if (stat(name, &s)) return NULL; stat 510 lib/zlib/examples/gun.c struct stat was; stat 514 lib/zlib/examples/gun.c if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG) stat 140 lib/zlib/minigzip.c struct stat sb; stat 1542 nsswitch/pam_winbind.c struct stat sbuf; stat 1544 nsswitch/pam_winbind.c if (stat(dirname, &sbuf) == 0) { stat 170 nsswitch/wb_common.c struct stat st; stat 130 source3/client/cifs.upcall.c struct stat sbuf; stat 1848 source3/client/client.c struct stat statbuf; stat 1871 source3/client/client.c ret = stat(path, &statbuf); stat 1102 source3/client/mount.cifs.c struct stat statbuf; stat 1338 source3/client/mount.cifs.c if(stat (".", &statbuf)) { stat 154 source3/client/tree.c struct stat st1; stat 149 source3/client/umount.cifs.c struct stat statbuf; stat 442 source3/include/includes.h # define SMB_STRUCT_STAT struct stat stat 2773 source3/include/libsmbclient.h smbc_stat_fn stat DEPRECATED_SMBC_INTERFACE; stat 358 source3/include/vfs.h int (*stat)(struct vfs_handle_struct *handle, const char *fname, SMB_STRUCT_STAT *sbuf); stat 539 source3/include/vfs.h struct vfs_handle_struct *stat; stat 63 source3/include/vfs_macros.h #define SMB_VFS_STAT(conn, fname, sbuf) ((conn)->vfs.ops.stat((conn)->vfs.handles.stat, (fname), (sbuf))) stat 197 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_STAT(conn, fname, sbuf) ((conn)->vfs_opaque.ops.stat((conn)->vfs_opaque.handles.stat, (fname), (sbuf))) stat 332 source3/include/vfs_macros.h #define SMB_VFS_NEXT_STAT(handle, fname, sbuf) ((handle)->vfs_next.ops.stat((handle)->vfs_next.handles.stat, (fname), (sbuf))) stat 100 source3/intl/lang_tdb.c struct stat st; stat 135 source3/intl/lang_tdb.c if (stat(msg_path, &st) != 0) { stat 47 source3/lib/ldb/common/ldb_ldif.c struct stat statbuf; stat 106 source3/lib/ldb/ldb_tdb/ldb_tdb_wrap.c struct stat st; stat 112 source3/lib/ldb/ldb_tdb/ldb_tdb_wrap.c if (stat(path, &st) == 0) { stat 303 source3/lib/system.c ret = stat(fname, sbuf); stat 1958 source3/lib/system.c struct stat sbuf; stat 249 source3/lib/tdb_validate.c struct stat st; stat 254 source3/lib/tdb_validate.c if (stat(src_path, &st) != 0) { stat 432 source3/lib/tdb_validate.c struct stat st; stat 461 source3/lib/tdb_validate.c ret =stat(tdb_path_backup, &st); stat 1731 source3/lib/util_sock.c struct stat st; stat 170 source3/lib/wbclient.c struct stat st; stat 641 source3/libsmb/libsmb_setget.c return c->stat; stat 647 source3/libsmb/libsmb_setget.c c->stat = fn; stat 317 source3/libsmb/libsmb_stat.c struct stat statbuf; stat 298 source3/modules/onefs_shadow_copy.c struct stat stbuf; stat 336 source3/modules/onefs_shadow_copy.c struct stat stbuf; stat 437 source3/modules/onefs_shadow_copy.c struct stat stbuf; stat 695 source3/modules/onefs_shadow_copy.c struct stat sb; stat 764 source3/modules/onefs_shadow_copy.c if (stat(cpath, &sb) == 0) stat 50 source3/modules/vfs_dirsort.c struct stat dir_stat; stat 120 source3/modules/vfs_dirsort.c struct stat dir_stat; stat 56 source3/modules/vfs_fileid.c struct stat st; stat 60 source3/modules/vfs_fileid.c if (stat(m->mnt_dir, &st) != 0) continue; stat 163 source3/modules/vfs_shadow_copy2.c struct stat st; stat 166 source3/modules/vfs_shadow_copy2.c if (stat(path, &st) != 0) { stat 175 source3/modules/vfs_shadow_copy2.c if (stat(path, &st) != 0) { stat 140 source3/modules/vfs_solarisacl.c struct stat s; stat 275 source3/smbd/utmp.c struct stat buf; stat 126 source3/utils/smbget.c struct stat remotestat; stat 269 source3/utils/smbget.c struct stat localstat, remotestat; stat 324 source3/utils/smbget.c if(stat(newpath, &localstat) == 0 && stat 461 source3/web/swat.c struct stat st; stat 106 source3/winbindd/winbindd_cache.c struct stat st; stat 1342 source4/client/client.c struct stat statbuf; stat 1363 source4/client/client.c ret = stat(path, &statbuf); stat 2328 source4/client/client.c struct stat sbuf; stat 2330 source4/client/client.c if (args[1] && (stat(args[1],&sbuf) == 0)) { stat 310 source4/client/mount.cifs.c struct stat statbuf; stat 449 source4/client/mount.cifs.c if(stat (mountpoint, &statbuf)) { stat 114 source4/client/smbmnt.c struct stat st; stat 120 source4/client/smbmnt.c if (stat(".", &st) != 0) { stat 152 source4/client/tree.c struct stat st1; stat 1157 source4/heimdal/kdc/pkinit.c struct stat sb; stat 64 source4/heimdal/lib/hx509/ks_dir.c struct stat sb; stat 67 source4/heimdal/lib/hx509/ks_dir.c ret = stat(residue, &sb); stat 332 source4/heimdal/lib/hx509/revoke.c struct stat sb; stat 340 source4/heimdal/lib/hx509/revoke.c ret = stat(ocsp->path, &sb); stat 568 source4/heimdal/lib/hx509/revoke.c struct stat sb; stat 578 source4/heimdal/lib/hx509/revoke.c ret = stat(path, &sb); stat 696 source4/heimdal/lib/hx509/revoke.c struct stat sb; stat 701 source4/heimdal/lib/hx509/revoke.c ret = stat(ocsp->path, &sb); stat 773 source4/heimdal/lib/hx509/revoke.c struct stat sb; stat 782 source4/heimdal/lib/hx509/revoke.c ret = stat(crl->path, &sb); stat 240 source4/heimdal/lib/krb5/fcache.c struct stat sb1, sb2; stat 935 source4/heimdal/lib/krb5/fcache.c struct stat sb; stat 145 source4/heimdal/lib/krb5/v4_glue.c struct stat sb; stat 66 source4/heimdal/lib/roken/dumpdata.c struct stat sb; stat 46 source4/lib/ldb/common/ldb_ldif.c struct stat statbuf; stat 107 source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c struct stat st; stat 113 source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c if (stat(path, &st) == 0) { stat 73 source4/lib/registry/dir.c struct stat stbuf; stat 82 source4/lib/registry/dir.c stat(path, &stbuf); stat 172 source4/lib/registry/dir.c struct stat stbuf; stat 177 source4/lib/registry/dir.c stat(thispath, &stbuf); stat 185 source4/lib/registry/dir.c struct stat st; stat 188 source4/lib/registry/dir.c stat(thispath, &st); stat 243 source4/lib/registry/dir.c struct stat st; stat 274 source4/lib/registry/dir.c if (stat(path, &st) < 0) { stat 22 source4/ntvfs/cifs_posix_cli/cifsposix.h struct stat st; stat 129 source4/ntvfs/cifs_posix_cli/svfs_util.c if (stat(full_name, &dir->files[i].st) == 0) { stat 53 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c struct stat st; stat 66 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c if (stat(p->connectpath, &st) != 0 || !S_ISDIR(st.st_mode)) { stat 149 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c struct stat st; stat 153 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c if (stat(unix_path, &st) == -1) { stat 258 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c struct stat st; stat 267 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c if (stat(unix_path, &st) == -1) { stat 283 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c struct stat st; stat 310 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c struct stat st; stat 750 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c struct stat st; stat 764 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c if (stat(p->connectpath, &st) != 0) { stat 791 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c struct stat st; stat 798 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c if (stat(p->connectpath, &st) == -1) { stat 92 source4/ntvfs/posix/pvfs_fsinfo.c struct stat st; stat 109 source4/ntvfs/posix/pvfs_fsinfo.c if (stat(pvfs->base_directory, &st) != 0) { stat 120 source4/ntvfs/posix/pvfs_resolve.c if (stat(test_name, &name->st) == 0) { stat 171 source4/ntvfs/posix/pvfs_resolve.c if (stat(partial_name, &name->st) == 0) { stat 548 source4/ntvfs/posix/pvfs_resolve.c if (stat(dir_name, &(*name)->st) == 0) { stat 574 source4/ntvfs/posix/pvfs_resolve.c if (stat((*name)->full_name, &(*name)->st) == 0) { stat 610 source4/ntvfs/posix/pvfs_resolve.c if (stat((*name)->full_name, &(*name)->st) == -1) { stat 644 source4/ntvfs/posix/pvfs_resolve.c if (stat(name->full_name, &name->st) == -1) { stat 790 source4/ntvfs/posix/pvfs_resolve.c if (stat((*name)->full_name, &(*name)->st) == -1) { stat 174 source4/ntvfs/posix/vfs_posix.c struct stat st; stat 200 source4/ntvfs/posix/vfs_posix.c if (stat(pvfs->base_directory, &st) != 0 || !S_ISDIR(st.st_mode)) { stat 134 source4/ntvfs/posix/vfs_posix.h struct stat st; stat 61 source4/ntvfs/posix/xattr_system.c struct stat statbuf; stat 66 source4/ntvfs/posix/xattr_system.c ret = stat(fname, &statbuf); stat 85 source4/ntvfs/posix/xattr_tdb.c struct stat st; stat 89 source4/ntvfs/posix/xattr_tdb.c if (stat(fname, &st) == -1) { stat 22 source4/ntvfs/simple/svfs.h struct stat st; stat 126 source4/ntvfs/simple/svfs_util.c if (stat(full_name, &dir->files[i].st) == 0) { stat 52 source4/ntvfs/simple/vfs_simple.c struct stat st; stat 65 source4/ntvfs/simple/vfs_simple.c if (stat(p->connectpath, &st) != 0 || !S_ISDIR(st.st_mode)) { stat 146 source4/ntvfs/simple/vfs_simple.c struct stat st; stat 150 source4/ntvfs/simple/vfs_simple.c if (stat(unix_path, &st) == -1) { stat 255 source4/ntvfs/simple/vfs_simple.c struct stat st; stat 264 source4/ntvfs/simple/vfs_simple.c if (stat(unix_path, &st) == -1) { stat 280 source4/ntvfs/simple/vfs_simple.c struct stat st; stat 307 source4/ntvfs/simple/vfs_simple.c struct stat st; stat 747 source4/ntvfs/simple/vfs_simple.c struct stat st; stat 761 source4/ntvfs/simple/vfs_simple.c if (stat(p->connectpath, &st) != 0) { stat 788 source4/ntvfs/simple/vfs_simple.c struct stat st; stat 795 source4/ntvfs/simple/vfs_simple.c if (stat(p->connectpath, &st) == -1) { stat 57 source4/smbd/server.c struct stat st; stat 64 source4/smbd/server.c if (stat(fname, &st) != 0) {