Home
last modified time | relevance | path

Searched refs:ltime (Results 101 – 125 of 2026) sorted by relevance

12345678910>>...82

/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/cm/hal/
H A Dcm_innerdef_os.h82 struct tm *ltime; in GetLocalTime() local
84 ltime=localtime(&temp); in GetLocalTime()
85 psystime->wYear = ltime->tm_year; in GetLocalTime()
86 psystime->wMonth = ltime->tm_mon; in GetLocalTime()
87 psystime->wDayOfWeek = ltime->tm_wday; in GetLocalTime()
88 psystime->wDay = ltime->tm_mday; in GetLocalTime()
89 psystime->wHour = ltime->tm_hour; in GetLocalTime()
90 psystime->wMinute = ltime->tm_min; in GetLocalTime()
91 psystime->wSecond = ltime->tm_sec; in GetLocalTime()
/dports/databases/mariadb105-client/mariadb-10.5.15/include/mysql/
H A Dservice_thd_timezone.h49 my_time_t (*thd_TIME_to_gmt_sec)(MYSQL_THD thd, const MYSQL_TIME *ltime, unsigned int *errcode);
50 void (*thd_gmt_sec_to_TIME)(MYSQL_THD thd, MYSQL_TIME *ltime, my_time_t t);
55 #define thd_TIME_to_gmt_sec(thd, ltime, errcode) \ argument
56 (thd_timezone_service->thd_TIME_to_gmt_sec((thd), (ltime), (errcode)))
58 #define thd_gmt_sec_to_TIME(thd, ltime, t) \ argument
59 (thd_timezone_service->thd_gmt_sec_to_TIME((thd), (ltime), (t)))
63 my_time_t thd_TIME_to_gmt_sec(MYSQL_THD thd, const MYSQL_TIME *ltime, unsigned int *errcode);
64 void thd_gmt_sec_to_TIME(MYSQL_THD thd, MYSQL_TIME *ltime, my_time_t t);
/dports/databases/mariadb104-server/mariadb-10.4.24/include/mysql/
H A Dservice_thd_timezone.h49 my_time_t (*thd_TIME_to_gmt_sec)(MYSQL_THD thd, const MYSQL_TIME *ltime, unsigned int *errcode);
50 void (*thd_gmt_sec_to_TIME)(MYSQL_THD thd, MYSQL_TIME *ltime, my_time_t t);
55 #define thd_TIME_to_gmt_sec(thd, ltime, errcode) \ argument
56 (thd_timezone_service->thd_TIME_to_gmt_sec((thd), (ltime), (errcode)))
58 #define thd_gmt_sec_to_TIME(thd, ltime, t) \ argument
59 (thd_timezone_service->thd_gmt_sec_to_TIME((thd), (ltime), (t)))
63 my_time_t thd_TIME_to_gmt_sec(MYSQL_THD thd, const MYSQL_TIME *ltime, unsigned int *errcode);
64 void thd_gmt_sec_to_TIME(MYSQL_THD thd, MYSQL_TIME *ltime, my_time_t t);
/dports/databases/mariadb104-client/mariadb-10.4.24/include/mysql/
H A Dservice_thd_timezone.h49 my_time_t (*thd_TIME_to_gmt_sec)(MYSQL_THD thd, const MYSQL_TIME *ltime, unsigned int *errcode);
50 void (*thd_gmt_sec_to_TIME)(MYSQL_THD thd, MYSQL_TIME *ltime, my_time_t t);
55 #define thd_TIME_to_gmt_sec(thd, ltime, errcode) \ argument
56 (thd_timezone_service->thd_TIME_to_gmt_sec((thd), (ltime), (errcode)))
58 #define thd_gmt_sec_to_TIME(thd, ltime, t) \ argument
59 (thd_timezone_service->thd_gmt_sec_to_TIME((thd), (ltime), (t)))
63 my_time_t thd_TIME_to_gmt_sec(MYSQL_THD thd, const MYSQL_TIME *ltime, unsigned int *errcode);
64 void thd_gmt_sec_to_TIME(MYSQL_THD thd, MYSQL_TIME *ltime, my_time_t t);
/dports/databases/mariadb105-server/mariadb-10.5.15/include/mysql/
H A Dservice_thd_timezone.h49 my_time_t (*thd_TIME_to_gmt_sec)(MYSQL_THD thd, const MYSQL_TIME *ltime, unsigned int *errcode);
50 void (*thd_gmt_sec_to_TIME)(MYSQL_THD thd, MYSQL_TIME *ltime, my_time_t t);
55 #define thd_TIME_to_gmt_sec(thd, ltime, errcode) \ argument
56 (thd_timezone_service->thd_TIME_to_gmt_sec((thd), (ltime), (errcode)))
58 #define thd_gmt_sec_to_TIME(thd, ltime, t) \ argument
59 (thd_timezone_service->thd_gmt_sec_to_TIME((thd), (ltime), (t)))
63 my_time_t thd_TIME_to_gmt_sec(MYSQL_THD thd, const MYSQL_TIME *ltime, unsigned int *errcode);
64 void thd_gmt_sec_to_TIME(MYSQL_THD thd, MYSQL_TIME *ltime, my_time_t t);
/dports/databases/mariadb103-server/mariadb-10.3.34/include/mysql/
H A Dservice_thd_timezone.h49 my_time_t (*thd_TIME_to_gmt_sec)(MYSQL_THD thd, const MYSQL_TIME *ltime, unsigned int *errcode);
50 void (*thd_gmt_sec_to_TIME)(MYSQL_THD thd, MYSQL_TIME *ltime, my_time_t t);
55 #define thd_TIME_to_gmt_sec(thd, ltime, errcode) \ argument
56 (thd_timezone_service->thd_TIME_to_gmt_sec((thd), (ltime), (errcode)))
58 #define thd_gmt_sec_to_TIME(thd, ltime, t) \ argument
59 (thd_timezone_service->thd_gmt_sec_to_TIME((thd), (ltime), (t)))
63 my_time_t thd_TIME_to_gmt_sec(MYSQL_THD thd, const MYSQL_TIME *ltime, unsigned int *errcode);
64 void thd_gmt_sec_to_TIME(MYSQL_THD thd, MYSQL_TIME *ltime, my_time_t t);
/dports/databases/mariadb103-client/mariadb-10.3.34/include/mysql/
H A Dservice_thd_timezone.h49 my_time_t (*thd_TIME_to_gmt_sec)(MYSQL_THD thd, const MYSQL_TIME *ltime, unsigned int *errcode);
50 void (*thd_gmt_sec_to_TIME)(MYSQL_THD thd, MYSQL_TIME *ltime, my_time_t t);
55 #define thd_TIME_to_gmt_sec(thd, ltime, errcode) \ argument
56 (thd_timezone_service->thd_TIME_to_gmt_sec((thd), (ltime), (errcode)))
58 #define thd_gmt_sec_to_TIME(thd, ltime, t) \ argument
59 (thd_timezone_service->thd_gmt_sec_to_TIME((thd), (ltime), (t)))
63 my_time_t thd_TIME_to_gmt_sec(MYSQL_THD thd, const MYSQL_TIME *ltime, unsigned int *errcode);
64 void thd_gmt_sec_to_TIME(MYSQL_THD thd, MYSQL_TIME *ltime, my_time_t t);
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfsclient/
H A Doplog.c90 struct tm ltime; in oplog_printf() local
99 ltime = convtm; in oplog_printf()
101 ltime.tm_sec += leng%60; in oplog_printf()
102 ltime.tm_min += leng/60; in oplog_printf()
105 …2u:%02u:%02u.%06u: uid:%u gid:%u pid:%u cmd:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_printf()
124 struct tm ltime; in oplog_msg() local
133 ltime = convtm; in oplog_msg()
135 ltime.tm_sec += leng%60; in oplog_msg()
136 ltime.tm_min += leng/60; in oplog_msg()
139 …INELENG,"%02u.%02u %02u:%02u:%02u.%06u: msg:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_msg()
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfsclient/
H A Doplog.c90 struct tm ltime; in oplog_printf() local
99 ltime = convtm; in oplog_printf()
101 ltime.tm_sec += leng%60; in oplog_printf()
102 ltime.tm_min += leng/60; in oplog_printf()
105 …2u:%02u:%02u.%06u: uid:%u gid:%u pid:%u cmd:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_printf()
124 struct tm ltime; in oplog_msg() local
133 ltime = convtm; in oplog_msg()
135 ltime.tm_sec += leng%60; in oplog_msg()
136 ltime.tm_min += leng/60; in oplog_msg()
139 …INELENG,"%02u.%02u %02u:%02u:%02u.%06u: msg:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_msg()
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfsclient/
H A Doplog.c90 struct tm ltime; in oplog_printf() local
99 ltime = convtm; in oplog_printf()
101 ltime.tm_sec += leng%60; in oplog_printf()
102 ltime.tm_min += leng/60; in oplog_printf()
105 …2u:%02u:%02u.%06u: uid:%u gid:%u pid:%u cmd:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_printf()
124 struct tm ltime; in oplog_msg() local
133 ltime = convtm; in oplog_msg()
135 ltime.tm_sec += leng%60; in oplog_msg()
136 ltime.tm_min += leng/60; in oplog_msg()
139 …INELENG,"%02u.%02u %02u:%02u:%02u.%06u: msg:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_msg()
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfsclient/
H A Doplog.c90 struct tm ltime; in oplog_printf() local
99 ltime = convtm; in oplog_printf()
101 ltime.tm_sec += leng%60; in oplog_printf()
102 ltime.tm_min += leng/60; in oplog_printf()
105 …2u:%02u:%02u.%06u: uid:%u gid:%u pid:%u cmd:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_printf()
124 struct tm ltime; in oplog_msg() local
133 ltime = convtm; in oplog_msg()
135 ltime.tm_sec += leng%60; in oplog_msg()
136 ltime.tm_min += leng/60; in oplog_msg()
139 …INELENG,"%02u.%02u %02u:%02u:%02u.%06u: msg:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_msg()
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfsclient/
H A Doplog.c90 struct tm ltime; in oplog_printf() local
99 ltime = convtm; in oplog_printf()
101 ltime.tm_sec += leng%60; in oplog_printf()
102 ltime.tm_min += leng/60; in oplog_printf()
105 …2u:%02u:%02u.%06u: uid:%u gid:%u pid:%u cmd:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_printf()
124 struct tm ltime; in oplog_msg() local
133 ltime = convtm; in oplog_msg()
135 ltime.tm_sec += leng%60; in oplog_msg()
136 ltime.tm_min += leng/60; in oplog_msg()
139 …INELENG,"%02u.%02u %02u:%02u:%02u.%06u: msg:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_msg()
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfsclient/
H A Doplog.c90 struct tm ltime; in oplog_printf() local
99 ltime = convtm; in oplog_printf()
101 ltime.tm_sec += leng%60; in oplog_printf()
102 ltime.tm_min += leng/60; in oplog_printf()
105 …2u:%02u:%02u.%06u: uid:%u gid:%u pid:%u cmd:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_printf()
124 struct tm ltime; in oplog_msg() local
133 ltime = convtm; in oplog_msg()
135 ltime.tm_sec += leng%60; in oplog_msg()
136 ltime.tm_min += leng/60; in oplog_msg()
139 …INELENG,"%02u.%02u %02u:%02u:%02u.%06u: msg:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_msg()
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfsclient/
H A Doplog.c90 struct tm ltime; in oplog_printf() local
99 ltime = convtm; in oplog_printf()
101 ltime.tm_sec += leng%60; in oplog_printf()
102 ltime.tm_min += leng/60; in oplog_printf()
105 …2u:%02u:%02u.%06u: uid:%u gid:%u pid:%u cmd:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_printf()
124 struct tm ltime; in oplog_msg() local
133 ltime = convtm; in oplog_msg()
135 ltime.tm_sec += leng%60; in oplog_msg()
136 ltime.tm_min += leng/60; in oplog_msg()
139 …INELENG,"%02u.%02u %02u:%02u:%02u.%06u: msg:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_msg()
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfsclient/
H A Doplog.c90 struct tm ltime; in oplog_printf() local
99 ltime = convtm; in oplog_printf()
101 ltime.tm_sec += leng%60; in oplog_printf()
102 ltime.tm_min += leng/60; in oplog_printf()
105 …2u:%02u:%02u.%06u: uid:%u gid:%u pid:%u cmd:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_printf()
124 struct tm ltime; in oplog_msg() local
133 ltime = convtm; in oplog_msg()
135 ltime.tm_sec += leng%60; in oplog_msg()
136 ltime.tm_min += leng/60; in oplog_msg()
139 …INELENG,"%02u.%02u %02u:%02u:%02u.%06u: msg:",ltime.tm_mon+1,ltime.tm_mday,ltime.tm_hour,ltime.tm_… in oplog_msg()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libf2c/libU77/
H A Ddatetime_.c49 struct tm ltime = *localtime (&lt), gtime = *gmtime (&lt); in G77_date_and_time_0() local
61 vals[0] = 1900 + ltime.tm_year; in G77_date_and_time_0()
62 vals[1] = 1 + ltime.tm_mon; in G77_date_and_time_0()
63 vals[2] = ltime.tm_mday; in G77_date_and_time_0()
65 vals[3] = (ltime.tm_min - gtime.tm_min + in G77_date_and_time_0()
66 60 * (ltime.tm_hour - gtime.tm_hour + in G77_date_and_time_0()
67 24 * (ltime.tm_yday - gtime.tm_yday))); in G77_date_and_time_0()
68 vals[4] = ltime.tm_hour; in G77_date_and_time_0()
69 vals[5] = ltime.tm_min; in G77_date_and_time_0()
70 vals[6] = ltime.tm_sec; in G77_date_and_time_0()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libf2c/libU77/
H A Ddatetime_.c49 struct tm ltime = *localtime (&lt), gtime = *gmtime (&lt); in G77_date_and_time_0() local
61 vals[0] = 1900 + ltime.tm_year; in G77_date_and_time_0()
62 vals[1] = 1 + ltime.tm_mon; in G77_date_and_time_0()
63 vals[2] = ltime.tm_mday; in G77_date_and_time_0()
65 vals[3] = (ltime.tm_min - gtime.tm_min + in G77_date_and_time_0()
66 60 * (ltime.tm_hour - gtime.tm_hour + in G77_date_and_time_0()
67 24 * (ltime.tm_yday - gtime.tm_yday))); in G77_date_and_time_0()
68 vals[4] = ltime.tm_hour; in G77_date_and_time_0()
69 vals[5] = ltime.tm_min; in G77_date_and_time_0()
70 vals[6] = ltime.tm_sec; in G77_date_and_time_0()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/cm/hal/
H A Dcm_innerdef_os.h90 struct tm *ltime; in GetLocalTime() local
92 ltime=localtime(&temp); in GetLocalTime()
93 psystime->wYear = ltime->tm_year; in GetLocalTime()
94 psystime->wMonth = ltime->tm_mon; in GetLocalTime()
95 psystime->wDayOfWeek = ltime->tm_wday; in GetLocalTime()
96 psystime->wDay = ltime->tm_mday; in GetLocalTime()
97 psystime->wHour = ltime->tm_hour; in GetLocalTime()
98 psystime->wMinute = ltime->tm_min; in GetLocalTime()
99 psystime->wSecond = ltime->tm_sec; in GetLocalTime()
/dports/devel/log4c/log4c-1.2.4/src/log4c/
H A Dlayout_type_dated_local_r.c45 SystemTimeToTzSpecificLocalTime(NULL, &stime, &ltime)) { in dated_local_r_format()
48 ltime.wYear, ltime.wMonth , ltime.wDay, in dated_local_r_format()
49 ltime.wHour, ltime.wMinute, ltime.wSecond, in dated_local_r_format()
50 ltime.wMilliseconds, in dated_local_r_format()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Ditem_timefunc.h157 bool get_time(MYSQL_TIME *ltime) in get_time() argument
159 return get_time_from_int(ltime); in get_time()
361 bool get_time(MYSQL_TIME *ltime) in get_time() argument
398 bool get_time(MYSQL_TIME *ltime) in get_time() argument
431 bool get_time(MYSQL_TIME *ltime) in get_time() argument
604 bool get_time(MYSQL_TIME *ltime) in get_time() argument
673 bool get_time(MYSQL_TIME *ltime) in get_time() argument
769 *ltime= time; in get_TIME()
839 get_TIME(ltime); in get_time()
874 cached_time.set_date(ltime); in Item_date_literal()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Ditem_timefunc.h157 bool get_time(MYSQL_TIME *ltime) in get_time() argument
159 return get_time_from_int(ltime); in get_time()
361 bool get_time(MYSQL_TIME *ltime) in get_time() argument
398 bool get_time(MYSQL_TIME *ltime) in get_time() argument
431 bool get_time(MYSQL_TIME *ltime) in get_time() argument
604 bool get_time(MYSQL_TIME *ltime) in get_time() argument
673 bool get_time(MYSQL_TIME *ltime) in get_time() argument
769 *ltime= time; in get_TIME()
839 get_TIME(ltime); in get_time()
874 cached_time.set_date(ltime); in Item_date_literal()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Ditem_timefunc.h157 bool get_time(MYSQL_TIME *ltime) in get_time() argument
159 return get_time_from_int(ltime); in get_time()
361 bool get_time(MYSQL_TIME *ltime) in get_time() argument
398 bool get_time(MYSQL_TIME *ltime) in get_time() argument
431 bool get_time(MYSQL_TIME *ltime) in get_time() argument
604 bool get_time(MYSQL_TIME *ltime) in get_time() argument
673 bool get_time(MYSQL_TIME *ltime) in get_time() argument
769 *ltime= time; in get_TIME()
839 get_TIME(ltime); in get_time()
874 cached_time.set_date(ltime); in Item_date_literal()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Ditem_timefunc.h157 bool get_time(MYSQL_TIME *ltime) in get_time() argument
159 return get_time_from_int(ltime); in get_time()
361 bool get_time(MYSQL_TIME *ltime) in get_time() argument
398 bool get_time(MYSQL_TIME *ltime) in get_time() argument
431 bool get_time(MYSQL_TIME *ltime) in get_time() argument
604 bool get_time(MYSQL_TIME *ltime) in get_time() argument
673 bool get_time(MYSQL_TIME *ltime) in get_time() argument
769 *ltime= time; in get_TIME()
839 get_TIME(ltime); in get_time()
874 cached_time.set_date(ltime); in Item_date_literal()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Ditem_timefunc.h157 bool get_time(MYSQL_TIME *ltime) in get_time() argument
159 return get_time_from_int(ltime); in get_time()
361 bool get_time(MYSQL_TIME *ltime) in get_time() argument
398 bool get_time(MYSQL_TIME *ltime) in get_time() argument
431 bool get_time(MYSQL_TIME *ltime) in get_time() argument
604 bool get_time(MYSQL_TIME *ltime) in get_time() argument
673 bool get_time(MYSQL_TIME *ltime) in get_time() argument
769 *ltime= time; in get_TIME()
839 get_TIME(ltime); in get_time()
874 cached_time.set_date(ltime); in Item_date_literal()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_time.h83 MYSQL_TIME *ltime, my_time_flags_t flags);
84 bool my_double_to_datetime_with_warn(double nr, MYSQL_TIME *ltime,
86 bool my_longlong_to_datetime_with_warn(longlong nr, MYSQL_TIME *ltime,
89 bool my_double_to_time_with_warn(double nr, MYSQL_TIME *ltime);
90 bool my_longlong_to_time_with_warn(longlong nr, MYSQL_TIME *ltime);
108 bool my_TIME_to_str(const MYSQL_TIME *ltime, String *str, uint dec);
146 bool date_add_interval_with_warn(THD *, MYSQL_TIME *ltime,
159 inline bool str_to_time(const String *str, MYSQL_TIME *ltime, in str_to_time() argument
161 return str_to_time(str->charset(), str->ptr(), str->length(), ltime, flags, in str_to_time()
175 inline bool str_to_datetime(const String *str, MYSQL_TIME *ltime, in str_to_datetime() argument
[all …]

12345678910>>...82