File nut/crt/localtim.c


Included Files


Preprocessor definitions

#define __need_NULL

#define LONG_MAX 2147483647L


Global Function localtime()

tm* localtime ( const time_t* timer )
Prototyped in: nut/include/time.h
Calls: localtime_r() nut/crt/localtim.c
Called by: GetDosTimeStamp() nut/fs/phatutil.c
  NutFtpServerSession() nut/pro/ftpd.c
  vsyslog() nut/pro/syslog.c
  vsyslog_P() nut/pro/syslog.c
References Variables: _tb nut/crt/gmtime.c

Global Function localtime_r()

int localtime_r ( const time_t* timer, tm* ptm )
Prototyped in: nut/include/time.h
Calls: gmtime_r() nut/crt/gmtime.c
  _isindst()
Called by: localtime() nut/crt/localtim.c