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

/freebsd-11.0-release/contrib/apr/time/unix/
H A Dtimestr.c44 apr_time_exp_t xt; local
48 apr_time_exp_gmt(&xt, t);
53 s = &apr_day_snames[xt.tm_wday][0];
59 *date_str++ = xt.tm_mday / 10 + '0';
60 *date_str++ = xt.tm_mday % 10 + '0';
62 s = &apr_month_snames[xt.tm_mon][0];
67 real_year = 1900 + xt.tm_year;
74 *date_str++ = xt.tm_hour / 10 + '0';
75 *date_str++ = xt.tm_hour % 10 + '0';
77 *date_str++ = xt
92 apr_time_exp_t xt; local
132 apr_strftime(char *s, apr_size_t *retsize, apr_size_t max, const char *format, apr_time_exp_t *xt) argument
[all...]
H A Dtime.c81 static void explode_time(apr_time_exp_t *xt, apr_time_t t, argument
86 xt->tm_usec = t % APR_USEC_PER_SEC;
100 xt->tm_sec = tm.tm_sec;
101 xt->tm_min = tm.tm_min;
102 xt->tm_hour = tm.tm_hour;
103 xt->tm_mday = tm.tm_mday;
104 xt->tm_mon = tm.tm_mon;
105 xt->tm_year = tm.tm_year;
106 xt->tm_wday = tm.tm_wday;
107 xt
[all...]
/freebsd-11.0-release/lib/libkiconv/
H A Dxlat16_iconv.c81 struct xlat16_table xt; local
101 xt = kiconv_xlat16_open(fromcode, fromcode, flag);
103 xt = kiconv_xlat16_open(tocode, fromcode, flag);
104 if (xt.size == 0)
107 idxsize = sizeof(xt.idx);
109 if ((idxsize + xt.size) > ICONV_CSMAXDATALEN) {
114 if ((data = malloc(idxsize + xt.size)) != NULL) {
116 memcpy(p, xt.idx, idxsize);
118 memcpy(p, xt.data, xt
159 struct xlat16_table xt; local
[all...]
/freebsd-11.0-release/usr.sbin/pstat/
H A Dpstat.c238 struct xtty xt; local
241 bzero(&xt, sizeof xt);
242 xt.xt_size = sizeof xt;
249 xt.xt_insize = tty.t_inq.ti_nblocks * TTYINQ_DATASIZE;
250 xt.xt_incc = tty.t_inq.ti_linestart - tty.t_inq.ti_begin;
251 xt.xt_inlc = tty.t_inq.ti_end - tty.t_inq.ti_linestart;
252 xt.xt_inlow = tty.t_inlow;
253 xt
339 ttyprt(struct xtty *xt) argument
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dx509parse.c413 apr_time_exp_t xt = { 0 }; local
435 &xt.tm_year, &xt.tm_mon, &xt.tm_mday,
436 &xt.tm_hour, &xt.tm_min, &xt.tm_sec, &tz) < 6)
444 xt.tm_year += 100 * (xt.tm_year < 50);
449 &xt
[all...]
/freebsd-11.0-release/sys/boot/ficl/
H A Dtools.c52 ** debug ( xt -- ) Start debugging an xt
376 ** debug ( xt -- )
377 ** Given an xt of a colon definition or a word defined by DOES>, set the
378 ** VM up to debug the word: push IP, set the xt as the next thing to execute,
384 FICL_WORD *xt = stackPopPtr(pVM->pStack); local
385 WORDKIND wk = ficlWordClassify(xt);
387 stackPushPtr(pVM->pStack, xt);
397 vmExecute(pVM, xt);
402 vmExecute(pVM, xt);
546 FICL_WORD *xt; local
[all...]
/freebsd-11.0-release/usr.bin/netstat/
H A Dinet.c193 struct xtcpcb xt; local
239 xt.xt_len = sizeof xt;
242 xso = &xt.xt_socket;
248 KREAD(inp, &xt.xt_inp, sizeof(*inp));
249 inp = &xt.xt_inp;
260 bzero(&xt.xt_tp, sizeof xt.xt_tp);
262 bzero(&xt.xt_tp, sizeof xt
[all...]
/freebsd-11.0-release/sys/kern/
H A Dtty.c1151 tty_to_xtty(struct tty *tp, struct xtty *xt) argument
1156 xt->xt_size = sizeof(struct xtty);
1157 xt->xt_insize = ttyinq_getsize(&tp->t_inq);
1158 xt->xt_incc = ttyinq_bytescanonicalized(&tp->t_inq);
1159 xt->xt_inlc = ttyinq_bytesline(&tp->t_inq);
1160 xt->xt_inlow = tp->t_inlow;
1161 xt->xt_outsize = ttyoutq_getsize(&tp->t_outq);
1162 xt->xt_outcc = ttyoutq_bytesused(&tp->t_outq);
1163 xt->xt_outlow = tp->t_outlow;
1164 xt
1175 struct xtty *xtlist, *xt; local
[all...]
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1827 struct xtcpcb xt; local
1846 bzero(&xt, sizeof(xt));
1847 xt.xt_len = sizeof xt;
1848 xt.xt_inp.inp_gencnt = 0;
1849 xt.xt_inp.inp_vflag = INP_IPV4;
1850 memcpy(&xt.xt_inp.inp_laddr, &ssk->laddr, sizeof(ssk->laddr));
1851 xt.xt_inp.inp_lport = ssk->lport;
1852 memcpy(&xt
[all...]
/freebsd-11.0-release/sys/netinet/
H A Dtcp_syncache.c2132 struct xtcpcb xt; local
2147 bzero(&xt, sizeof(xt));
2148 xt.xt_len = sizeof(xt);
2150 xt.xt_inp.inp_vflag = INP_IPV6;
2152 xt.xt_inp.inp_vflag = INP_IPV4;
2153 bcopy(&sc->sc_inc, &xt.xt_inp.inp_inc, sizeof (struct in_conninfo));
2154 xt.xt_tp.t_inpcb = &xt
[all...]
H A Dtcp_subr.c1765 struct xtcpcb xt; local
1768 bzero(&xt, sizeof(xt));
1769 xt.xt_len = sizeof xt;
1771 bcopy(inp, &xt.xt_inp, sizeof *inp);
1774 bzero((char *) &xt.xt_tp, sizeof xt.xt_tp);
1776 bzero((char *) &xt.xt_tp, sizeof xt
[all...]
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.parse.c687 syntax_cleanup(void *xt) argument
691 t = xt;
/freebsd-11.0-release/contrib/gcc/
H A Dtree.c798 tree xt = (tree) x;
801 return (TREE_TYPE (xt) == TREE_TYPE (yt)
802 && TREE_INT_CST_HIGH (xt) == TREE_INT_CST_HIGH (yt)
803 && TREE_INT_CST_LOW (xt) == TREE_INT_CST_LOW (yt));
794 tree xt = (tree) x; local

Completed in 168 milliseconds