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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmopen.c65 struct stat file_stat; /* Space for the stat information. */ local
155 fstat (dbf->desc, &file_stat);
160 if (file_stat.st_size == 0)
196 if (need_trunc && file_stat.st_size != 0)
199 fstat (dbf->desc, &file_stat);
203 if (file_stat.st_size == 0)
H A Dsystems.h134 #define STATBLKSIZE file_stat.st_blksize
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dfile.c321 struct_stat file_stat; local
369 if(fstat(fileno(fp), &file_stat)) {
375 data->state.resume_from = (curl_off_t)file_stat.st_size;

Completed in 97 milliseconds