timp 259 include/lolevel.h extern long _strftime(char *s, unsigned long maxsize, const char *format, const /*struct tm*/ void *timp); timp 260 include/lolevel.h extern /*time_t*/ long _mktime(/*struct tm*/ void *timp); // VXWORKS timp 35 include/std/time.h extern long strftime(char *s, unsigned long maxsize, const char *format, const struct tm *timp); timp 36 include/std/time.h extern time_t mktime(struct tm *timp); timp 968 platform/generic/wrappers.c long strftime(char *s, unsigned long maxsize, const char *format, const struct tm *timp) { timp 969 platform/generic/wrappers.c return _strftime(s,maxsize,format,timp); timp 972 platform/generic/wrappers.c time_t mktime(struct tm *timp) { timp 974 platform/generic/wrappers.c return _mktime(timp); timp 977 platform/generic/wrappers.c _memcpy(timp_ext,timp,9*sizeof(int)); timp 980 platform/generic/wrappers.c _memcpy(timp,timp_ext,9*sizeof(int)); timp 251 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int strftime(char *s, unsigned int maxsize, const char *format, const /*struct tm*/ void *timp); timp 252 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall /*time_t*/ int mktime(/*struct tm*/ void *timp); // VXWORKS