Searched refs:destination (Results 1 - 25 of 126) sorted by path

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/vms/
H A Dbuild_vms.com78 $! file destination directory, and to create the
119 $! Define the architecture-specific product file destination directory
368 $! Announce destination and SSL directories.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex57 destination address and not-fragmentable extensions headers (i.e.\
168 \paragraph{Note about IPv6 options and destination address.}
169 \addcontentsline{toc}{subsection}{IPv6 options and destination address}
171 destination address in \verb|sin6_addr| and non-fragmentable
285 \item \verb|dst| is IPv6 destination address associated with the label.
321 label, it will not be reused with different destination and options at least
401 \item \verb|Dst| is IPv6 destination address.
H A Dip-cref.tex1081 bits of its destination address are equal to the route prefix at least
1143 the preferred source address when communicating with this destination).
1220 --- the destination prefix of the route. If \verb|TYPE| is omitted,
1276 --- the MTU along the path to the destination. If the modifier \verb|lock| is
1316 If the path to these destination is asymmetric, this guess may be wrong.
1321 --- \threeonly Maximal reordering on the path to this destination.
1395 route to the same destination exists. Its opposite case is \verb|append|,
1616 \item \verb|mc| --- the destination is multicast.
1618 \item \verb|brd| --- the destination is broadcast.
1633 \item \verb|dst-nat| --- the destination addres
[all...]
H A Dip-tunnels.tex191 to this destination, and {\bf NBMA} (i.e. Non-Broadcast Multi-Access) tunnels,
354 tunnel destination 10.10.13.2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtsp.c653 } else if (!strcmp(parameter, "destination")) {
660 th->destination = ntohl(ipaddr.s_addr);
1028 in.s_addr = htonl(reply->transports[0].destination);
H A Drtsp.h89 uint32_t destination; /**< destination IP address */ member in struct:RTSPTransportField
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex80 significant unused bit position of the destination byte, followed by
82 the requested number of bits. When all bits of the destination byte
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs61 public int Get(byte[] destination, int offset, int count) argument
65 destination[offset + i] = _buffer[(_head+i) % _capacity];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex1466 % page number. We could generate a destination for the section
5434 % been typeset. If the destination for the pdf outline is after the
5585 % Write the node reference (= pdf destination for pdftex).
5636 % destination to jump to.
5663 % Tell \shipout to create a pdf destination on each page, if we're
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex1435 % page number. We could generate a destination for the section
5193 % been typeset. If the destination for the pdf outline is after the
5339 % Write the node reference (= pdf destination for pdftex).
5390 % destination to jump to.
5417 % Tell \shipout to create a pdf destination on each page, if we're
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml-ostream.c63 ostream_write_str (stream->destination, "<span class=\"");
64 ostream_write_str (stream->destination, classname);
65 ostream_write_str (stream->destination, "\">");
79 ostream_write_str (stream->destination, "</span>");
141 ostream_write_str (stream->destination, "<br/>");
151 ostream_write_str (stream->destination, "&quot;");
154 ostream_write_str (stream->destination, "&amp;");
157 ostream_write_str (stream->destination, "&lt;");
161 ostream_write_str (stream->destination, "&gt;");
166 ostream_write_str (stream->destination, "
265 html_ostream_create(ostream_t destination) argument
[all...]
H A Dhtml-ostream.h151 extern html_ostream_t html_ostream_create (ostream_t destination);
H A Dhtml-ostream.oo.c35 /* The destination stream. */
36 ostream_t destination;
62 ostream_write_str (stream->destination, "<span class=\"");
63 ostream_write_str (stream->destination, classname);
64 ostream_write_str (stream->destination, "\">");
78 ostream_write_str (stream->destination, "</span>");
140 ostream_write_str (stream->destination, "<br/>");
150 ostream_write_str (stream->destination, "&quot;");
153 ostream_write_str (stream->destination, "&amp;");
156 ostream_write_str (stream->destination, "
264 html_ostream_create(ostream_t destination) argument
[all...]
H A Dhtml-ostream.oo.h51 extern html_ostream_t html_ostream_create (ostream_t destination);
H A Dhtml-styled-ostream.c80 ostream_write_str (stream->destination, "</body>\n");
81 ostream_write_str (stream->destination, "</html>\n");
103 html_styled_ostream_create (ostream_t destination, const char *css_filename) argument
109 stream->destination = destination;
110 stream->html_destination = html_ostream_create (destination);
112 ostream_write_str (stream->destination, "<?xml version=\"1.0\"?>\n");
123 ostream_write_str (stream->destination,
125 ostream_write_str (stream->destination, "<html>\n");
126 ostream_write_str (stream->destination, "<hea
[all...]
H A Dhtml-styled-ostream.h152 html_styled_ostream_create (ostream_t destination,
H A Dhtml-styled-ostream.oo.c46 /* The destination stream. */
47 ostream_t destination;
48 /* A HTML aware wrapper around the destination stream. */
71 ostream_write_str (stream->destination, "</body>\n");
72 ostream_write_str (stream->destination, "</html>\n");
94 html_styled_ostream_create (ostream_t destination, const char *css_filename) argument
100 stream->destination = destination;
101 stream->html_destination = html_ostream_create (destination);
103 ostream_write_str (stream->destination, "<
[all...]
H A Dhtml-styled-ostream.oo.h40 html_styled_ostream_create (ostream_t destination,
H A Dhtml_ostream.priv.h11 ostream_t destination; member in struct:html_ostream_representation
H A Dhtml_styled_ostream.priv.h11 ostream_t destination; member in struct:html_styled_ostream_representation
H A Dterm-styled-ostream.c86 term_ostream_set_color (stream->destination, stream->curr_attr->color);
87 term_ostream_set_bgcolor (stream->destination, stream->curr_attr->bgcolor);
88 term_ostream_set_weight (stream->destination, stream->curr_attr->weight);
89 term_ostream_set_posture (stream->destination, stream->curr_attr->posture);
90 term_ostream_set_underline (stream->destination, stream->curr_attr->underline);
92 term_ostream_write_mem (stream->destination, data, len);
98 term_ostream_flush (stream->destination);
104 term_ostream_free (stream->destination);
488 stream->destination);
491 stream->destination);
[all...]
H A Dterm-styled-ostream.oo.c65 /* The destination stream. */
66 term_ostream_t destination;
89 term_ostream_set_color (stream->destination, stream->curr_attr->color);
90 term_ostream_set_bgcolor (stream->destination, stream->curr_attr->bgcolor);
91 term_ostream_set_weight (stream->destination, stream->curr_attr->weight);
92 term_ostream_set_posture (stream->destination, stream->curr_attr->posture);
93 term_ostream_set_underline (stream->destination, stream->curr_attr->underline);
95 term_ostream_write_mem (stream->destination, data, len);
101 term_ostream_flush (stream->destination);
107 term_ostream_free (stream->destination);
[all...]
H A Dterm_styled_ostream.priv.h11 term_ostream_t destination; member in struct:term_styled_ostream_representation
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c287 /* Assumes a `char *destination' variable. */
289 (destination = (char *) alloca (nsize), \
290 memcpy (destination, source, osize))
603 # define STORE_NUMBER(destination, number) \
605 *(destination) = (UCHAR_T)(number); \
608 # define STORE_NUMBER(destination, number) \
610 (destination)[0] = (number) & 0377; \
611 (destination)[1] = (number) >> 8; \
620 # define STORE_NUMBER_AND_INCR(destination, number) \
622 STORE_NUMBER (destination, numbe
669 extract_number_and_incr(int *destination, UCHAR_T **source) argument
4544 char *destination; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhtml-ostream.oo.c35 /* The destination stream. */
36 ostream_t destination;
62 ostream_write_str (stream->destination, "<span class=\"");
63 ostream_write_str (stream->destination, classname);
64 ostream_write_str (stream->destination, "\">");
78 ostream_write_str (stream->destination, "</span>");
140 ostream_write_str (stream->destination, "<br/>");
150 ostream_write_str (stream->destination, "&quot;");
153 ostream_write_str (stream->destination, "&amp;");
156 ostream_write_str (stream->destination, "
264 html_ostream_create(ostream_t destination) argument
[all...]

Completed in 165 milliseconds

123456