lt               3124 source3/client/client.c 	struct tm *lt;
lt               3180 source3/client/client.c 	lt = localtime(&sbuf.st_atime);
lt               3181 source3/client/client.c 	if (lt) {
lt               3182 source3/client/client.c 		strftime(mode_str, sizeof(mode_str), "%Y-%m-%d %T %z", lt);
lt               3188 source3/client/client.c 	lt = localtime(&sbuf.st_mtime);
lt               3189 source3/client/client.c 	if (lt) {
lt               3190 source3/client/client.c 		strftime(mode_str, sizeof(mode_str), "%Y-%m-%d %T %z", lt);
lt               3196 source3/client/client.c 	lt = localtime(&sbuf.st_ctime);
lt               3197 source3/client/client.c 	if (lt) {
lt               3198 source3/client/client.c 		strftime(mode_str, sizeof(mode_str), "%Y-%m-%d %T %z", lt);
lt                985 source3/lib/time.c 	struct tm *lt = localtime(&t);
lt                987 source3/lib/time.c 	if (!lt) {
lt                991 source3/lib/time.c 	asct = asctime(lt);