Annotation of 43BSDReno/contrib/isode-beta/doc/manual/grind5a-3.c, revision 1.1

1.1     ! root        1: ...
        !             2: 
        !             3:     while (fgets (buffer, sizeof buffer, stdin)) {
        !             4:        register PE = oct2prim (buffer, strlen (buffer) + 1);
        !             5: 
        !             6:        if (PDataRequest (sd, &pe, 1, pi) == NOTOK)
        !             7:            error ("P-DATA.REQUEST: %s", PErrString (pa -> pa_reason));
        !             8: 
        !             9:        pe_free (pe);
        !            10:     }
        !            11: 
        !            12:     if (PRelRequest (sd, NULLPEP, 0, NOTOK, pr, pi) == NOTOK)
        !            13:        error ("P-RELEASE.REQUEST: %s", PErrString (pa -> pa_reason));
        !            14: 
        !            15:     if (!pr -> pr_affirmative) {
        !            16:        (void) PUAbortRequest (sd, NULLPEP, 0, pi);
        !            17:        error ("release rejected by sink");
        !            18:     }
        !            19:     PRFREE (pr);
        !            20: 
        !            21:     exit (0);
        !            22: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.