|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T g
Length: 527 (0x20f) Types: TextFile Names: »grind5a-3.c«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« └─⟦de7628f85⟧ └─⟦this⟧ »isode-6.0/doc/manual/grind5a-3.c«
... while (fgets (buffer, sizeof buffer, stdin)) { register PE = oct2prim (buffer, strlen (buffer) + 1); if (PDataRequest (sd, &pe, 1, pi) == NOTOK) error ("P-DATA.REQUEST: %s", PErrString (pa -> pa_reason)); pe_free (pe); } if (PRelRequest (sd, NULLPEP, 0, NOTOK, pr, pi) == NOTOK) error ("P-RELEASE.REQUEST: %s", PErrString (pa -> pa_reason)); if (!pr -> pr_affirmative) { (void) PUAbortRequest (sd, NULLPEP, 0, pi); error ("release rejected by sink"); } PRFREE (pr); exit (0); }