st_size 131 global/literal.c if (stb.st_size == 0) st_size 134 global/literal.c buf = mmap(0, stb.st_size, PROT_READ, MAP_SHARED, f, 0); st_size 139 global/literal.c HANDLE hMap = CreateFileMapping((HANDLE)_get_osfhandle(f), NULL, PAGE_READONLY, 0, stb.st_size, NULL); st_size 147 global/literal.c buf = (char *)alloca(stb.st_size); st_size 149 global/literal.c buf = (char *)malloc(stb.st_size); st_size 153 global/literal.c if (read(f, buf, stb.st_size) < stb.st_size) st_size 157 global/literal.c ccount = stb.st_size; st_size 222 global/literal.c munmap(buf, stb.st_size); st_size 104 htags-refkit/htags_path2url.c if ((p = (char *)malloc(st.st_size)) == NULL) st_size 107 htags-refkit/htags_path2url.c if (read(fd, p, st.st_size) != st.st_size) st_size 111 htags-refkit/htags_path2url.c *size = st.st_size; st_size 235 libdb/bt_open.c if (sb.st_size) { st_size 106 libdb/mpool.c mp->npages = sb.st_size / pagesize; st_size 72 libutil/linetable.c ib = strbuf_open(sb.st_size); st_size 121 libutil/test.c if (sb.st_size == 0) st_size 164 libutil/test.c return sb.st_size;