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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbget.c117 struct stat remotestat; local
179 if(smbc_fstat(dirhandle, &remotestat) < 0) {
185 if(chmod(relname, remotestat.st_mode) < 0) {
186 fprintf(stderr, "Unable to change mode of local dir %s to %o\n", relname, remotestat.st_mode);
249 struct stat localstat, remotestat; local
288 if(smbc_fstat(remotehandle, &remotestat) < 0) {
314 if(localstat.st_size && localstat.st_size == remotestat.st_size) {
322 if(localstat.st_size > RESUME_CHECK_OFFSET && remotestat.st_size > RESUME_CHECK_OFFSET) {
327 localstat.st_size, remotestat.st_size);
382 for(curpos = offset_download; curpos < remotestat
[all...]

Completed in 34 milliseconds