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

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dmakeshell.c760 struct stat stbf; local
771 if ((fstat(fileno(fp), &stbf) != 0) || (! S_ISREG(stbf.st_mode)))
774 scan = text = AGALOC(stbf.st_size + 1, "f data");
780 size_t inct = fread(VOIDP(scan), 1, (size_t)stbf.st_size, fp);
784 stbf.st_size -= (ssize_t)inct;
786 if (stbf.st_size == 0)

Completed in 106 milliseconds