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            1022 ext/ftp/ftp.c  	struct tm	*gmt, tmbuf;
tmbuf            1048 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            2869 ext/soap/php_encoding.c 	struct tm *ta, tmbuf;
tmbuf            2884 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             828 ext/standard/ftp_fopen_wrapper.c 		struct tm tm, tmbuf, *gmt;
tmbuf             850 ext/standard/ftp_fopen_wrapper.c 		gmt = php_gmtime_r(&stamp, &tmbuf);
tmbuf             845 ext/standard/info.c 	        struct tm *ta, tmbuf;
tmbuf             848 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            1479 main/main.c    				struct tm *ta, tmbuf;
tmbuf            1485 main/main.c    				ta = php_localtime_r(&curtime, &tmbuf);