File:  [CSRG BSD Unix] / 43BSDReno / contrib / isode-beta / doc / manual / grind4-8b.py
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:56 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

...

Date ::=
	[APPLICATION 3]
	    IMPLICIT IA5String -- YYYYMMDD --
	    [[s Date]]
	    %{
		int year, month, day;
		static char buffer[BUFSIZ];

		if (sscanf (Date, "%4d%2d%2d", &year, &month, &day) != 3
			|| year < 1900 || month < 1 || month > 12
			|| day < 1 || day > 31)
		    adios (NULLCP, "bad date format: %s", Date);
		(void) sprintf (buffer, "%02d %s %4d", day,
			    months[month - 1], year);
		Date = buffer;
	    %}

END

...

unix.superglobalmegacorp.com

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