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

⟦ee0a10b44⟧ TextFile

    Length: 527 (0x20f)
    Types: TextFile
    Names: »grind5a-3.c«

Derivation

└─⟦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« 

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