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

/openbsd-current/usr.sbin/tcpdrop/
H A Dtcpdrop.c58 char fhbuf[NI_MAXHOST], fsbuf[NI_MAXSERV]; local
143 fhbuf, sizeof(fhbuf), fsbuf, sizeof(fsbuf),
154 warn("%s %s %s %s", lhbuf, lsbuf, fhbuf, fsbuf);
158 lhbuf, lsbuf, fhbuf, fsbuf);
161 lhbuf, lsbuf, fhbuf, fsbuf);
/openbsd-current/usr.sbin/quotaon/
H A Dquotaon.c238 struct statfs fsbuf; local
240 if (statfs(fs->fs_file, &fsbuf) < 0 ||
241 strcmp(fsbuf.f_mntonname, fs->fs_file) ||
242 strcmp(fsbuf.f_mntfromname, fs->fs_spec)) {
244 memcmp(fsbuf.f_mntfromname, "mfs:", sizeof("mfs:")-1))
251 if (fsbuf.f_flags & MNT_RDONLY) {
/openbsd-current/sbin/dump/
H A Dmain.c115 struct statfs fsbuf; local
255 if (statfs(argv[i], &fsbuf) == -1) {
259 if (strcmp(argv[i], fsbuf.f_mntonname) == 0) {
267 if ((toplevel = strdup(fsbuf.f_mntonname)) == NULL) {
282 if (strcmp(disk, fsbuf.f_mntonname) != 0) {
358 if (!statfs(disk, &fsbuf) && !strcmp(fsbuf.f_mntonname, disk)) {
360 disk = rawname(fsbuf.f_mntfromname);
363 fsbuf.f_mntfromname);
366 mount_point = fsbuf
[all...]
/openbsd-current/sbin/savecore/
H A Dsavecore.c641 struct statfs fsbuf; local
651 if ((fd = open(dirn, O_RDONLY)) == -1 || fstatfs(fd, &fsbuf) == -1) {
656 spacefree = ((off_t)fsbuf.f_bavail * fsbuf.f_bsize) / 1024;
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dapple.c876 struct statvfs fsbuf; local
878 struct statfs fsbuf; local
899 if (statvfs(name, &fsbuf) < 0)
902 bsize = fsbuf.f_frsize;
904 if (statfs(name, &fsbuf) < 0)
907 bsize = fsbuf.f_bsize;
/openbsd-current/lib/libcrypto/err/
H A Derr.c895 char lsbuf[30], fsbuf[30], rsbuf[30]; local
912 (void) snprintf(fsbuf, sizeof(fsbuf), "func(%d)", f);
913 fs = fsbuf;
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dar.c1297 struct stat fsbuf, asbuf;
1299 if (stat (*files_to_move, &fsbuf) != 0)
1310 if (fsbuf.st_mtime <= asbuf.st_mtime)
1294 struct stat fsbuf, asbuf; local
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dar.c1170 struct stat fsbuf, asbuf;
1172 if (stat (*files_to_move, &fsbuf) != 0)
1183 if (fsbuf.st_mtime <= asbuf.st_mtime)
1167 struct stat fsbuf, asbuf; local

Completed in 238 milliseconds