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

/freebsd-11.0-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-11.0-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-11.0-release/contrib/gcc/
H A Dsys-types.h50 struct ustat;
H A Dsys-protos.h1210 extern int ustat(dev_t, struct ustat *);
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_stats.c534 if (ldebug(ustat))
535 printf(ARGS(ustat, "%ju, *"), (uintmax_t)args->dev);
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc164 #include <sys/ustat.h>
257 unsigned struct_ustat_sz = sizeof(struct ustat);
/freebsd-11.0-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 284 milliseconds