Searched refs:tokenp (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/comgt-0.32/
H A Dcomgt.c357 int tokenp=0; local
362 token[tokenp++]=script[pc++];
364 token[tokenp]=0;
384 token[tokenp]=script[pc++];
385 if(token[tokenp]>='A' && token[tokenp]<='Z') {
386 token[tokenp]=token[tokenp]-'A'+'a';
388 if(tokenp++==MAXTOKEN-1) serror("Token too long",5);
390 token[tokenp]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/comgt-0.32/
H A Dcomgt.c357 int tokenp=0; local
362 token[tokenp++]=script[pc++];
364 token[tokenp]=0;
384 token[tokenp]=script[pc++];
385 if(token[tokenp]>='A' && token[tokenp]<='Z') {
386 token[tokenp]=token[tokenp]-'A'+'a';
388 if(tokenp++==MAXTOKEN-1) serror("Token too long",5);
390 token[tokenp]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/comgt-0.32/
H A Dcomgt.c357 int tokenp=0; local
362 token[tokenp++]=script[pc++];
364 token[tokenp]=0;
384 token[tokenp]=script[pc++];
385 if(token[tokenp]>='A' && token[tokenp]<='Z') {
386 token[tokenp]=token[tokenp]-'A'+'a';
388 if(tokenp++==MAXTOKEN-1) serror("Token too long",5);
390 token[tokenp]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/src/
H A Dsexp.c1005 const char *tokenp = NULL; local
1073 if (tokenp && !hexfmt)
1079 datalen = p - tokenp;
1083 memcpy (c.pos, tokenp, datalen);
1085 tokenp = NULL;
1525 tokenp = p;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/src/
H A Dsexp.c1005 const char *tokenp = NULL; local
1073 if (tokenp && !hexfmt)
1079 datalen = p - tokenp;
1083 memcpy (c.pos, tokenp, datalen);
1085 tokenp = NULL;
1525 tokenp = p;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/src/
H A Dsexp.c1005 const char *tokenp = NULL; local
1073 if (tokenp && !hexfmt)
1079 datalen = p - tokenp;
1083 memcpy (c.pos, tokenp, datalen);
1085 tokenp = NULL;
1525 tokenp = p;

Completed in 132 milliseconds