| /third_party/lib/acpica/source/compiler/ |
| A D | prparser.l | 106 <<EOF>> return (EXPOP_EOF); /* null end-of-string */ 186 while (((c = input ()) != '*') && (c != EOF)) in PrDoCommentType1() 189 if (c == EOF) in PrDoCommentType1() 194 if (((c = input ()) != '/') && (c != EOF)) in PrDoCommentType1() 199 if (c == EOF) in PrDoCommentType1() 227 while (((c = input ()) != '\n') && (c != EOF)) in PrDoCommentType2() 230 if (c == EOF) in PrDoCommentType2()
|
| A D | aslsupport.l | 122 while ((c = input()) != '\n' && c != EOF) in AslDoLineDirective() 347 if (SourceChar == EOF) in AslInsertLineBuffer() 442 for (i = 0; (yytext[i] != 0) && (yytext[i] != EOF); i++) in count() 477 while (((c = input ()) != '*') && (c != EOF)) in AslDoComment() 483 if (c == EOF) in AslDoComment() 504 if (((c1 = input ()) != '/') && (c1 != EOF)) in AslDoComment() 510 if (c1 == EOF) in AslDoComment() 553 while (((c = input ()) != '\n') && (c != EOF)) in AslDoCommentType2() 558 if (c == EOF) in AslDoCommentType2() 602 while ((StringChar = input()) != EOF) in AslDoStringLiteral()
|
| A D | dtparser.l | 88 <<EOF>> return (EXPOP_EOF); /* null end-of-string */
|
| /third_party/ulib/jemalloc/include/jemalloc/ |
| A D | jemalloc.sh | 5 cat <<EOF heredoc 12 EOF 23 cat <<EOF heredoc 28 EOF
|
| A D | jemalloc_rename.sh | 5 cat <<EOF heredoc 12 EOF 20 cat <<EOF heredoc 22 EOF
|
| A D | jemalloc_mangle.sh | 6 cat <<EOF heredoc 18 EOF 25 cat <<EOF heredoc 36 EOF 43 cat <<EOF heredoc 45 EOF
|
| /third_party/ulib/musl/src/stdio/ |
| A D | __overflow.c | 6 return EOF; in __overflow() 10 return EOF; in __overflow()
|
| A D | ungetc.c | 4 if (c == EOF) in ungetc() 13 return EOF; in ungetc()
|
| A D | __toread.c | 10 return EOF; in __toread() 13 return (f->flags & F_EOF) ? EOF : 0; in __toread()
|
| A D | getw.c | 6 return fread(&x, sizeof x, 1, f) ? x : EOF; in getw()
|
| A D | __uflow.c | 10 return EOF; in __uflow()
|
| A D | setvbuf.c | 13 f->lbf = EOF; in setvbuf()
|
| A D | __towrite.c | 7 return EOF; in __towrite()
|
| A D | vdprintf.c | 9 .fd = fd, .lbf = EOF, .write = wrap_write, .buf = (void*)fmt, .buf_size = 0, .lock = -1}; in vdprintf()
|
| A D | fflush.c | 8 return EOF; in __fflush_unlocked()
|
| A D | __fdopen.c | 51 f->lbf = EOF; in __fdopen()
|
| A D | vsnprintf.c | 20 FILE f = {.lbf = EOF, .write = sn_write, .lock = -1}; in vsnprintf()
|
| A D | vswprintf.c | 36 f.lbf = EOF; in vswprintf()
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | smoothstep.sh | 56 cat <<EOF heredoc 87 EOF 99 cat <<EOF heredoc 101 EOF
|
| A D | size_classes.sh | 263 cat <<EOF heredoc 299 EOF 328 cat <<EOF heredoc 342 EOF
|
| /third_party/ulib/jemalloc/bin/ |
| A D | jemalloc-config.in | 4 cat <<EOF 24 EOF
|
| /third_party/ulib/musl/src/multibyte/ |
| A D | wctob.c | 11 return EOF; in wctob()
|
| A D | btowc.c | 8 return b < 128U ? b : (MB_CUR_MAX == 1 && c != EOF) ? CODEUNIT(c) : WEOF; in btowc()
|
| /third_party/ulib/musl/src/internal/ |
| A D | shgetc.c | 16 return EOF; in __shgetc()
|
| /third_party/ulib/musl/include/ |
| A D | stdio.h | 26 #undef EOF 27 #define EOF (-1) macro
|