HomeSort by: relevance | last modified time | path
    Searched refs:st_size (Results 1 - 25 of 1052) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
mmap7.c 8 #define MMAP_SIZE1 ((sb.st_size + 8192) & ~8191)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
mmap7.c 8 #define MMAP_SIZE1 ((sb.st_size + 8192) & ~8191)
  /src/external/bsd/libarchive/dist/cpio/test/
test_option_B_upper.c 24 assertEqualInt(512, st.st_size);
31 assertEqualInt(5120, st.st_size);
  /src/external/bsd/nvi/dist/ex/
ex_source.c 69 if (sb.st_size > MEGABYTE) {
74 MALLOC(sp, bp, char *, (size_t)sb.st_size + 1);
79 bp[sb.st_size] = '\0';
82 len = read(fd, bp, (int)sb.st_size);
84 if (len == -1 || len != sb.st_size) {
85 if (len != sb.st_size)
92 if (CHAR2INT(sp, bp, (size_t)sb.st_size + 1, wp, wlen))
  /src/sys/dev/microcode/tools/
bin2blob.c 87 src = malloc(sb.st_size);
88 dlen = sb.st_size * 1002 / 1000 + 12 + 3 + 4*2;
93 if (read(STDIN_FILENO, src, sb.st_size) != sb.st_size)
96 slen = sb.st_size;
  /src/sys/arch/alpha/stand/common/
bootxx.c 107 if (sb.st_size > SECONDARY_MAX_LOAD) {
112 if (read(fd, (void*)SECONDARY_LOAD_ADDRESS, sb.st_size) != sb.st_size) {
  /src/sys/arch/evbmips/stand/sbmips/common/
bootxx.c 104 if (sb.st_size > SECONDARY_MAX_LOAD) {
109 if (read(fd, (void*)SECONDARY_LOAD_ADDRESS, sb.st_size) != sb.st_size) {
  /src/sys/arch/sbmips/stand/common/
bootxx.c 104 if (sb.st_size > SECONDARY_MAX_LOAD) {
109 if (read(fd, (void*)SECONDARY_LOAD_ADDRESS, sb.st_size) != sb.st_size) {
  /src/external/cddl/osnet/dist/lib/libdtrace/powerpc/
dt_isadep.c 47 ftp->ftps_size = (size_t)symp->st_size;
70 if ((text = malloc(symp->st_size + 4)) == NULL) {
75 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
85 text[symp->st_size / 4] = 0;
89 ftp->ftps_size = symp->st_size;
92 for (i = 0; i < symp->st_size / 4; i++) {
115 temp <= (symp->st_value + symp->st_size))
145 ftp->ftps_size = (size_t)symp->st_size;
167 ftp->ftps_size = (size_t)symp->st_size;
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
elf.h 45 Elf32_Word st_size; /* Symbol size */ member in struct:__anon10793
58 Elf64_Xword st_size; /* Symbol size */ member in struct:__anon10794
  /src/external/gpl3/binutils.old/dist/libctf/
elf.h 45 Elf32_Word st_size; /* Symbol size */ member in struct:__anon12256
58 Elf64_Xword st_size; /* Symbol size */ member in struct:__anon12257
  /src/external/gpl3/gdb.old/dist/libctf/
elf.h 45 Elf32_Word st_size; /* Symbol size */ member in struct:__anon21641
58 Elf64_Xword st_size; /* Symbol size */ member in struct:__anon21642
  /src/external/gpl3/gdb/dist/libctf/
elf.h 45 Elf32_Word st_size; /* Symbol size */ member in struct:__anon1188
58 Elf64_Xword st_size; /* Symbol size */ member in struct:__anon1189
  /src/external/cddl/osnet/dist/lib/libdtrace/arm/
dt_isadep.c 66 ftp->ftps_size = (size_t)symp->st_size;
91 if ((text = malloc(symp->st_size + 4)) == NULL) {
96 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
106 text[symp->st_size / 4] = 0;
110 ftp->ftps_size = symp->st_size;
137 ftp->ftps_size = (size_t)symp->st_size;
159 ftp->ftps_size = (size_t)symp->st_size;
169 for (i = 0; i < symp->st_size; i += 4) {
175 for (i = 0; i < symp->st_size; i += 4)
    [all...]
  /src/external/bsd/file/dist/src/
is_csv.c 195 if ((p = CAST(char *, malloc(st.st_size))) == NULL)
197 (intmax_t)st.st_size);
198 if (read(fd, p, st.st_size) != st.st_size)
200 (intmax_t)st.st_size);
201 printf("is csv %d\n", csv_parse(p, p + st.st_size));
  /src/external/bsd/mdocml/dist/
dbm_map.c 69 if (st.st_size < 5) {
74 if (st.st_size > INT32_MAX) {
78 if ((dbm_base = mmap(NULL, st.st_size, PROT_READ, MAP_SHARED,
102 if (st.st_size != max_offset) {
104 fname, (long long)st.st_size, max_offset);
130 if (munmap(dbm_base, st.st_size) == -1)
  /src/external/cddl/osnet/dist/lib/libdtrace/sparc/
dt_isadep.c 58 ftp->ftps_size = (size_t)symp->st_size;
80 if ((text = malloc(symp->st_size + 4)) == NULL) {
85 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
95 text[symp->st_size / 4] = 0;
99 ftp->ftps_size = symp->st_size;
102 for (i = 0; i < symp->st_size / 4; i++) {
183 if ((uintptr_t)dst >= (uintptr_t)symp->st_size)
246 (uintptr_t)symp->st_size) {
286 ftp->ftps_size = (size_t)symp->st_size;
    [all...]
  /src/bin/ls/
cmp.c 181 if (b->fts_statp->st_size > a->fts_statp->st_size)
183 if (b->fts_statp->st_size < a->fts_statp->st_size)
193 if (b->fts_statp->st_size > a->fts_statp->st_size)
195 if (b->fts_statp->st_size < a->fts_statp->st_size)
  /src/tests/lib/libc/gen/posix_spawn/
fa_spawn_utils.c 52 return st.st_size;
  /src/sys/compat/aoutm68k/
aoutm68k_stat.h 50 int32_t st_size; /* file size, in bytes */ member in struct:aoutm68k_stat43
73 off_t st_size; /* file size, in bytes */ member in struct:aoutm68k_stat12
94 off_t st_size; /* file size, in bytes */ member in struct:aoutm68k_stat
  /src/usr.sbin/mdsetimage/
mdsetimage.c 135 if ((uintmax_t)ksb.st_size != (size_t)ksb.st_size)
138 if ((mappedkfile = mmap(NULL, ksb.st_size, PROT_READ,
146 if (bin_find_md_root(bin, mappedkfile, ksb.st_size, text_start,
157 munmap(mappedkfile, ksb.st_size);
168 if ((uintmax_t)fssb.st_size != (size_t)fssb.st_size)
170 if (fssb.st_size > md_root_size_value)
172 " (%u bytes)", fsfile, (intmax_t) fssb.st_size,
174 left_to_copy = fssb.st_size;
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/aarch64/
dt_isadep.c 55 ftp->ftps_size = (size_t)symp->st_size;
89 ftp->ftps_size = (size_t)symp->st_size;
111 ftp->ftps_size = (size_t)symp->st_size;
121 for (i = 0; i < symp->st_size; i += 4) {
127 for (i = 0; i < symp->st_size; i += 4) {
  /src/external/cddl/osnet/dist/lib/libdtrace/riscv/
dt_isadep.c 53 ftp->ftps_size = (size_t)symp->st_size;
87 ftp->ftps_size = (size_t)symp->st_size;
109 ftp->ftps_size = (size_t)symp->st_size;
119 for (i = 0; i < symp->st_size; i += 4) {
125 for (i = 0; i < symp->st_size; i += 4) {
  /src/external/mpl/bind/dist/fuzz/
main.c 50 data = malloc(st.st_size);
51 n = read(fd, data, st.st_size);
52 if (n == st.st_size) {
61 (ssize_t)st.st_size, filename, strerror(errno));
65 (ssize_t)st.st_size, filename, n);
  /src/external/cddl/osnet/dist/lib/libdtrace/i386/
dt_isadep.c 72 ftp->ftps_size = (size_t)symp->st_size;
155 if ((text = calloc(1, symp->st_size + 4)) == NULL) {
160 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
168 ftp->ftps_size = (size_t)symp->st_size;
245 if (size == 5 && text[i] == DT_JMP32 && symp->st_size <=
250 if (size == 2 && text[i] == DT_JMP8 && symp->st_size <=
256 symp->st_size <=
261 if (size == 2 && DT_ISJ8(text[i]) && symp->st_size <=
291 ftp->ftps_size = (size_t)symp->st_size;
    [all...]

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011>>