Searched refs:ltm (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/lib/libutil/
H A Dlogin_times.c107 in_ltm(const login_time_t *ltm, struct tm *tt, time_t *ends) argument
113 if ((u_char)(0x01 << tt->tm_wday) & ltm->lt_dow) {
119 if (now >= ltm->lt_start && now < ltm->lt_end) {
123 tt->tm_hour = (int)(ltm->lt_end / 60);
124 tt->tm_min = (int)(ltm->lt_end % 60);
135 in_lt(const login_time_t *ltm, time_t *t) argument
138 return (in_ltm(ltm, localtime(t), t));
142 in_ltms(const login_time_t *ltm, struct tm *tm, time_t *t) argument
146 while (i < LC_MAXTIMES && ltm[
155 in_lts(const login_time_t *ltm, time_t *t) argument
[all...]
/freebsd-current/usr.sbin/ac/
H A Dac.c407 struct tm *ltm; local
427 ltm = localtime(&ut_timecopy.tv_sec);
428 if (day >= 0 && day != ltm->tm_yday) {
429 day = ltm->tm_yday;
434 secs.tv_sec -= ltm->tm_sec;
435 secs.tv_sec -= 60 * ltm->tm_min;
436 secs.tv_sec -= 3600 * ltm->tm_hour;
440 day = ltm->tm_yday;
482 ltm = localtime(&ut_timecopy.tv_sec);
483 if (day >= 0 && day != ltm
[all...]
/freebsd-current/contrib/lua/src/
H A DMakefile36 CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o
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
[all...]
/freebsd-current/lib/liblua/
H A DMakefile17 ltable.c ltm.c lundump.c lvm.c lzio.c
/freebsd-current/stand/liblua/
H A DMakefile15 ltm.c lundump.c lvm.c lzio.c
/freebsd-current/contrib/diff/lib/
H A Dstrftime.c1041 struct tm ltm; local
1044 ltm = *tp;
1045 t = mktime (&ltm);
1252 struct tm ltm; local
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
[all...]
/freebsd-current/usr.sbin/fifolog/lib/
H A Dgetdate.y570 struct tm *ltm;
603 ltm = localtime(&Julian);
604 fprintf(stderr, "DST %d TZ %s %d\n", DSTmode, ltm->tm_zone, ltm->tm_isdst);
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files42 ltm.o \
/freebsd-current/cddl/lib/libzpool/
H A DMakefile245 ltm.c \
/freebsd-current/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am38 module/lua/ltm.c \
/freebsd-current/sys/dev/mvs/
H A Dmvs.c494 uint32_t ecfg, fcfg, hc, ltm, unkn; local
541 ltm = ATA_INL(ch->r_mem, SATA_LTM);
552 ltm |= (1 << 8);
557 ltm &= ~(1 << 8);
560 ATA_OUTL(ch->r_mem, SATA_LTM, ltm);
/freebsd-current/sys/contrib/openzfs/module/
H A DMakefile.bsd155 ltm.c \
/freebsd-current/sys/modules/zfs/
H A DMakefile141 ltm.c \

Completed in 138 milliseconds