st1                56 examples/libsmbclient/testsmbc.c   struct stat st1, st2;
st1               176 examples/libsmbclient/testsmbc.c   err = smbc_fstat(fd, &st1);
st1               262 examples/libsmbclient/testsmbc.c 	  (int)st1.st_size, st1.st_mode);
st1               263 examples/libsmbclient/testsmbc.c   fprintf(stdout, "    time: %s\n", ctime(&st1.st_atime));
st1                18 examples/libsmbclient/teststat3.c         struct stat     st1;
st1                34 examples/libsmbclient/teststat3.c         if (smbc_stat(pUrl, &st1) < 0)
st1                55 examples/libsmbclient/teststat3.c         if (st1.field != st2.field)                                     \
st1                58 examples/libsmbclient/teststat3.c                        (unsigned long) st1.field,                       \
st1               156 examples/libsmbclient/tree.c   struct stat st1;
st1               252 examples/libsmbclient/tree.c 	  if (smbc_stat(path1, &st1) < 0) {
st1               274 examples/libsmbclient/tree.c 		     (st1.st_mode&S_IRUSR?'r':'-'),
st1               275 examples/libsmbclient/tree.c 		     (st1.st_mode&S_IWUSR?'w':'-'),
st1               276 examples/libsmbclient/tree.c 		     (st1.st_mode&S_IXUSR?'x':'-'),
st1               277 examples/libsmbclient/tree.c 		     (st1.st_mode&S_IRGRP?'r':'-'),
st1               278 examples/libsmbclient/tree.c 		     (st1.st_mode&S_IWGRP?'w':'-'),
st1               279 examples/libsmbclient/tree.c 		     (st1.st_mode&S_IXGRP?'x':'-'),
st1               280 examples/libsmbclient/tree.c 		     (st1.st_mode&S_IROTH?'r':'-'),
st1               281 examples/libsmbclient/tree.c 		     (st1.st_mode&S_IWOTH?'w':'-'),
st1               282 examples/libsmbclient/tree.c 		     (st1.st_mode&S_IXOTH?'x':'-'),
st1               283 examples/libsmbclient/tree.c 		     st1.st_mode); 
st1               284 examples/libsmbclient/tree.c 	    snprintf(col3, sizeof(col3), "%u", st1.st_size);
st1               285 examples/libsmbclient/tree.c 	    snprintf(col4, sizeof(col4), "%s", ctime(&st1.st_mtime));
st1               878 lib/replace/test/testsuite.c 	struct stat st1, st2, st3;
st1               892 lib/replace/test/testsuite.c 	if (fstat(fd, &st1) != 0) {
st1               899 lib/replace/test/testsuite.c 	u.actime = st1.st_atime + 300;
st1               900 lib/replace/test/testsuite.c 	u.modtime = st1.st_mtime - 300;
st1               942 lib/replace/test/testsuite.c 	EQUAL_VAL(st2.st_atime, st1.st_atime + 300);
st1               943 lib/replace/test/testsuite.c 	EQUAL_VAL(st2.st_mtime, st1.st_mtime - 300);
st1               960 lib/replace/test/testsuite.c 	struct stat st1, st2;
st1               974 lib/replace/test/testsuite.c 	if (fstat(fd, &st1) != 0) {
st1               982 lib/replace/test/testsuite.c 	tv[0].tv_sec = st1.st_atime + 300;
st1               983 lib/replace/test/testsuite.c 	tv[1].tv_sec = st1.st_mtime - 300;
st1              1008 lib/replace/test/testsuite.c 	EQUAL_VAL(st2.st_atime, st1.st_atime + 300);
st1              1009 lib/replace/test/testsuite.c 	EQUAL_VAL(st2.st_mtime, st1.st_mtime - 300);
st1               238 lib/tdb/tools/tdbbackup.c 	struct stat st1, st2;
st1               239 lib/tdb/tools/tdbbackup.c 	if (stat(fname1, &st1) != 0) {
st1               245 lib/tdb/tools/tdbbackup.c 	return (st1.st_mtime > st2.st_mtime);
st1               154 source3/client/tree.c   struct stat st1;
st1               256 source3/client/tree.c 	  if (smbc_stat(path1, &st1) < 0) {
st1               271 source3/client/tree.c 		     (st1.st_mode&S_IRUSR?'r':'-'),
st1               272 source3/client/tree.c 		     (st1.st_mode&S_IWUSR?'w':'-'),
st1               273 source3/client/tree.c 		     (st1.st_mode&S_IXUSR?'x':'-'),
st1               274 source3/client/tree.c 		     (st1.st_mode&S_IRGRP?'r':'-'),
st1               275 source3/client/tree.c 		     (st1.st_mode&S_IWGRP?'w':'-'),
st1               276 source3/client/tree.c 		     (st1.st_mode&S_IXGRP?'x':'-'),
st1               277 source3/client/tree.c 		     (st1.st_mode&S_IROTH?'r':'-'),
st1               278 source3/client/tree.c 		     (st1.st_mode&S_IWOTH?'w':'-'),
st1               279 source3/client/tree.c 		     (st1.st_mode&S_IXOTH?'x':'-'),
st1               280 source3/client/tree.c 		     st1.st_mode);
st1               281 source3/client/tree.c 	    snprintf(col3, sizeof(col3), "%u", st1.st_size);
st1               282 source3/client/tree.c 	    snprintf(col4, sizeof(col4), "%s", ctime(&st1.st_mtime));
st1               544 source3/smbd/dosmode.c 	SMB_STRUCT_STAT st1;
st1               557 source3/smbd/dosmode.c 		SET_STAT_INVALID(st1);
st1               558 source3/smbd/dosmode.c 		st = &st1;
st1               152 source4/client/tree.c   struct stat st1;
st1               247 source4/client/tree.c 	  if (smbc_stat(path1, &st1) < 0) {
st1               269 source4/client/tree.c 		     (st1.st_mode&S_IRUSR?'r':'-'),
st1               270 source4/client/tree.c 		     (st1.st_mode&S_IWUSR?'w':'-'),
st1               271 source4/client/tree.c 		     (st1.st_mode&S_IXUSR?'x':'-'),
st1               272 source4/client/tree.c 		     (st1.st_mode&S_IRGRP?'r':'-'),
st1               273 source4/client/tree.c 		     (st1.st_mode&S_IWGRP?'w':'-'),
st1               274 source4/client/tree.c 		     (st1.st_mode&S_IXGRP?'x':'-'),
st1               275 source4/client/tree.c 		     (st1.st_mode&S_IROTH?'r':'-'),
st1               276 source4/client/tree.c 		     (st1.st_mode&S_IWOTH?'w':'-'),
st1               277 source4/client/tree.c 		     (st1.st_mode&S_IXOTH?'x':'-'),
st1               278 source4/client/tree.c 		     st1.st_mode); 
st1               279 source4/client/tree.c 	    snprintf(col3, sizeof(col3), "%u", st1.st_size);
st1               280 source4/client/tree.c 	    snprintf(col4, sizeof(col4), "%s", ctime(&st1.st_mtime));