Searched refs:eos (Results 1 - 25 of 106) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os/
H A Dos_tmpdir.c91 char *path, *eos; local
98 eos = path + strlen(path) - 1;
99 if (*eos == '\\' || *eos == '/')
100 *eos = '\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os/
H A Dos_tmpdir.c91 char *path, *eos; local
98 eos = path + strlen(path) - 1;
99 if (*eos == '\\' || *eos == '/')
100 *eos = '\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os/
H A Dos_tmpdir.c91 char *path, *eos; local
98 eos = path + strlen(path) - 1;
99 if (*eos == '\\' || *eos == '/')
100 *eos = '\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/examples/
H A Dencoder_example.c55 int eos=0,ret; local
171 while(!eos){
180 while(!eos){
224 while(!eos){
233 if(ogg_page_eos(&og))eos=1;
H A Ddecoder_example.c80 int eos=0; local
209 while(!eos){
210 while(!eos){
281 if(ogg_page_eos(&og))eos=1;
284 if(!eos){
288 if(bytes==0)eos=1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/examples/
H A Dencoder_example.c55 int eos=0,ret; local
171 while(!eos){
180 while(!eos){
224 while(!eos){
233 if(ogg_page_eos(&og))eos=1;
H A Ddecoder_example.c80 int eos=0; local
209 while(!eos){
210 while(!eos){
281 if(ogg_page_eos(&og))eos=1;
284 if(!eos){
288 if(bytes==0)eos=1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/examples/
H A Dencoder_example.c55 int eos=0,ret; local
171 while(!eos){
180 while(!eos){
224 while(!eos){
233 if(ogg_page_eos(&og))eos=1;
H A Ddecoder_example.c80 int eos=0; local
209 while(!eos){
210 while(!eos){
281 if(ogg_page_eos(&og))eos=1;
284 if(!eos){
288 if(bytes==0)eos=1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/test/
H A Dwrite_read.c43 int eos = 0, ret; local
78 while (!eos){
106 while (!eos) {
114 eos = 1;
146 int eos = 0; local
237 while(!eos) {
238 while (!eos) {
272 if (ogg_page_eos (&og)) eos = 1;
276 if (!eos) {
280 if (bytes == 0) eos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/test/
H A Dwrite_read.c43 int eos = 0, ret; local
78 while (!eos){
106 while (!eos) {
114 eos = 1;
146 int eos = 0; local
237 while(!eos) {
238 while (!eos) {
272 if (ogg_page_eos (&og)) eos = 1;
276 if (!eos) {
280 if (bytes == 0) eos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/test/
H A Dwrite_read.c43 int eos = 0, ret; local
78 while (!eos){
106 while (!eos) {
114 eos = 1;
146 int eos = 0; local
237 while(!eos) {
238 while (!eos) {
272 if (ogg_page_eos (&og)) eos = 1;
276 if (!eos) {
280 if (bytes == 0) eos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Da_d2i_fp.c149 int eos=0; local
210 eos++;
211 if (eos < 0)
218 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC))
220 /* eos value, so go back and read another header */
221 eos--;
222 if (eos <= 0)
266 if (eos <= 0)
H A Da_bytes.c273 c->eos=ASN1_const_check_infinite_end(&c->p,
275 if (c->eos) break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Da_d2i_fp.c151 int eos = 0; local
203 eos++;
204 if (eos < 0) {
209 } else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC)) {
210 /* eos value, so go back and read another header */
211 eos--;
212 if (eos <= 0)
250 if (eos <= 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Da_d2i_fp.c149 int eos=0; local
210 eos++;
211 if (eos < 0)
218 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC))
220 /* eos value, so go back and read another header */
221 eos--;
222 if (eos <= 0)
266 if (eos <= 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Da_d2i_fp.c151 int eos = 0; local
203 eos++;
204 if (eos < 0) {
209 } else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC)) {
210 /* eos value, so go back and read another header */
211 eos--;
212 if (eos <= 0)
250 if (eos <= 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/asn1/
H A Da_d2i_fp.c149 int eos=0; local
210 eos++;
211 if (eos < 0)
218 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC))
220 /* eos value, so go back and read another header */
221 eos--;
222 if (eos <= 0)
266 if (eos <= 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/asn1/
H A Da_d2i_fp.c151 int eos = 0; local
203 eos++;
204 if (eos < 0) {
209 } else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC)) {
210 /* eos value, so go back and read another header */
211 eos--;
212 if (eos <= 0)
250 if (eos <= 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/
H A Dhttp.c3925 /* Return true if the string starting at s and ending immediately before eos
3929 scheme_ok(const char *s, const char *eos) argument
3932 EVUTIL_ASSERT(eos >= s);
3933 if (s == eos)
3937 while (++s < eos) {
3947 /* Return true iff [s..eos) is a valid userinfo */
3949 userinfo_ok(const char *s, const char *eos) argument
3951 while (s < eos) {
3956 else if (*s == '%' && s+2 < eos &&
3967 regname_ok(const char *s, const char *eos) argument
3984 parse_port(const char *s, const char *eos) argument
4000 bracket_addr_ok(const char *s, const char *eos) argument
4044 parse_authority(struct evhttp_uri *uri, char *s, char *eos) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/
H A Dhttp.c3925 /* Return true if the string starting at s and ending immediately before eos
3929 scheme_ok(const char *s, const char *eos) argument
3932 EVUTIL_ASSERT(eos >= s);
3933 if (s == eos)
3937 while (++s < eos) {
3947 /* Return true iff [s..eos) is a valid userinfo */
3949 userinfo_ok(const char *s, const char *eos) argument
3951 while (s < eos) {
3956 else if (*s == '%' && s+2 < eos &&
3967 regname_ok(const char *s, const char *eos) argument
3984 parse_port(const char *s, const char *eos) argument
4000 bracket_addr_ok(const char *s, const char *eos) argument
4044 parse_authority(struct evhttp_uri *uri, char *s, char *eos) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/
H A Dhttp.c3925 /* Return true if the string starting at s and ending immediately before eos
3929 scheme_ok(const char *s, const char *eos) argument
3932 EVUTIL_ASSERT(eos >= s);
3933 if (s == eos)
3937 while (++s < eos) {
3947 /* Return true iff [s..eos) is a valid userinfo */
3949 userinfo_ok(const char *s, const char *eos) argument
3951 while (s < eos) {
3956 else if (*s == '%' && s+2 < eos &&
3967 regname_ok(const char *s, const char *eos) argument
3984 parse_port(const char *s, const char *eos) argument
4000 bracket_addr_ok(const char *s, const char *eos) argument
4044 parse_authority(struct evhttp_uri *uri, char *s, char *eos) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/lib/
H A Dev67-strrchr.S62 bne t1, $eos # U : did we already hit the terminator?
82 $eos:
H A Dstrrchr.S40 bne t1, $eos # .. e1 : did we already hit the terminator?
54 $eos:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/lib/
H A Dev67-strrchr.S62 bne t1, $eos # U : did we already hit the terminator?
82 $eos:

Completed in 303 milliseconds

12345