Searched refs:tp (Results 1 - 25 of 652) sorted by last modified time

1234567891011>>

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_control.c3097 char *tp; local
3112 for (tp = NULL, cp = reqpt; cp != reqend; ++cp) {
3113 if (*cp == '=' && tp == NULL)
3114 tp = cp;
3121 if (NULL != tp) {
3123 const char *plhead = tp + 1; /* skip the '=' */
3143 tp = cp;
3163 * name is bracketed by [reqpt..tp] and not NUL
3172 while ((sp1 != tp) && (*sp1 == *sp2)) {
3176 if (sp1 == tp
4790 struct ctl_trap *tp; local
4911 register struct ctl_trap *tp; local
[all...]
H A Drefclock_tt560.c162 time_freeze_reg_t *tp; local
175 tp = &up->tt560rawt;
177 p_time_t = (unsigned int *)tp;
201 tp->hun_day, tp->tens_day, tp->unit_day,
202 tp->tens_hour, tp->unit_hour,
203 tp->tens_min, tp
[all...]
H A Drefclock_tpro.c139 struct tproval *tp; local
148 tp = &up->tprodata;
149 if (read(pp->io.fd, (char *)tp, sizeof(struct tproval)) < 0) {
171 tp->day100, tp->day10, tp->day1, tp->hour10, tp->hour1,
172 tp->min10, tp
[all...]
H A Drefclock_pcf.c137 struct tm tm, *tp; local
186 tp = gmtime_r(&t, &tm);
188 tp = gmtime(&t);
190 if (!tp) {
197 pp->year = tp->tm_year + 1900;
198 pp->day = tp->tm_yday + 1;
199 pp->hour = tp->tm_hour;
200 pp->minute = tp->tm_min;
201 pp->second = tp->tm_sec;
209 unit, pp->year, tp
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_sess.c825 TIMEOUT_PARAM tp; local
827 tp.ctx = s;
828 tp.cache = s->sessions;
829 if (tp.cache == NULL)
831 tp.time = t;
833 i = tp.cache->down_load;
834 tp.cache->down_load = 0;
835 lh_doall_arg(tp.cache, LHASH_DOALL_ARG_FN(timeout), &tp);
836 tp
[all...]
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dsys_term.c88 # define cfsetospeed(tp, val) (tp)->sg.sg_ospeed = (val)
89 # define cfsetispeed(tp, val) (tp)->sg.sg_ispeed = (val)
90 # define cfgetospeed(tp) (tp)->sg.sg_ospeed
91 # define cfgetispeed(tp) (tp)->sg.sg_ispeed
110 # define cfsetospeed(tp, val) (tp)
800 struct termspeeds *tp; local
816 struct termspeeds *tp; local
[all...]
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzdump.c170 my_localtime(tp)
171 time_t * tp;
175 tmp = localtime(tp);
176 if (tp != NULL && tmp != NULL) {
182 if (t - *tp >= 1 || *tp - t >= 1) {
185 (void) fprintf(stderr, tformat(), *tp);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dauthreadkeys.c300 char *tp = token; local
302 while (tp) {
306 i = strchr(tp, (int)',');
309 DPRINTF(0, ("authreadkeys: access list: <%s>\n", tp));
311 if (is_ip_address(tp, AF_UNSPEC, &addr)) {
317 tp, keyno);
321 tp = i + 1;
323 tp = 0;
H A Ddolfptoa.c95 u_char *tp = cpend; local
98 for (dec = (int)(tp - cbuf); carry && dec > 0; dec--) {
99 *--tp += 1;
100 if (*tp == 10)
101 *tp = 0;
106 if (tp < cp) /* rounding from 999 to 1000 or similiar? */
107 cp = tp;
H A Dmachines.c481 long tp = tvp->tv_sec; local
484 rc = stime(&tp); /* lie as bad as SysVR4 */
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Di_skey.c124 register IDEA_INT *tp, t; local
127 tp = &(dk->data[0][0]);
130 *(tp++) = inverse(fp[0]);
131 *(tp++) = ((int)(0x10000L - fp[2]) & 0xffff);
132 *(tp++) = ((int)(0x10000L - fp[1]) & 0xffff);
133 *(tp++) = inverse(fp[3]);
137 *(tp++) = fp[4];
138 *(tp++) = fp[5];
141 tp = &(dk->data[0][0]);
142 t = tp[
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Dopenssl.c384 int i, ret = 1, tp, nl; local
447 tp = 0;
459 if (fp->type != tp) {
460 tp = fp->type;
463 if (tp == FUNC_TYPE_MD) {
467 } else if (tp == FUNC_TYPE_CIPHER) {
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_systrace_args.c517 uarg[0] = (intptr_t) p->tp; /* struct l_timeval * */
525 uarg[0] = (intptr_t) p->tp; /* struct l_timeval * */
1753 uarg[1] = (intptr_t) p->tp; /* struct l_timespec * */
1761 uarg[1] = (intptr_t) p->tp; /* struct l_timespec * */
1769 uarg[1] = (intptr_t) p->tp; /* struct l_timespec * */
H A Dlinux32_proto.h247 char tp_l_[PADL_(struct l_timeval *)]; struct l_timeval * tp; char tp_r_[PADR_(struct l_timeval *)]; member in struct:linux_gettimeofday_args
251 char tp_l_[PADL_(struct l_timeval *)]; struct l_timeval * tp; char tp_r_[PADR_(struct l_timeval *)]; member in struct:linux_settimeofday_args
801 char tp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tp; char tp_r_[PADR_(struct l_timespec *)]; member in struct:linux_clock_settime_args
805 char tp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tp; char tp_r_[PADR_(struct l_timespec *)]; member in struct:linux_clock_gettime_args
809 char tp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tp; char tp_r_[PADR_(struct l_timespec *)]; member in struct:linux_clock_getres_args
/freebsd-9.3-release/sys/netinet/
H A Dtcp_output.c124 static void inline hhook_run_tcp_est_out(struct tcpcb *tp,
127 static void inline cc_after_idle(struct tcpcb *tp);
133 hhook_run_tcp_est_out(struct tcpcb *tp, struct tcphdr *th, argument
139 hhook_data.tp = tp;
146 tp->osd);
154 cc_after_idle(struct tcpcb *tp) argument
156 INP_WLOCK_ASSERT(tp->t_inpcb);
158 if (CC_ALGO(tp)->after_idle != NULL)
159 CC_ALGO(tp)
166 tcp_output(struct tcpcb *tp) argument
1396 tcp_setpersist(struct tcpcb *tp) argument
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dinet_pton.c86 unsigned char tmp[NS_INADDRSZ], *tp; local
90 *(tp = tmp) = 0;
95 size_t newv = *tp * 10 + (pch - digits);
97 if (saw_digit && *tp == 0)
101 *tp = (unsigned char)newv;
110 *++tp = 0;
138 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
143 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
144 endp = tp + NS_IN6ADDRSZ;
170 colonp = tp;
[all...]
/freebsd-9.3-release/contrib/ntp/util/
H A Dprecision.c65 struct timeval tp; local
73 gettimeofday(&tp, &tzp);
74 last = tp.tv_usec;
76 gettimeofday(&tp, &tzp);
77 diff = tp.tv_usec - last;
80 last = tp.tv_usec;
120 struct timeval tp; local
135 tp.tv_sec = ts.tv_sec;
136 tp.tv_usec = ts.tv_nsec / 1000;
138 GETTIMEOFDAY(&tp,
[all...]
H A Dhist.c31 struct timeval ts, tr, tp; local
/freebsd-9.3-release/contrib/ntp/
H A Dltmain.sh5838 # -tp=* Portland pgcc target processor selection
5842 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dltmain.sh5838 # -tp=* Portland pgcc target processor selection
5842 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devent.c351 /** Set 'tp' to the current time according to 'base'. We must hold the lock
357 gettime(struct event_base *base, struct timeval *tp) argument
362 *tp = base->tv_cache;
366 if (evutil_gettime_monotonic_(&base->monotonic_timer, tp) == -1) {
371 < tp->tv_sec) {
374 evutil_timersub(&tv, tp, &base->tv_clock_diff);
375 base->last_updated_clock_diff = tp->tv_sec;
H A Devutil_time.c207 struct timeval *tp)
209 return evutil_gettime_monotonic_(timer, tp);
266 struct timeval *tp)
271 if (evutil_gettimeofday(tp, NULL) < 0)
273 adjust_monotonic_time(base, tp);
279 tp->tv_sec = ts.tv_sec;
280 tp->tv_usec = ts.tv_nsec / 1000;
322 struct timeval *tp)
326 if (evutil_gettimeofday(tp, NULL) < 0)
328 adjust_monotonic_time(base, tp);
206 evutil_gettime_monotonic(struct evutil_monotonic_timer *timer, struct timeval *tp) argument
265 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, struct timeval *tp) argument
321 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, struct timeval *tp) argument
469 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, struct timeval *tp) argument
529 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, struct timeval *tp) argument
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh5851 # -tp=* Portland pgcc target processor selection
5855 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h403 int event_gettime_monotonic(struct event_base *base, struct timeval *tp);
H A Dutil.h349 struct timeval *tp);

Completed in 426 milliseconds

1234567891011>>