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

/freebsd-10.3-release/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c115 struct url_stat ustat; local
138 if (fetchStatURL(urls[i], &ustat, "") == 0 && ustat.size > 0)
139 total_bytes += ustat.size;
149 fetch_out = fetchXGetURL(urls[i], &ustat, "");
187 if (ustat.size > 0) {
189 (fsize*100)/ustat.size);
200 if (ustat.size > 0 && fsize < ustat.size) {
/freebsd-10.3-release/gnu/usr.bin/rcs/lib/
H A Drcsfcmp.c169 struct stat ustat; local
171 if (!(ufp = Iopen(uname, FOPEN_R_WORK, &ustat))) {
176 if (!(result = xstatp->st_size!=ustat.st_size)) {
/freebsd-10.3-release/contrib/gcc/
H A Dsys-types.h50 struct ustat;
H A Dsys-protos.h1210 extern int ustat(dev_t, struct ustat *);
/freebsd-10.3-release/sys/compat/linux/
H A Dlinux_stats.c494 if (ldebug(ustat))
495 printf(ARGS(ustat, "%ju, *"), (uintmax_t)args->dev);
/freebsd-10.3-release/contrib/sendmail/src/
H A Dconf.c3279 # define SFS_USTAT 1 /* use ustat */
3291 # include <ustat.h>
3319 struct ustat fs;
3343 if (stat(dir, &statbuf) == 0 && ustat(statbuf.st_dev, &fs) == 0)

Completed in 145 milliseconds