tmbuf              32 ext/calendar/cal_unix.c 	struct tm *ta, tmbuf;
tmbuf              44 ext/calendar/cal_unix.c 	if (!(ta = php_localtime_r(&ts, &tmbuf))) {
tmbuf             990 ext/ftp/ftp.c  	struct tm	*gmt, tmbuf;
tmbuf            1016 ext/ftp/ftp.c  	gmt = php_gmtime_r(&stamp, &tmbuf);
tmbuf             126 ext/phar/zip.c 	struct tm *tm, tmbuf;
tmbuf             130 ext/phar/zip.c 	tm = php_localtime_r(&now, &tmbuf);
tmbuf             147 ext/phar/zip.c 	struct tm *tm, tmbuf;
tmbuf             149 ext/phar/zip.c 	tm = php_localtime_r(&time, &tmbuf);
tmbuf            2982 ext/soap/php_encoding.c 	struct tm *ta, tmbuf;
tmbuf            2997 ext/soap/php_encoding.c 		ta = php_localtime_r(&timestamp, &tmbuf);
tmbuf              56 ext/standard/datetime.c 	struct tm *tm1, tmbuf;
tmbuf              59 ext/standard/datetime.c 	tm1 = php_gmtime_r(&t, &tmbuf);
tmbuf             837 ext/standard/ftp_fopen_wrapper.c 		struct tm tm, tmbuf, *gmt;
tmbuf             859 ext/standard/ftp_fopen_wrapper.c 		gmt = php_gmtime_r(&stamp, &tmbuf);
tmbuf             924 ext/standard/info.c 	        struct tm *ta, tmbuf;
tmbuf             927 ext/standard/info.c 	        ta = php_localtime_r(&the_time, &tmbuf);
tmbuf             276 ext/xmlrpc/libxmlrpc/xmlrpc.c    struct tm *tm, tmbuf;
tmbuf             277 ext/xmlrpc/libxmlrpc/xmlrpc.c    tm = php_gmtime_r(&value, &tmbuf);
tmbuf            1535 main/main.c    				struct tm *ta, tmbuf;
tmbuf            1541 main/main.c    				ta = php_localtime_r(&curtime, &tmbuf);