Searched refs:ltp (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dtc.sched.c70 struct tm *ltp; local
155 ltp = localtime(&cur_time);
161 if ((dif_hour = hours - ltp->tm_hour) < 0)
163 if ((dif_min = minutes - ltp->tm_min) < 0) {
171 tp->t_when = cur_time - ltp->tm_sec + dif_hour * 3600 + dif_min * 60;
173 tp->t_when = cur_time - ltp->tm_sec + dif_hour * 3600L + dif_min * 60L;
/macosx-10.10/shell_cmds-179/date/
H A Ddate.c178 struct tm *ltp = localtime(&tval); local
179 if (ltp == NULL) {
182 lt = *ltp;
/macosx-10.10/vim-55/src/
H A Dmacros.h27 # define ltp(a, b) (((a)->lnum != (b)->lnum) \ macro
37 # define ltp(a, b) (((a)->lnum != (b)->lnum) \ macro
H A Dcharset.c1467 if (ltp(pos1, pos2))
H A Dmisc1.c8247 if (pos == NULL || ltp(pos, &paren))
/macosx-10.10/dtrace-147/libctf/
H A Dctf_types.c596 const ctf_type_t *ltp, *rtp; local
610 ltp = ctf_lookup_by_id(&lfp, ltype);
614 if (lkind != rkind || ltp == NULL || rtp == NULL ||
615 strcmp(ctf_strptr(lfp, ltp->ctt_name), ctf_strptr(rfp, rtp->ctt_name)) != 0)
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices2322 ltp-deepspace 1113/tcp # Licklider Transmission Pr
2323 ltp-deepspace 1113/udp # Licklider Transmission Pr
10267 ltp 4044/tcp # Location Tracking Protocol
10268 ltp 4044/udp # Location Tracking Protocol
13546 med-ltp 24000/udp # med-ltp
13547 med-ltp 24000/tcp # med-ltp

Completed in 127 milliseconds