HomeSort by relevance Sort by last modified time
    Searched refs:OO (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/cmd/
pht_to_long.pl 32 open(OO, ">$otxt") || die "error opening output dict $otxt\n";
44 print OO "$language_header_line\n";
61 print OO "$word \t @lphlist\n";
64 close(OO);
pht_to_short.pl 35 open(OO, ">$okfile") || die "error opening output dict $okfile\n";
47 print OO "$language_header_line\n";
65 print OO "$word $sphPron\n";
69 close(OO);

Completed in 87 milliseconds