HomeSort by: relevance | last modified time | path
    Searched defs:itemp (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/f77/fcom/
equiv.c 58 struct bigblock *itemp; local
73 itemp = q->eqvchain.eqvitem;
74 vardcl(np = itemp->b_prim.namep);
75 if(itemp->b_prim.argsp || itemp->b_prim.fcharp)
78 nsubs(itemp->b_prim.argsp)==1 )
86 itemp->b_prim.argsp->b_list.listp->chain.nextp = cp;
88 offp = suboffset(itemp);
  /src/external/bsd/byacc/dist/
lalr.c 118 Value_t *itemp; local
126 for (itemp = ritem; itemp < item_end; itemp++)
128 if (*itemp >= 0)
lr0.c 50 Value_t *itemp; local
61 for (itemp = ritem; itemp < item_end; itemp++)
63 int symbol = *itemp;
  /src/external/bsd/libpcap/dist/
pcap-rpcap.c 1111 socklen_t itemp; local
1366 itemp = sizeof(sockbufsize);
1368 res = getsockopt(sockdata, SOL_SOCKET, SO_RCVBUF, (char *)&sockbufsize, &itemp);
  /src/external/bsd/ntp/dist/ntpd/
ntp_proto.c 2576 int itemp; local
2811 itemp = peer->t21_bytes - peer->t21_last;
2812 if (itemp > 25) {
2815 ftemp = itemp / etemp;
2820 itemp = len - peer->t34_bytes;
2821 if (itemp > 25) {
2824 ftemp = itemp / etemp;
  /src/external/bsd/libevent/dist/
evdns.c 1782 struct server_reply_item **itemp, *item; local
1792 itemp = &req->answer;
1796 itemp = &req->authority;
1800 itemp = &req->additional;
1806 while (*itemp) {
1807 itemp = &((*itemp)->next);
1842 *itemp = item;
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 1780 struct server_reply_item **itemp, *item; local
1790 itemp = &req->answer;
1794 itemp = &req->authority;
1798 itemp = &req->additional;
1804 while (*itemp) {
1805 itemp = &((*itemp)->next);
1840 *itemp = item;

Completed in 49 milliseconds