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

/freebsd-11-stable/usr.sbin/cron/crontab/
H A Dcrontab.c324 struct stat statbuf, fsbuf; local
367 if (fstat(t, &fsbuf) < 0) {
381 if (statbuf.st_dev != fsbuf.st_dev || statbuf.st_ino != fsbuf.st_ino)
452 if (statbuf.st_dev != fsbuf.st_dev || statbuf.st_ino != fsbuf.st_ino)
/freebsd-11-stable/sbin/savecore/
H A Dsavecore.c277 struct statfs fsbuf; local
280 if (statfs(".", &fsbuf) < 0) {
284 spacefree = ((off_t) fsbuf.f_bavail * fsbuf.f_bsize) / 1024;
285 totfree = ((off_t) fsbuf.f_bfree * fsbuf.f_bsize) / 1024;
/freebsd-11-stable/crypto/openssl/crypto/err/
H A Derr.c891 char lsbuf[64], fsbuf[64], rsbuf[64]; local
909 BIO_snprintf(fsbuf, sizeof(fsbuf), "func(%lu)", f);
914 fs ? fs : fsbuf, rs ? rs : rsbuf);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dar.c1157 struct stat fsbuf, asbuf;
1159 if (stat (*files_to_move, &fsbuf) != 0)
1170 if (fsbuf.st_mtime <= asbuf.st_mtime)
1154 struct stat fsbuf, asbuf; local

Completed in 191 milliseconds