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

/freebsd-11-stable/tools/tools/find-sb/
H A Dfind-sb.c35 ssize_t justread; local
78 justread = read(fd, &u.buf[len], DEV_BSIZE);
79 if (justread != DEV_BSIZE) {
80 if (justread == 0) {
85 if (justread < 0)
88 (intmax_t)justread, DEV_BSIZE, (intmax_t)end);
/freebsd-11-stable/sbin/ldconfig/
H A Dldconfig.c76 static int justread; variable
164 justread = 1;
179 if (justread)
190 if (justread || merge || rescan) {
199 if (!justread) {
228 if (justread) {

Completed in 154 milliseconds