Searched refs:pub (Results 1 - 25 of 362) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/examples/var_service/tftpd/
H A Drun15 tftpd /pub/tftpd_root
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/examples/var_service/tftpd/
H A Drun15 tftpd /pub/tftpd_root
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/examples/var_service/tftpd/
H A Drun15 tftpd /pub/tftpd_root
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Djdatasrc.c26 struct jpeg_source_mgr pub; /* public fields */ member in struct:__anon3946
107 src->pub.next_input_byte = src->buffer;
108 src->pub.bytes_in_buffer = nbytes;
137 while (num_bytes > (long) src->pub.bytes_in_buffer) {
138 num_bytes -= (long) src->pub.bytes_in_buffer;
144 src->pub.next_input_byte += (size_t) num_bytes;
145 src->pub.bytes_in_buffer -= (size_t) num_bytes;
204 src->pub.init_source = init_source;
205 src->pub.fill_input_buffer = fill_input_buffer;
206 src->pub
[all...]
H A Djdatadst.c26 struct jpeg_destination_mgr pub; /* public fields */ member in struct:__anon3945
52 dest->pub.next_output_byte = dest->buffer;
53 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
89 dest->pub.next_output_byte = dest->buffer;
90 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
109 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer;
147 dest->pub.init_destination = init_destination;
148 dest->pub.empty_output_buffer = empty_output_buffer;
149 dest->pub.term_destination = term_destination;
H A Dwrgif.c48 struct djpeg_dest_struct pub; /* public fields */ member in struct:__anon3995
86 if (JFWRITE(dinfo->pub.output_file, dinfo->packetbuf, dinfo->bytesinpkt)
203 putc(w & 0xFF, dinfo->pub.output_file);
204 putc((w >> 8) & 0xFF, dinfo->pub.output_file);
212 putc(val, dinfo->pub.output_file);
213 putc(val, dinfo->pub.output_file);
214 putc(val, dinfo->pub.output_file);
242 putc('G', dinfo->pub.output_file);
243 putc('I', dinfo->pub.output_file);
244 putc('F', dinfo->pub
[all...]
H A Dwrppm.c69 struct djpeg_dest_struct pub; /* public fields */ member in struct:__anon3996
95 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
113 ptr = dest->pub.buffer[0];
118 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
140 ptr = dest->pub.buffer[0];
148 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
162 ptr = dest->pub.buffer[0];
167 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
184 fprintf(dest->pub.output_file, "P5\n%ld %ld\n%d\n",
190 fprintf(dest->pub
[all...]
H A Drdppm.c72 struct cjpeg_source_struct pub; /* public fields */ member in struct:__anon3988
145 FILE * infile = source->pub.input_file;
150 ptr = source->pub.buffer[0];
163 FILE * infile = source->pub.input_file;
168 ptr = source->pub.buffer[0];
188 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
190 ptr = source->pub.buffer[0];
209 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
211 ptr = source->pub.buffer[0];
231 if (! ReadOK(source->pub
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Djdatasrc.c26 struct jpeg_source_mgr pub; /* public fields */ member in struct:__anon4851
107 src->pub.next_input_byte = src->buffer;
108 src->pub.bytes_in_buffer = nbytes;
137 while (num_bytes > (long) src->pub.bytes_in_buffer) {
138 num_bytes -= (long) src->pub.bytes_in_buffer;
144 src->pub.next_input_byte += (size_t) num_bytes;
145 src->pub.bytes_in_buffer -= (size_t) num_bytes;
204 src->pub.init_source = init_source;
205 src->pub.fill_input_buffer = fill_input_buffer;
206 src->pub
[all...]
H A Djdatadst.c26 struct jpeg_destination_mgr pub; /* public fields */ member in struct:__anon4850
52 dest->pub.next_output_byte = dest->buffer;
53 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
89 dest->pub.next_output_byte = dest->buffer;
90 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
109 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer;
147 dest->pub.init_destination = init_destination;
148 dest->pub.empty_output_buffer = empty_output_buffer;
149 dest->pub.term_destination = term_destination;
H A Dwrgif.c48 struct djpeg_dest_struct pub; /* public fields */ member in struct:__anon4900
86 if (JFWRITE(dinfo->pub.output_file, dinfo->packetbuf, dinfo->bytesinpkt)
203 putc(w & 0xFF, dinfo->pub.output_file);
204 putc((w >> 8) & 0xFF, dinfo->pub.output_file);
212 putc(val, dinfo->pub.output_file);
213 putc(val, dinfo->pub.output_file);
214 putc(val, dinfo->pub.output_file);
242 putc('G', dinfo->pub.output_file);
243 putc('I', dinfo->pub.output_file);
244 putc('F', dinfo->pub
[all...]
H A Dwrppm.c69 struct djpeg_dest_struct pub; /* public fields */ member in struct:__anon4901
95 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
113 ptr = dest->pub.buffer[0];
118 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
140 ptr = dest->pub.buffer[0];
148 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
162 ptr = dest->pub.buffer[0];
167 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
184 fprintf(dest->pub.output_file, "P5\n%ld %ld\n%d\n",
190 fprintf(dest->pub
[all...]
H A Drdppm.c72 struct cjpeg_source_struct pub; /* public fields */ member in struct:__anon4893
145 FILE * infile = source->pub.input_file;
150 ptr = source->pub.buffer[0];
163 FILE * infile = source->pub.input_file;
168 ptr = source->pub.buffer[0];
188 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
190 ptr = source->pub.buffer[0];
209 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
211 ptr = source->pub.buffer[0];
231 if (! ReadOK(source->pub
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Djdatasrc.c26 struct jpeg_source_mgr pub; /* public fields */ member in struct:__anon38876
107 src->pub.next_input_byte = src->buffer;
108 src->pub.bytes_in_buffer = nbytes;
137 while (num_bytes > (long) src->pub.bytes_in_buffer) {
138 num_bytes -= (long) src->pub.bytes_in_buffer;
144 src->pub.next_input_byte += (size_t) num_bytes;
145 src->pub.bytes_in_buffer -= (size_t) num_bytes;
204 src->pub.init_source = init_source;
205 src->pub.fill_input_buffer = fill_input_buffer;
206 src->pub
[all...]
H A Djdatadst.c26 struct jpeg_destination_mgr pub; /* public fields */ member in struct:__anon38875
52 dest->pub.next_output_byte = dest->buffer;
53 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
89 dest->pub.next_output_byte = dest->buffer;
90 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
109 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer;
147 dest->pub.init_destination = init_destination;
148 dest->pub.empty_output_buffer = empty_output_buffer;
149 dest->pub.term_destination = term_destination;
H A Dwrgif.c48 struct djpeg_dest_struct pub; /* public fields */ member in struct:__anon38925
86 if (JFWRITE(dinfo->pub.output_file, dinfo->packetbuf, dinfo->bytesinpkt)
203 putc(w & 0xFF, dinfo->pub.output_file);
204 putc((w >> 8) & 0xFF, dinfo->pub.output_file);
212 putc(val, dinfo->pub.output_file);
213 putc(val, dinfo->pub.output_file);
214 putc(val, dinfo->pub.output_file);
242 putc('G', dinfo->pub.output_file);
243 putc('I', dinfo->pub.output_file);
244 putc('F', dinfo->pub
[all...]
H A Dwrppm.c69 struct djpeg_dest_struct pub; /* public fields */ member in struct:__anon38926
95 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
113 ptr = dest->pub.buffer[0];
118 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
140 ptr = dest->pub.buffer[0];
148 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
162 ptr = dest->pub.buffer[0];
167 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
184 fprintf(dest->pub.output_file, "P5\n%ld %ld\n%d\n",
190 fprintf(dest->pub
[all...]
H A Drdppm.c72 struct cjpeg_source_struct pub; /* public fields */ member in struct:__anon38918
145 FILE * infile = source->pub.input_file;
150 ptr = source->pub.buffer[0];
163 FILE * infile = source->pub.input_file;
168 ptr = source->pub.buffer[0];
188 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
190 ptr = source->pub.buffer[0];
209 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
211 ptr = source->pub.buffer[0];
231 if (! ReadOK(source->pub
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/wireless/
H A Dscan.c101 if (bss->pub.free_priv)
102 bss->pub.free_priv(&bss->pub);
105 kfree(bss->pub.beacon_ies);
107 kfree(bss->pub.proberesp_ies);
283 if ((bss->pub.capability & capa_mask) != capa_val)
285 if (channel && bss->pub.channel != channel)
291 if (is_bss(&bss->pub, bssid, ssid, ssid_len)) {
301 return &res->pub;
316 if (channel && bss->pub
630 cfg80211_put_bss(struct cfg80211_bss *pub) argument
642 cfg80211_unlink_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/wireless/
H A Dscan.c101 if (bss->pub.free_priv)
102 bss->pub.free_priv(&bss->pub);
105 kfree(bss->pub.beacon_ies);
107 kfree(bss->pub.proberesp_ies);
283 if ((bss->pub.capability & capa_mask) != capa_val)
285 if (channel && bss->pub.channel != channel)
291 if (is_bss(&bss->pub, bssid, ssid, ssid_len)) {
301 return &res->pub;
316 if (channel && bss->pub
630 cfg80211_put_bss(struct cfg80211_bss *pub) argument
642 cfg80211_unlink_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dstdio-impl.h35 # define fp_ ((struct { struct __FILE_public pub; \
52 # define _p pub._p
53 # define _flags pub._flags
54 # define _r pub._r
55 # define _w pub._w
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dstdio-impl.h35 # define fp_ ((struct { struct __FILE_public pub; \
52 # define _p pub._p
53 # define _flags pub._flags
54 # define _r pub._r
55 # define _w pub._w
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dstdio-impl.h35 # define fp_ ((struct { struct __FILE_public pub; \
52 # define _p pub._p
53 # define _flags pub._flags
54 # define _r pub._r
55 # define _w pub._w
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/examples/var_service/ftpd/
H A Drun17 ftpd -vv -t10 /pub/ftpd_root
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/examples/var_service/httpd/
H A Drun18 httpd -vvv -i -h /pub/httpd_root

Completed in 157 milliseconds

1234567891011>>