HomeSort by: relevance | last modified time | path
    Searched defs:fbytes (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/fstyp/
hammer2.c 143 size_t bytes, io_bytes, boff, fbytes; local in function:read_media
172 fbytes = (size_t)get_file_size(fp);
173 if ((ssize_t)fbytes == -1) {
177 if (io_base >= fbytes) {
  /src/usr.sbin/sysinst/
run.c 178 size_t fbytes; /* Number of bytes in file. */ local in function:collect
197 fbytes = (size_t)st.st_size;
218 fbytes = 0;
221 if (fbytes == 0)
224 abytes = fbytes+1;
235 if (fbytes > 0 || abytes >= 512*BUFSIZE) {

Completed in 73 milliseconds