Home
last modified time | relevance | path

Searched refs:ltm (Results 1 – 15 of 15) sorted by relevance

/freebsd/lib/libutil/
H A Dlogin_times.c107 in_ltm(const login_time_t *ltm, struct tm *tt, time_t *ends) in in_ltm() argument
113 if ((u_char)(0x01 << tt->tm_wday) & ltm->lt_dow) { in in_ltm()
119 if (now >= ltm->lt_start && now < ltm->lt_end) { in in_ltm()
123 tt->tm_hour = (int)(ltm->lt_end / 60); in in_ltm()
124 tt->tm_min = (int)(ltm->lt_end % 60); in in_ltm()
135 in_lt(const login_time_t *ltm, time_t *t) in in_lt() argument
138 return (in_ltm(ltm, localtime(t), t)); in in_lt()
142 in_ltms(const login_time_t *ltm, struct tm *tm, time_t *t) in in_ltms() argument
146 while (i < LC_MAXTIMES && ltm[i].lt_dow != LTM_NONE) { in in_ltms()
147 if (in_ltm(ltm + i, tm, t)) in in_ltms()
[all …]
/freebsd/contrib/lua/src/
H A DMakefile36 …o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o l…
160 lobject.h ltm.h lzio.h lmem.h ldebug.h ldo.h lfunc.h lgc.h lstring.h \
165 llimits.h lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h \
171 lobject.h ltm.h lzio.h lmem.h lcode.h llex.h lopcodes.h lparser.h \
174 lobject.h ltm.h lzio.h lmem.h ldebug.h ldo.h lfunc.h lgc.h lopcodes.h \
177 ltm.h lzio.h lmem.h lundump.h
179 llimits.h ltm.h lzio.h lmem.h ldo.h lfunc.h lgc.h
181 llimits.h ltm.h lzio.h lmem.h ldo.h lfunc.h lgc.h lstring.h ltable.h
185 lstate.h lobject.h ltm.h lzio.h lmem.h ldo.h lgc.h llex.h lparser.h \
189 llimits.h ltm.h lzio.h lmem.h ldo.h lgc.h
[all …]
/freebsd/usr.sbin/ac/
H A Dac.c407 struct tm *ltm; in ac() local
427 ltm = localtime(&ut_timecopy.tv_sec); in ac()
428 if (day >= 0 && day != ltm->tm_yday) { in ac()
429 day = ltm->tm_yday; in ac()
434 secs.tv_sec -= ltm->tm_sec; in ac()
435 secs.tv_sec -= 60 * ltm->tm_min; in ac()
436 secs.tv_sec -= 3600 * ltm->tm_hour; in ac()
440 day = ltm->tm_yday; in ac()
482 ltm = localtime(&ut_timecopy.tv_sec); in ac()
483 if (day >= 0 && day != ltm->tm_yday) { in ac()
[all …]
/freebsd/contrib/diff/lib/
H A Dstrftime.c1041 struct tm ltm; variable
1044 ltm = *tp;
1045 t = mktime (&ltm);
1252 struct tm ltm; variable
1255 ltm = *tp;
1256 lt = mktime (&ltm);
1266 || ((ltm.tm_sec ^ tm.tm_sec)
1267 | (ltm.tm_min ^ tm.tm_min)
1268 | (ltm.tm_hour ^ tm.tm_hour)
1269 | (ltm.tm_mday ^ tm.tm_mday)
[all …]
/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y569 struct tm *ltm; in Convert() local
602 ltm = localtime(&Julian); in Convert()
603 fprintf(stderr, "DST %d TZ %s %d\n", DSTmode, ltm->tm_zone, ltm->tm_isdst); in Convert()
/freebsd/lib/liblua/
H A DMakefile16 ltable.c ltm.c lundump.c lvm.c lzio.c
/freebsd/stand/liblua/
H A DMakefile14 ltm.c lundump.c lvm.c lzio.c
/freebsd/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files42 ltm.o \
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am43 module/lua/ltm.c \
/freebsd/cddl/lib/libzpool/
H A DMakefile249 ltm.c \
/freebsd/sys/dev/mvs/
H A Dmvs.c494 uint32_t ecfg, fcfg, hc, ltm, unkn; in mvs_set_edma_mode() local
541 ltm = ATA_INL(ch->r_mem, SATA_LTM); in mvs_set_edma_mode()
552 ltm |= (1 << 8); in mvs_set_edma_mode()
557 ltm &= ~(1 << 8); in mvs_set_edma_mode()
560 ATA_OUTL(ch->r_mem, SATA_LTM, ltm); in mvs_set_edma_mode()
/freebsd/sys/modules/zfs/
H A DMakefile144 ltm.c \
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.bsd169 ltm.c \
H A DKbuild.in202 ltm.o \
/freebsd/sys/conf/
H A Dfiles190 contrib/openzfs/module/lua/ltm.c optional zfs compile-with "${ZFS_C}"