| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| gen-itable.c | 42 int sizeof_file; member in struct:_itable_info 70 if (info->sizeof_file <= len) 71 info->sizeof_file = len + 1; 205 options.module.itable.prefix.l, info->sizeof_file);
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| gen-itable.c | 42 int sizeof_file; member in struct:_itable_info 70 if (info->sizeof_file <= len) 71 info->sizeof_file = len + 1; 205 options.module.itable.prefix.l, info->sizeof_file);
|
| /src/tests/lib/libc/gen/posix_spawn/ |
| t_spawn.c | 173 size_t sizeof_file = (size_t)filesize(file); local 177 REQUIRE_LIBC(contents = malloc(sizeof_file), NULL); 183 * Therefore sizeof_file - 1 186 ATF_CHECK_MSG(sizeof_str == sizeof_file - 1, "%zu (%s) != %zu (%s)", 187 sizeof_str, dir, sizeof_file - 1, file); 189 bytes_read = read(fd, contents, sizeof_file - 1); 190 contents[sizeof_file - 1] = '\0';
|