Home
last modified time | relevance | path

Searched refs:xstat (Results 1 – 6 of 6) sorted by relevance

/original-bsd/old/adb/scripts.tahoe/
H A Dproc6 +/"xstat"16t"ru"16t"poip"8t"szpt"8t"tsize"nx16tX2xX
/original-bsd/old/adb/scripts.vax/
H A Dproc6 +/"pid"8t"ppid"8t"xstat"8t"ru"56t"poip"8t"szpt"n3dXdd
/original-bsd/old/cu/
H A Dcu.c867 struct stat xstat; local
868 if(stat(name,&xstat)<0) return(0);
869 if(xstat.st_size!=sizeof(int)) return(0);
/original-bsd/sys/netiso/
H A Dif_un.eg665 status = MM_IN(&addr->un_edlc.xstat);
666 MM_OUT(&addr->un_edlc.xstat, status); /* clear status bits */
667 DEBUGF(undebug & 0x2, printf(" unxint: xstat = %b\n",
1162 MM_OUT(&addr->un_edlc.xstat, XS_CLEAR);
/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c243 int rv, sig, xstat, error; variable
267 xstat = WEXITSTATUS(rv);
268 rv = W_EXITCODE(xstat, bsdtohpuxsig(sig)) |
/original-bsd/usr.sbin/sendmail/src/
H A Dmap.c792 auto int xstat; local
795 old.dptr = ndbm_map_lookup(map, key.dptr, NULL, &xstat);