Searched refs:pwait (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/procmail-14/procmail/src/
H A Dpipes.c68 else if(verbose||pwait!=4) /* are we not looking the other way? */
174 if(pwait&&(excode=waitfor(pidfilt))!=EXIT_SUCCESS)
176 if(pwait&2) /* do we put it on report? */
177 { pwait=4; /* no, we'll look the other way */
182 perr: progerr(line,excode,pwait==4); /* I'm going to tell my mommy! */
200 retStdout(Stdout,pwait&&pipw,!backblock);
227 if(pwait&&(excode=strcmp(t1,t3)?1:EXIT_SUCCESS)!=EXIT_SUCCESS)
228 { if(!(pwait&2)||verbose) /* do we put it on report? */
229 progerr(line,excode,pwait&2);
250 if(pwait
[all...]
H A Dprocmail.c58 int retval=EX_CANTCREAT,retvl2=EXIT_SUCCESS,sh,pwait,rc= -1, variable
696 pwait=flags[WAIT_EXIT]|flags[WAIT_EXIT_QUIET]<<1;
757 if(!pwait) /* try and protect the user from his */
758 pwait=2; /* blissful ignorance :-) */
836 if(!pwait) /* try and protect the user from his */
837 pwait=2; /* blissful ignorance :-) */
857 if(pwait&&
859 { if(!(pwait&2)||verbose) /* do we report it? */
860 progerr(procmailn,excode,pwait&2);
H A Dprocmail.h98 extern int sh,pwait,retval,retvl2,rc,privileged,ignwerr,
H A Dmisc.c577 case '?':pwait=2;metaparse(chp);inittmout(buf);ignwerr=1;
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-pexecute.c414 if (pwait (pid1, &status, 0) < 0)
415 FATAL_ERROR ("write pwait 1 failed", errno);
419 if (pwait (pid2, &status, 0) < 0)
420 FATAL_ERROR ("write pwait 1 failed", errno);
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dlibiberty.h587 /* pexecute and pwait are the old pexecute interface, still here for
606 extern int pwait (int, int *, int);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.decls.h355 extern void pwait (void);
H A Dsh.exp.c582 pwait();
H A Dsh.glob.c875 pwait();
H A Dsh.sem.c611 pwait();
H A Dsh.proc.c143 * childs status. Top level routines (like pwait) must be sure
450 * pwait - wait for current job to terminate, maintaining integrity
454 pwait(void) function
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dnlmconv.c2134 if (pwait (pid, &status, 0) < 0)
2136 perror ("pwait");
H A Ddlltool.c1213 pid = pwait (pid, & wait_status, 0);

Completed in 151 milliseconds