Home
last modified time | relevance | path

Searched refs:myctime (Results 1 – 6 of 6) sorted by relevance

/original-bsd/usr.bin/pascal/src/
H A Dmain.c82 extern char *myctime();
438 version, myctime((int *) (&tvec)), filename); in header()
442 version, myctime((int *) (&tvec)), filename); in header()
H A Derror.c141 printf("%s %s:\n" , myctime( &tvec ) , name );
H A Dsubr.c59 myctime(tv) in myctime() function
H A Dyyput.c283 printf("%s %s:\n" , myctime( (int *) (&tvec) ) , cp );
H A D0.h723 char *myctime();
/original-bsd/usr.bin/pascal/pxp/
H A Dmain.c233 version, myctime(&tvec), filename); in header()
234 printf("Profiled %s\n\n", myctime(&ptvec)); in header()