DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T g

⟦9c176e509⟧ TextFile

    Length: 520 (0x208)
    Types: TextFile
    Names: »grind5a-3.c«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/doc/manual/grind5a-3.c« 

TextFile

...

    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, 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);
}