/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
encode.c | 238 int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,exp_nl; local 273 * input line. seof will point to the character that 278 if (seof == -1) seof=n; 345 if (seof >= 0) { rv=0; goto end; }
|
/external/openssl/crypto/evp/ |
encode.c | 238 int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,exp_nl; local 273 * input line. seof will point to the character that 278 if (seof == -1) seof=n; 345 if (seof >= 0) { rv=0; goto end; }
|
/external/mksh/src/ |
lex.c | 1080 if (source->type == SEOF) { 1255 case SEOF: 1279 s->type = SEOF; 1339 s->type = SEOF; [all...] |
sh.h | [all...] |
main.c | 783 if (Flag(FIGNOREEOF) && s->type == SEOF && wastty) [all...] |