Home
last modified time | relevance | path

Searched refs:findprogram (Results 1 – 7 of 7) sorted by relevance

/dports/audio/mp3lint/mp3lint-0.9/bin/
H A Dmp3lint77 $path=findprogram($program);
89 $path=findprogram($program);
93 $path=findprogram($program);
/dports/audio/mp3lint/mp3lint-0.9/lib/MP3/Archive/Lint/Tools/
H A DMp3check.pm35 $self->{cmd}=$self->findprogram("mp3_check");
38 $self->{cmd}=$self->findprogram("checkmp3");
H A DFlac.pm33 $self->{metaflac}=$self->findprogram("metaflac");
34 $self->{flac}=$self->findprogram("flac");
35 $self->{md5sum}=$self->findprogram("md5sum");
H A DMp3info.pm36 $self->{cmd}=$self->findprogram("mp3info");
H A DOgg.pm33 $self->{cmd}=$self->findprogram("ogginfo");
/dports/misc/findutils/findutils-4.8.0/find/testsuite/config/
H A Dunix.exp82 proc do_find_start { suffix findprogram flags passfail options infile output } {
129 set cmd "$findprogram $flags $options < $infile > find.out.uns"
/dports/audio/mp3lint/mp3lint-0.9/lib/MP3/Archive/Lint/
H A DTool.pm381 sub findprogram subroutine