Searched defs:sect (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/ocaml/files/
H A Docamlbyteinfo.ml22 let get_string_list sect len =
25 if sect.[e] = '\000' then
26 fold (e+1) (e+1) (String.sub sect s (e-s) :: acc)
31 let sect = String.create len in var
32 let _ = really_input ic sect 0 len in
33 get_string_list sect len

Completed in 62 milliseconds