Home | History | Annotate | Download | only in config

Lines Matching refs:buff

277   struct stat buff;
283 if ((stat (fullname, &buff)) != 0)
291 ts = localtime (& buff.st_mtime);
307 secs = buff.st_mtim.tv_sec;
309 secs = buff.st_mtime;
313 nsecs = buff.st_mtim.tv_nsec;
326 *siz = buff.st_size;
370 static char buff [255 + 7];
373 snprintf (buff, 255 + 7, "%s;%d", filename, ver);
374 return buff;