tms               159 modules/exmem_inspector.c     struct tm *tms;
tms               162 modules/exmem_inspector.c     tms = localtime(&t);
tms               163 modules/exmem_inspector.c     sprintf(txt,"%04d-%02d-%02d %02d:%02d:%02d\n",tms->tm_year+1900,tms->tm_mon+1,tms->tm_mday,
tms               164 modules/exmem_inspector.c                                                   tms->tm_hour,tms->tm_min,tms->tm_sec);