OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tm_hour
(Results
1 - 25
of
74
) sorted by relevancy
1
2
3
/src/usr.bin/leave/
leave.c
116
if (t->
tm_hour
>= 12)
117
t->
tm_hour
-= 12;
120
if (t->
tm_hour
> hours ||
121
(t->
tm_hour
== hours && minutes <= t->tm_min))
123
secs = (hours - t->
tm_hour
) * HOUR;
/src/lib/libc/time/
getdate.c
97
rtm.tm_sec = rtm.tm_min = rtm.
tm_hour
= TMSENTINEL;
187
if (rtm.
tm_hour
== TMSENTINEL &&
189
rtm.
tm_hour
= tmnow.
tm_hour
;
197
if (rtm.
tm_hour
!= TMSENTINEL &&
203
if (rtm.
tm_hour
< tmnow.
tm_hour
)
204
rtm.
tm_hour
+= 24;
211
if (rtm.
tm_hour
== TMSENTINEL)
212
rtm.
tm_hour
= 0
[
all
...]
strftime.c
343
pt = _conv(t->
tm_hour
,
348
pt = _conv((t->
tm_hour
% 12) ?
349
(t->
tm_hour
% 12) : 12,
361
** _conv(t->
tm_hour
% 12 ?
362
** t->
tm_hour
% 12 : 12, 2, ' ');
369
pt = _conv(t->
tm_hour
,
384
** _conv(t->
tm_hour
, 2, ' ');
391
pt = _conv((t->
tm_hour
% 12) ?
392
(t->
tm_hour
% 12) : 12,
410
pt = _add((t->
tm_hour
>= (HOURSPERDAY / 2))
[
all
...]
strptime.c
298
bp = conv_num(bp, &tm->
tm_hour
, 0, 23);
307
bp = conv_num(bp, &tm->
tm_hour
, 1, 12);
308
if (tm->
tm_hour
== 12)
309
tm->
tm_hour
= 0;
338
if (HAVE_HOUR(state) && tm->
tm_hour
> 11)
340
tm->
tm_hour
+= i * 12;
asctime.c
118
hour = timeptr->
tm_hour
;
zdump.c
361
(void) fprintf(stderr, " hour=%d", tmp->
tm_hour
);
774
result += newp->
tm_hour
- oldp->
tm_hour
;
826
long hours = a->
tm_hour
- b->
tm_hour
+ 24 * days;
962
int ss = tm->tm_sec, mm = tm->tm_min, hh = tm->
tm_hour
;
1238
timeptr->tm_mday, timeptr->
tm_hour
,
/src/usr.sbin/makefs/cd9660/
cd9660_conversion.c
162
gm.
tm_hour
-= t.
tm_hour
;
169
return (char)(-(gm.tm_min + 60* (24 * gm.tm_yday + gm.
tm_hour
)) / 15);
187
(int)t.
tm_hour
,
208
buf[3] = t.
tm_hour
;
/src/tests/lib/libc/time/
t_mktime.c
54
t->
tm_hour
!= tt.
tm_hour
|| t->tm_mday != tt.tm_mday)
116
tms.
tm_hour
= 23;
t_strptime.c
47
int tm_sec, int tm_min, int
tm_hour
, int tm_mday,
68
H_REQUIRE_FIELD(
tm_hour
);
541
fprintf(stderr, "
tm_hour
=%d\n", tm.
tm_hour
);
/src/usr.bin/moduli/qsieve/
qfile.c
63
gtm->
tm_hour
,
/src/lib/libresolv/
ns_date.c
71
tim.
tm_hour
= datepart(cp + 8, 2, 00, 23, errp);
87
result += tim.
tm_hour
* (60*60); /*%< Hours */
/src/tests/lib/libutil/
t_parsedate.c
104
ATF_CHECK_MSG(tm.
tm_hour
== hour,
106
argstr, hour, (int)tm.
tm_hour
);
267
.
tm_hour
= 13, .tm_min = 21, .tm_sec = 53,
337
tm.tm_sec = tm.tm_min = tm.
tm_hour
= 0;
343
tm.tm_sec = tm.tm_min = tm.
tm_hour
= 0;
352
tm.
tm_hour
= 16;
362
tm.
tm_hour
= 3;
372
tm.
tm_hour
++;
436
tm.
tm_hour
= tm.tm_min = tm.tm_sec = 0;
442
tm.
tm_hour
= tm.tm_min = tm.tm_sec = 0
[
all
...]
/src/usr.bin/at/
parsetime.c
337
tm->
tm_hour
+= delay;
408
if ((sc_tokid == TOKEOF || sc_tokid == PLUS) && (tm->
tm_hour
> hour ||
409
(tm->
tm_hour
== hour && tm->tm_min > minute))) {
414
tm->
tm_hour
= hour;
626
if (runtime.
tm_hour
>= hr) {
630
runtime.
tm_hour
= hr;
stime.c
100
t->
tm_hour
= ATOI2(arg);
/src/usr.bin/finger/
sprint.c
163
if (!delta->
tm_hour
) {
170
delta->
tm_hour
, delta->tm_min);
/src/games/adventure/
wizard.c
72
*t = tptr->
tm_hour
* 60 + tptr->tm_min;
/src/games/pom/
pom.c
257
lt->
tm_hour
= ATOI2(p);
258
if (lt->
tm_hour
> 23)
/src/games/rogue/
machdep.c
243
rt_buf->hour = t->
tm_hour
;
278
rt_buf->hour = t->
tm_hour
;
/src/usr.bin/rup/
rup.c
276
(host_time.
tm_hour
% 12) ? (host_time.
tm_hour
% 12) : 12,
277
host_time.tm_min, (host_time.
tm_hour
>= 12) ? 'p' : 'a');
/src/usr.bin/mail/
format.c
602
tm->
tm_hour
= tmp_tm.
tm_hour
;
663
tm->
tm_hour
= tmp_tm.
tm_hour
;
757
tm->
tm_hour
+= hour;
761
tm->
tm_hour
-= hour;
/src/common/dist/zlib/contrib/minizip/
minizip.c
129
tmzip->
tm_hour
= filedate->
tm_hour
;
395
zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.
tm_hour
=
/src/usr.bin/rwall/
rwall.c
188
(void)fprintf(fp, " (%s) at %d:%02d ...\n", tty, lt->
tm_hour
,
/src/bin/date/
date.c
306
tm.
tm_hour
= ATOI2(string);
307
if (tm.
tm_hour
> 23)
500
lt->
tm_hour
= ATOI2(p);
501
if (lt->
tm_hour
> 23)
/src/games/dm/
dm.c
180
if (ct->
tm_hour
>= start && ct->
tm_hour
< stop) {
/src/sys/arch/arm/fdt/
arm_fdt.c
321
dt->dt_hour = tm.
tm_hour
;
338
tm.
tm_hour
= dt->dt_hour;
Completed in 23 milliseconds
1
2
3
Indexes created Mon Oct 27 04:09:48 GMT 2025