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

⟦1d5f15384⟧ TextFile

    Length: 309 (0x135)
    Types: TextFile
    Names: »delv-rep.c«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/doc/manual/volume2/delv-rep.c« 

TextFile

...
    {
	char buffer[BUFSIZ];

	(void) sprintf (buffer, "Address %s failed for reason %s",
			ap -> ad_r822adr, rstr);
	
	(void) delivery_set (ap -> ad_no,
			     int_Qmgr_status_permanentFailure);
	set_dr (qp, ap -> ad_no, msg_name,
		  DRR_UNABLE_TO_TRANSFER,
		  DRD_UNRECOGNISED_OR, buffer);
    }
...