Home
last modified time | relevance | path

Searched refs:read_fixed_string (Results 1 – 3 of 3) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/rust/stracciatella/src/file_formats/
H A Dslf.rs164 let library_name = handle.read_fixed_string(256)?; in from_input()
165 let library_path = handle.read_fixed_string(256)?; in from_input()
229 let file_path = handle.read_fixed_string(256)?; in entries_from_input()
H A Dmod.rs18 fn read_fixed_string(&mut self, num_bytes: usize) -> Result<String> { in read_fixed_string() method
/dports/audio/spectmorph/spectmorph-0.5.2/tools/
H A Dsmsfimport.cc192 read_fixed_string (GenericIn *in, int len) in read_fixed_string() function
303 p.name = read_fixed_string (in, 20); in read_phdr()
375 i.name = read_fixed_string (in, 20); in read_inst()
440 s.name = read_fixed_string (in, 20); in read_shdr()