Home
last modified time | relevance | path

Searched refs:panoTimeToStrWithTimeZone (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libpano13/libpano13-2.9.20/
H A Dsys_compat_win.c58 int panoTimeToStrWithTimeZone(char *sTime, int len, struct tm *time) in panoTimeToStrWithTimeZone() function
77 int panoTimeToStrWithTimeZone(char *sTime, int len, struct tm *time) in panoTimeToStrWithTimeZone() function
H A Dsys_compat.h28 int panoTimeToStrWithTimeZone(char *sTime, int len, struct tm *time) ;
H A Dsys_compat_unix.c29 int panoTimeToStrWithTimeZone(char *sTime, int len, struct tm *time) in panoTimeToStrWithTimeZone() function
H A Dfile.c302 if (panoTimeToStrWithTimeZone(sTime, sizeof(sTime), currentTime)) { in panoPSDResourcesBlockWrite()