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

/freebsd-9.3-release/lib/libkiconv/
H A Dxlat16_iconv.c82 struct xlat16_table xt; local
102 xt = kiconv_xlat16_open(fromcode, fromcode, flag);
104 xt = kiconv_xlat16_open(tocode, fromcode, flag);
105 if (xt.size == 0)
108 idxsize = sizeof(xt.idx);
110 if ((idxsize + xt.size) > ICONV_CSMAXDATALEN) {
115 if ((data = malloc(idxsize + xt.size)) != NULL) {
117 memcpy(p, xt.idx, idxsize);
119 memcpy(p, xt.data, xt
160 struct xlat16_table xt; local
[all...]
/freebsd-9.3-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-9.3-release/sys/boot/ficl/
H A Dtools.c52 ** debug ( xt -- ) Start debugging an xt
372 ** debug ( xt -- )
373 ** Given an xt of a colon definition or a word defined by DOES>, set the
374 ** VM up to debug the word: push IP, set the xt as the next thing to execute,
380 FICL_WORD *xt = stackPopPtr(pVM->pStack); local
381 WORDKIND wk = ficlWordClassify(xt);
383 stackPushPtr(pVM->pStack, xt);
393 vmExecute(pVM, xt);
398 vmExecute(pVM, xt);
542 FICL_WORD *xt; local
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dtcp_subr.c1163 struct xtcpcb xt; local
1166 bzero(&xt, sizeof(xt));
1167 xt.xt_len = sizeof xt;
1169 bcopy(inp, &xt.xt_inp, sizeof *inp);
1172 bzero((char *) &xt.xt_tp, sizeof xt.xt_tp);
1174 bzero((char *) &xt.xt_tp, sizeof xt
[all...]
H A Dtcp_syncache.c1831 struct xtcpcb xt; local
1846 bzero(&xt, sizeof(xt));
1847 xt.xt_len = sizeof(xt);
1849 xt.xt_inp.inp_vflag = INP_IPV6;
1851 xt.xt_inp.inp_vflag = INP_IPV4;
1852 bcopy(&sc->sc_inc, &xt.xt_inp.inp_inc, sizeof (struct in_conninfo));
1853 xt.xt_tp.t_inpcb = &xt
[all...]
/freebsd-9.3-release/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-9.3-release/sys/kern/
H A Dtty.c1118 tty_to_xtty(struct tty *tp, struct xtty *xt) argument
1122 xt->xt_size = sizeof(struct xtty);
1123 xt->xt_insize = ttyinq_getsize(&tp->t_inq);
1124 xt->xt_incc = ttyinq_bytescanonicalized(&tp->t_inq);
1125 xt->xt_inlc = ttyinq_bytesline(&tp->t_inq);
1126 xt->xt_inlow = tp->t_inlow;
1127 xt->xt_outsize = ttyoutq_getsize(&tp->t_outq);
1128 xt->xt_outcc = ttyoutq_bytesused(&tp->t_outq);
1129 xt->xt_outlow = tp->t_outlow;
1130 xt
1141 struct xtty *xtlist, *xt; local
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/tcsh/
H A Dsh.parse.c687 syntax_cleanup(void *xt) argument
691 t = xt;
/freebsd-9.3-release/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-9.3-release/contrib/gcc/
H A Dtree.c794 tree xt = (tree) x;
797 return (TREE_TYPE (xt) == TREE_TYPE (yt)
798 && TREE_INT_CST_HIGH (xt) == TREE_INT_CST_HIGH (yt)
799 && TREE_INT_CST_LOW (xt) == TREE_INT_CST_LOW (yt));
790 tree xt = (tree) x; local
/freebsd-9.3-release/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...]

Completed in 279 milliseconds