Home
last modified time | relevance | path

Searched refs:rxFile (Results 1 – 4 of 4) sorted by relevance

/dports/net/p5-File-RsyncP/File-RsyncP-0.76/lib/File/RsyncP/
H A DFileIO.pm422 $fio->{rxFile} = $f; # file attributes
429 if ( $fio->{rxFile}{size} != ($cnt > 0
440 $fio->{rxFile}{localName} = $fio->localName($fio->{rxFile}{name});
584 if ( open(F, $fio->{rxFile}{localName}) ) {
611 return $fio->attribSet($fio->{rxFile});
619 if ( -e $fio->{rxFile}{localName} ) {
626 if ( !rename($fio->{rxFile}{localName}, $oldFile) ) {
633 if ( !rename($fio->{rxTmpFile}, $fio->{rxFile}{localName}) ) {
637 if ( !rename($oldFile, $fio->{rxFile}{localName}) ) {
657 $fio->{rxFile}{size} = $fio->{rxSize};
[all …]
/dports/sysutils/backuppc/BackupPC-3.3.2/lib/BackupPC/Xfer/
H A DRsyncFileIO.pm851 $fio->{rxFile} = $f;
876 if ( $fio->{rxFile}{size} != $rxSize ) {
950 $fio->{rxFile}{name} =~ /(.*)/s;
954 $rxOutFile, $fio->{rxFile}{size},
1190 delete($fio->{rxFile});
1215 my $f = $fio->{rxFile};
1271 $fio->{rxFile}{size} = $fio->{rxSize};
1272 $ret = $fio->attribSet($fio->{rxFile});
1276 delete($fio->{rxFile});
1441 if ( $isChild && defined($fio->{rxFile}) ) {
[all …]
/dports/net/yate/yate-6.4.0-1/modules/radio/
H A Ddummyradio.cpp229 const String& rxFile = config["rx_file_raw"]; in DummyInterface() local
230 if (rxFile) { in DummyInterface()
233 if (f.openPath(rxFile)) { in DummyInterface()
246 rxFile.c_str(),len,this); in DummyInterface()
257 rxFile.c_str(),oper,f.error(),tmp.c_str(),this); in DummyInterface()
/dports/editors/texmaker/texmaker-5.0.3/
H A Dtexmaker.cpp9614 QRegExp rxFile("(.*(\\.tex|\\.sty|\\.cls))"); in LatexError() local
9651 if (rxFile.indexIn(suivant) != -1) name=rxFile.cap(1); in LatexError()