Home | History | Annotate | Download | only in utils

Lines Matching refs:fwrite

115 	len = fwrite(&magic, sizeof(uint32_t), 1, bin_file);
121 len = fwrite(&section_len, sizeof(uint32_t), 1, bin_file);
130 len = fwrite(&section_len, sizeof(uint32_t), 1, bin_file);
133 len = fwrite(reg_version, sizeof(char), section_len, bin_file);
142 len = fwrite(&section_len, sizeof(uint32_t), 1, bin_file);
145 len = fwrite(reg_arch, sizeof(char), section_len, bin_file);
151 len = fwrite(&section_len, sizeof(uint32_t), 1, bin_file);
160 len = fwrite(&stem_len, sizeof(uint32_t), 1, bin_file);
166 len = fwrite(stem, sizeof(char), stem_len, bin_file);
173 len = fwrite(&section_len, sizeof(uint32_t), 1, bin_file);
188 len = fwrite(&to_write, sizeof(uint32_t), 1, bin_file);
193 len = fwrite(context, sizeof(char), to_write, bin_file);
199 len = fwrite(&to_write, sizeof(uint32_t), 1, bin_file);
204 len = fwrite(regex_str, sizeof(char), to_write, bin_file);
210 len = fwrite(&to_write, sizeof(uint32_t), 1, bin_file);
215 len = fwrite(&stem_id, sizeof(stem_id), 1, bin_file);
221 len = fwrite(&to_write, sizeof(to_write), 1, bin_file);
227 len = fwrite(&to_write, sizeof(to_write), 1, bin_file);