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

/freebsd-10-stable/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-10-stable/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-10-stable/usr.sbin/pstat/
H A Dpstat.c236 struct xtty xt; local
239 bzero(&xt, sizeof xt);
240 xt.xt_size = sizeof xt;
247 xt.xt_insize = tty.t_inq.ti_nblocks * TTYINQ_DATASIZE;
248 xt.xt_incc = tty.t_inq.ti_linestart - tty.t_inq.ti_begin;
249 xt.xt_inlc = tty.t_inq.ti_end - tty.t_inq.ti_linestart;
250 xt.xt_inlow = tty.t_inlow;
251 xt
337 ttyprt(struct xtty *xt) argument
[all...]
/freebsd-10-stable/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-10-stable/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-10-stable/usr.bin/netstat/
H A Dinet.c190 struct xtcpcb xt; local
236 xt.xt_len = sizeof xt;
239 xso = &xt.xt_socket;
245 KREAD(inp, &xt.xt_inp, sizeof(*inp));
246 inp = &xt.xt_inp;
257 bzero(&xt.xt_tp, sizeof xt.xt_tp);
259 bzero(&xt.xt_tp, sizeof xt
[all...]
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1822 struct xtcpcb xt; local
1841 bzero(&xt, sizeof(xt));
1842 xt.xt_len = sizeof xt;
1843 xt.xt_inp.inp_gencnt = 0;
1844 xt.xt_inp.inp_vflag = INP_IPV4;
1845 memcpy(&xt.xt_inp.inp_laddr, &ssk->laddr, sizeof(ssk->laddr));
1846 xt.xt_inp.inp_lport = ssk->lport;
1847 memcpy(&xt
[all...]
/freebsd-10-stable/sys/kern/
H A Dtty.c1160 tty_to_xtty(struct tty *tp, struct xtty *xt) argument
1165 xt->xt_size = sizeof(struct xtty);
1166 xt->xt_insize = ttyinq_getsize(&tp->t_inq);
1167 xt->xt_incc = ttyinq_bytescanonicalized(&tp->t_inq);
1168 xt->xt_inlc = ttyinq_bytesline(&tp->t_inq);
1169 xt->xt_inlow = tp->t_inlow;
1170 xt->xt_outsize = ttyoutq_getsize(&tp->t_outq);
1171 xt->xt_outcc = ttyoutq_bytesused(&tp->t_outq);
1172 xt->xt_outlow = tp->t_outlow;
1173 xt
1184 struct xtty *xtlist, *xt; local
[all...]
/freebsd-10-stable/sys/netinet/
H A Dtcp_syncache.c2145 struct xtcpcb xt; local
2160 bzero(&xt, sizeof(xt));
2161 xt.xt_len = sizeof(xt);
2163 xt.xt_inp.inp_vflag = INP_IPV6;
2165 xt.xt_inp.inp_vflag = INP_IPV4;
2166 bcopy(&sc->sc_inc, &xt.xt_inp.inp_inc, sizeof (struct in_conninfo));
2167 xt.xt_tp.t_inpcb = &xt
[all...]
H A Dtcp_subr.c1421 struct xtcpcb xt; local
1424 bzero(&xt, sizeof(xt));
1425 xt.xt_len = sizeof xt;
1427 bcopy(inp, &xt.xt_inp, sizeof *inp);
1430 bzero((char *) &xt.xt_tp, sizeof xt.xt_tp);
1432 bzero((char *) &xt.xt_tp, sizeof xt
[all...]
/freebsd-10-stable/contrib/tcsh/
H A Dsh.parse.c687 syntax_cleanup(void *xt) argument
691 t = xt;
/freebsd-10-stable/contrib/ncurses/include/
H A DCaps.osf1r5229 dest_tabs_magic_smso xt bool xt - - YBCGE tabs destructive, magic so char (t1061)
H A DCaps.uwin229 dest_tabs_magic_smso xt bool xt - - YBCGE tabs destructive, magic so char (t1061)
H A DCaps229 dest_tabs_magic_smso xt bool xt - - YBCGE tabs destructive, magic so char (t1061)
H A DCaps.aix4229 dest_tabs_magic_smso xt bool xt - - YBCGE tabs destructive, magic so char (t1061)
H A DCaps.hpux11229 dest_tabs_magic_smso xt bool xt - - YBCGE tabs destructive, magic so char (t1061)
H A DCaps.keys231 dest_tabs_magic_smso xt bool xt - - YBCGE tabs destructive, magic so char (t1061)
/freebsd-10-stable/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
/freebsd-10-stable/contrib/ncurses/misc/
H A Dterminfo.src1287 daisy, km, mir, msgr, xhpa, xt,
4844 am, xt,
5371 am, bce, msgr, xhp, xon, xt,
13173 xt,
13855 am, xt,
15806 OTbs, am, mir, msgr, ul, xenl, xt,
15929 OTbs, am, mir, msgr, ul, xenl, xt,
16393 OTbs, am, eo, xt,
16401 OTbs, am, eo, xt,
17265 msgr, ul, xt,
[all...]
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh5183 /Cupv11UUNK2EjOC4qjrOJIcJM4Qrkbk3uH8sMNtS5UvivoTVgkSVIVpyDcyS/xt

Completed in 332 milliseconds