Home
last modified time | relevance | path

Searched refs:EOF (Results 1 – 25 of 41) sorted by relevance

12

/third_party/lib/acpica/source/compiler/
A Dprparser.l106 <<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 Daslsupport.l122 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 Ddtparser.l88 <<EOF>> return (EXPOP_EOF); /* null end-of-string */
/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc.sh5 cat <<EOF heredoc
12 EOF
23 cat <<EOF heredoc
28 EOF
A Djemalloc_rename.sh5 cat <<EOF heredoc
12 EOF
20 cat <<EOF heredoc
22 EOF
A Djemalloc_mangle.sh6 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.c6 return EOF; in __overflow()
10 return EOF; in __overflow()
A Dungetc.c4 if (c == EOF) in ungetc()
13 return EOF; in ungetc()
A D__toread.c10 return EOF; in __toread()
13 return (f->flags & F_EOF) ? EOF : 0; in __toread()
A Dgetw.c6 return fread(&x, sizeof x, 1, f) ? x : EOF; in getw()
A D__uflow.c10 return EOF; in __uflow()
A Dsetvbuf.c13 f->lbf = EOF; in setvbuf()
A D__towrite.c7 return EOF; in __towrite()
A Dvdprintf.c9 .fd = fd, .lbf = EOF, .write = wrap_write, .buf = (void*)fmt, .buf_size = 0, .lock = -1}; in vdprintf()
A Dfflush.c8 return EOF; in __fflush_unlocked()
A D__fdopen.c51 f->lbf = EOF; in __fdopen()
A Dvsnprintf.c20 FILE f = {.lbf = EOF, .write = sn_write, .lock = -1}; in vsnprintf()
A Dvswprintf.c36 f.lbf = EOF; in vswprintf()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dsmoothstep.sh56 cat <<EOF heredoc
87 EOF
99 cat <<EOF heredoc
101 EOF
A Dsize_classes.sh263 cat <<EOF heredoc
299 EOF
328 cat <<EOF heredoc
342 EOF
/third_party/ulib/jemalloc/bin/
A Djemalloc-config.in4 cat <<EOF
24 EOF
/third_party/ulib/musl/src/multibyte/
A Dwctob.c11 return EOF; in wctob()
A Dbtowc.c8 return b < 128U ? b : (MB_CUR_MAX == 1 && c != EOF) ? CODEUNIT(c) : WEOF; in btowc()
/third_party/ulib/musl/src/internal/
A Dshgetc.c16 return EOF; in __shgetc()
/third_party/ulib/musl/include/
A Dstdio.h26 #undef EOF
27 #define EOF (-1) macro

Completed in 56 milliseconds

12