EOF 91 examples/auth/crackcheck/crackcheck.c while ( (c = getopt(argc, argv, "d:cs")) != EOF){
EOF 103 lib/util/params.c if (f->p >= f->buf+f->size) return EOF;
EOF 157 lib/util/params.c for( c = mygetc( InFile ); ('\n'!=c) && (EOF!=c) && (c>0); c = mygetc( InFile ) )
EOF 215 lib/util/params.c while( (EOF != c) && (c > 0) )
EOF 358 lib/util/params.c case EOF:
EOF 381 lib/util/params.c while( (EOF !=c) && (c > 0) )
EOF 458 lib/util/params.c while( (EOF != c) && (c > 0) )
EOF 81 lib/util/util_file.c case EOF:
EOF 315 lib/util/xfile.c if (f->flags & (X_FLAG_EOF | X_FLAG_ERROR)) return EOF;
EOF 321 lib/util/xfile.c return EOF;
EOF 365 lib/util/xfile.c if (c == EOF) break;
EOF 438 lib/zlib/contrib/blast/blast.c while (getchar() != EOF) n++;
EOF 131 lib/zlib/contrib/iostream/zfstream.cpp return streampos(EOF);
EOF 139 lib/zlib/contrib/iostream/zfstream.cpp return EOF;
EOF 144 lib/zlib/contrib/iostream/zfstream.cpp if ( (allocate()) == EOF )
EOF 145 lib/zlib/contrib/iostream/zfstream.cpp return EOF;
EOF 154 lib/zlib/contrib/iostream/zfstream.cpp if ( flushbuf() == EOF )
EOF 155 lib/zlib/contrib/iostream/zfstream.cpp return EOF;
EOF 163 lib/zlib/contrib/iostream/zfstream.cpp if ( result == EOF ) {
EOF 166 lib/zlib/contrib/iostream/zfstream.cpp return EOF;
EOF 176 lib/zlib/contrib/iostream/zfstream.cpp return EOF;
EOF 179 lib/zlib/contrib/iostream/zfstream.cpp if ( allocate() == EOF )
EOF 180 lib/zlib/contrib/iostream/zfstream.cpp return EOF;
EOF 184 lib/zlib/contrib/iostream/zfstream.cpp return EOF;
EOF 187 lib/zlib/contrib/iostream/zfstream.cpp if (flushbuf() == EOF)
EOF 188 lib/zlib/contrib/iostream/zfstream.cpp return EOF;
EOF 195 lib/zlib/contrib/iostream/zfstream.cpp if ( c != EOF ) {
EOF 209 lib/zlib/contrib/iostream/zfstream.cpp return EOF;
EOF 227 lib/zlib/contrib/iostream/zfstream.cpp return EOF;
EOF 246 lib/zlib/contrib/iostream/zfstream.cpp if ( t <= 0) return EOF;
EOF 31 lib/zlib/contrib/iostream/zfstream.h virtual int overflow( int = EOF );
EOF 120 lib/zlib/gzio.c s->back = EOF;
EOF 262 lib/zlib/gzio.c if (s->z_eof) return EOF;
EOF 269 lib/zlib/gzio.c return EOF;
EOF 335 lib/zlib/gzio.c while (len-- != 0 && get_byte(s) != EOF) ;
EOF 338 lib/zlib/gzio.c while ((c = get_byte(s)) != 0 && c != EOF) ;
EOF 341 lib/zlib/gzio.c while ((c = get_byte(s)) != 0 && c != EOF) ;
EOF 410 lib/zlib/gzio.c if (s->stream.avail_out && s->back != EOF) {
EOF 414 lib/zlib/gzio.c s->back = EOF;
EOF 519 lib/zlib/gzio.c if (s == NULL || s->mode != 'r' || c == EOF || s->back != EOF) return EOF;
EOF 814 lib/zlib/gzio.c s->back = EOF;
EOF 835 lib/zlib/gzio.c if (offset && s->back != EOF) {
EOF 836 lib/zlib/gzio.c s->back = EOF;
EOF 864 lib/zlib/gzio.c s->back = EOF;
EOF 942 lib/zlib/gzio.c if (c == EOF) s->z_err = Z_DATA_ERROR;
EOF 207 source3/client/client.c if ((c = x_getc(f)) == EOF) {
EOF 265 source3/client/client.c for (l=0;l<maxlen && (c=fgetc(stdin))!=EOF;l++) {
EOF 384 source3/lib/ldb/common/ldb_ldif.c while ((c = fgetc_fn(private_data)) != EOF) {
EOF 719 source3/lib/ldb/common/ldb_ldif.c return EOF;
EOF 479 source3/lib/ldb/tools/oLschema2ldif.c while ((c = fgetc(in)) != EOF) {
EOF 485 source3/lib/ldb/tools/oLschema2ldif.c } while (c != EOF && c != '\n');
EOF 519 source3/lib/ldb/tools/oLschema2ldif.c } while ((c = fgetc(in)) != EOF);
EOF 538 source3/lib/ldb/tools/oLschema2ldif.c if (c == EOF) break;
EOF 45 source3/rpcclient/cmd_shutdown.c while ((opt = getopt(argc, argv, "m:t:rf")) != EOF)
EOF 633 source3/torture/locktest.c while ((opt = getopt(argc, argv, "U:s:ho:aAW:OkR:B:M:EZ")) != EOF) {
EOF 517 source3/torture/locktest2.c while ((opt = getopt(argc, argv, "U:s:ho:aAW:O")) != EOF) {
EOF 497 source3/torture/masktest.c while ((opt = getopt(argc, argv, "n:d:U:s:hm:f:aoW:M:vEi")) != EOF) {
EOF 6185 source3/torture/torture.c while ((opt = getopt(argc, argv, "p:hW:U:n:N:O:o:m:Ld:Aec:ks:b:B:")) != EOF) {
EOF 149 source3/utils/debugparse.c case EOF:
EOF 240 source3/utils/eventlogadm.c while ( ( opt = getopt( argc, argv, "dho:" ) ) != EOF ) {
EOF 94 source3/utils/smbpasswd.c while ((ch = getopt(argc, argv, "c:axdehminjr:sw:R:D:U:LW")) != EOF) {
EOF 40 source3/utils/smbw_sample.c while ((opt = getopt(argc, argv, "W:U:R:d:P:l:hL:")) != EOF) {
EOF 69 source3/web/cgi.c if (c == EOF) {
EOF 155 source4/client/client.c if ((c = x_getc(f)) == EOF) {
EOF 192 source4/client/client.c for (l=0;l<maxlen && (c=fgetc(stdin))!=EOF;l++) {
EOF 57 source4/client/smbmnt.c while ((opt = getopt (argc, argv, "s:u:g:rf:d:o:")) != EOF)
EOF 931 source4/heimdal/lib/asn1/lex.c (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
EOF 935 source4/heimdal/lib/asn1/lex.c if ( c == EOF && ferror( yyin ) ) \
EOF 1522 source4/heimdal/lib/asn1/lex.c while((c = input()) != EOF) {
EOF 1535 source4/heimdal/lib/asn1/lex.c if(c == EOF)
EOF 1547 source4/heimdal/lib/asn1/lex.c while((c = input()) != EOF) {
EOF 1579 source4/heimdal/lib/asn1/lex.c if(c == EOF)
EOF 1594 source4/heimdal/lib/asn1/lex.c while((c = input()) != EOF) {
EOF 1623 source4/heimdal/lib/asn1/lex.c if(c == EOF)
EOF 2096 source4/heimdal/lib/asn1/lex.c return EOF;
EOF 612 source4/heimdal/lib/com_err/lex.c (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
EOF 616 source4/heimdal/lib/com_err/lex.c if ( c == EOF && ferror( yyin ) ) \
EOF 1272 source4/heimdal/lib/com_err/lex.c return EOF;
EOF 1875 source4/heimdal/lib/com_err/lex.c while(i < sizeof(x) - 1 && (c = input()) != EOF){
EOF 105 source4/heimdal/lib/hcrypto/ui.c if(c == EOF){
EOF 614 source4/heimdal/lib/hx509/sel-lex.c (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
EOF 618 source4/heimdal/lib/hx509/sel-lex.c if ( c == EOF && ferror( yyin ) ) \
EOF 1258 source4/heimdal/lib/hx509/sel-lex.c return EOF;
EOF 1853 source4/heimdal/lib/hx509/sel-lex.c while((c = input()) != EOF){
EOF 387 source4/lib/ldb/common/ldb_ldif.c while ((c = fgetc_fn(private_data)) != EOF) {
EOF 720 source4/lib/ldb/common/ldb_ldif.c return EOF;
EOF 524 source4/torture/locktest2.c while ((opt = getopt(argc, argv, "U:s:ho:aAW:O")) != EOF) {
EOF 478 source4/utils/oLschema2ldif.c while ((c = fgetc(in)) != EOF) {
EOF 484 source4/utils/oLschema2ldif.c } while (c != EOF && c != '\n');
EOF 518 source4/utils/oLschema2ldif.c } while ((c = fgetc(in)) != EOF);
EOF 537 source4/utils/oLschema2ldif.c if (c == EOF) break;