Searched refs:istat (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/uucp-11/uucp/unix/
H A Diswait.c90 wait_status istat; local
93 while (waitpid ((pid_t) ipid, (pointer) &istat, 0) < 0)
105 while (wait4 ((pid_t) ipid, (pointer) &istat, 0,
122 while ((igot = wait ((pointer) &istat)) != (pid_t) ipid)
139 WIFEXITED (istat) ? "Exit status" : "Signal",
140 WIFEXITED (istat) ? WEXITSTATUS (istat) : WTERMSIG (istat));
142 if (WIFEXITED (istat) && WEXITSTATUS (istat)
[all...]
H A Dstatus.c70 int istat;
126 istat = (int) strtol (zline, &zend, 10);
138 if (aiMapstatus[i] == istat)
140 istat = i;
147 if (istat < 0 || istat >= (int) STATUS_VALUES)
148 istat = (int) STATUS_COMPLETE;
149 qret->ttype = (enum tstatus_type) istat;
215 int istat;
223 istat
68 int istat; local
213 int istat; local
[all...]
H A Dxqtsub.c244 int istat;
415 istat = ixswait ((unsigned long) ipid, "Execution");
417 if (istat == EX_TEMPFAIL)
420 return istat == 0;
240 int istat; local
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dwait3.c44 wait3(istat, options, rup)
45 int *istat;
49 return (_wait4(WAIT_ANY, istat, options, rup));
H A Dwait.c50 __wait(int *istat) argument
53 return (__wait4(WAIT_ANY, istat, 0, (struct rusage *)0));
55 return (__wait4_nocancel(WAIT_ANY, istat, 0, (struct rusage *)0));
H A Dwaitpid.c53 __waitpid(pid_t pid, int *istat, int options) argument
64 return (__wait4(pid, istat, options, (struct rusage *)0));
66 return (__wait4_nocancel(pid, istat, options, (struct rusage *)0));
/macosx-10.9.5/Heimdal-323.92.1/appl/rcp/
H A Dutil.c119 void (*istat)(int), (*qstat)(int);
132 istat = signal(SIGINT, SIG_IGN);
136 (void)signal(SIGINT, istat);
/macosx-10.9.5/remote_cmds-41.90.1/rcp.tproj/
H A Dutil.c106 sig_t istat, qstat; local
120 istat = signal(SIGINT, SIG_IGN);
124 (void)signal(SIGINT, istat);
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dhotplug_macosx.c795 int istat; local
796 istat = HPDriversMatchUSBDevices(drivers, &devices);
797 if (istat)
801 istat = HPDriversMatchPCCardDevices(drivers, &devices);
802 if (istat)
/macosx-10.9.5/uucp-11/uucp/
H A Dtstuu.c1599 int istat;
1601 istat = system ((char *) zcmd);
1602 if (istat != 0)
1604 fprintf (stderr, "Command failed with status %d\n", istat);
1593 int istat; local
H A Duux.c153 static void uxabort P((int istat));
1719 uxabort (istat)
1720 int istat;
1731 exit (istat);

Completed in 132 milliseconds