Displaying 6 results from an estimated 6 matches for "nredir".
Did you mean:
redir
2001 Feb 09
3
Palm Hotsync success...
...decided to try network communication
instead.
I am able to perform a complete hotsync even with Netscape Calendar
synchronization. I am not doing anything special to make it work but
it is not straight forward, neither.
I start hotsync.exe, configuring it for network access only. Then I
start pi-nredir (from the pilot-unix/pilot-link package). This
establishes a link from the serial port to the hotsync network
interface. I setup the hotsync on Palm for normal serial port sync and
press the hotsync button. Thats it. A complete hotsync is performed,
even with conduits being run and synced.
I have...
2019 Jan 25
0
[klibc:update-dash] eval: Return status in eval functions
...== NULL) {
TRACE(("evaltree(NULL) called\n"));
goto out;
@@ -221,8 +223,7 @@ evaltree(union node *n, int flags)
break;
#endif
case NNOT:
- evaltree(n->nnot.com, EV_TESTED);
- status = !exitstatus;
+ status = !evaltree(n->nnot.com, EV_TESTED);
goto setstatus;
case NREDIR:
errlinno = lineno = n->nredir.linno;
@@ -230,11 +231,8 @@ evaltree(union node *n, int flags)
lineno -= funcline - 1;
expredir(n->nredir.redirect);
pushredir(n->nredir.redirect);
- status = redirectsafe(n->nredir.redirect, REDIR_PUSH);
- if (!status) {
- evaltree(n->...
2020 Mar 28
0
[klibc:update-dash] dash: eval: Return status in eval functions
...== NULL) {
TRACE(("evaltree(NULL) called\n"));
goto out;
@@ -221,8 +223,7 @@ evaltree(union node *n, int flags)
break;
#endif
case NNOT:
- evaltree(n->nnot.com, EV_TESTED);
- status = !exitstatus;
+ status = !evaltree(n->nnot.com, EV_TESTED);
goto setstatus;
case NREDIR:
errlinno = lineno = n->nredir.linno;
@@ -230,11 +231,8 @@ evaltree(union node *n, int flags)
lineno -= funcline - 1;
expredir(n->nredir.redirect);
pushredir(n->nredir.redirect);
- status = redirectsafe(n->nredir.redirect, REDIR_PUSH);
- if (!status) {
- evaltree(n->...
2020 Mar 28
0
[klibc:update-dash] dash: eval: Reset handler when entering a subshell
...* Evaluate a command.
*/
+#include "main.h"
#include "shell.h"
#include "nodes.h"
#include "syntax.h"
@@ -492,6 +493,7 @@ evalsubshell(union node *n, int flags)
if (backgnd)
flags &=~ EV_TESTED;
nofork:
+ reset_handler();
redirect(n->nredir.redirect, 0);
evaltreenr(n->nredir.n, flags);
/* never returns */
@@ -574,6 +576,7 @@ evalpipe(union node *n, int flags)
}
}
if (forkshell(jp, lp->n, n->npipe.backgnd) == 0) {
+ reset_handler();
INTON;
if (pip[1] >= 0) {
close(pip[0]);
@@ -630,6 +633,7 @@...
2019 Jun 07
1
Problem with opusfile & ndk
Hi Xiph.org Team.
We are using opusfile library <https://github.com/xiph/opusfile> for
streaming *.opus* audio in our projects.
But now we have a problem with building opusfile library for android with
*ndk-build*.
In particular, with arm64-v8a platform: Google removed <sys/timeb.h> from
android.
And now building opusfile with nkd-build crashes with error "fatal error:
2001 Feb 20
1
I need some help for using wine
...am able to perform a complete hotsync even with Netscape Calendar
> > synchronization. I am not doing anything special to make it work but
> > it is not straight forward, neither.
> >
> > I start hotsync.exe, configuring it for network access only. Then I
> > start pi-nredir (from the pilot-unix/pilot-link package). This
> > establishes a link from the serial port to the hotsync network
> > interface. I setup the hotsync on Palm for normal serial port sync and
> > press the hotsync button. Thats it. A complete hotsync is performed,
> > even with...