Home
last modified time | relevance | path

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

/freebsd/tools/tools/find-sb/
H A Dfind-sb.c33 ssize_t justread; in main() local
76 justread = read(fd, &u.buf[len], DEV_BSIZE); in main()
77 if (justread != DEV_BSIZE) { in main()
78 if (justread == 0) { in main()
83 if (justread < 0) in main()
86 (intmax_t)justread, DEV_BSIZE, (intmax_t)end); in main()
/freebsd/sbin/ldconfig/
H A Dldconfig.c60 bool is_32, justread, merge, rescan, force_be; in main() local
62 force_be = is_32 = justread = merge = rescan = false; in main()
101 justread = true; in main()
115 if (justread) { in main()