Home
last modified time | relevance | path

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

12345678910>>...27

/trunk/main/setup_native/scripts/
H A Dupdate.sh65 cat >> $TMPCMD << \EOF
71 EOF
73 cat >> $TMPCMD << EOF heredoc
75 EOF
124 cat >> $ADMINFILE << EOF heredoc
131 EOF
H A Dinstall_solaris.sh171 cat > /tmp/userinstall_filer.$$ << EOF heredoc
177 EOF
236 cat > ${INSTALL_ROOT}/var/sadm/install/admin/default << EOF heredoc
242 EOF
252 cat > ${INSTALL_ROOT}/usr/lib/postrun << \EOF
270 EOF
H A Djavaloader.sh98 cat > $errorfile << EOF heredoc
102 EOF
/trunk/main/udkapi/com/sun/star/io/
H A DXTextInputStream.idl51 EOF is found and returns it as string (without CR, LF).
55 EOF is already reached before calling this method
66 or EOF is found and returns it as string (without delimiter).
70 delimiters is found, the stream will be read to EOF. The
72 defined by <member>setEncoding</member>. If EOF is already
82 /** Returns the EOF status.
H A DXInputStream.idl60 and the return value indicates that EOF has been reached. This means
62 available or the EOF is reached. </p>
65 of bytes (or less as a sign of EOF).
106 EOF has been reached. EOF has only been reached, when the method
141 <p>Note: This method offers no information on whether the EOF
/trunk/main/
H A Dconfig.guess157 cat <<-EOF > "$dummy.c" heredoc
172 EOF
530 sed 's/^ //' << EOF > "$dummy.c" heredoc
550 EOF
638 EOF
741 EOF
775 sed 's/^ //' << EOF > "$dummy.c" heredoc
799 EOF
1097 EOF
1172 EOF
[all …]
/trunk/ext_libraries/coinmp/
H A Dcoinmp-1.7.6.patch176 @@ -3186,12 +3186,12 @@ EOF
191 @@ -3267,8 +3267,8 @@ EOF
390 @@ -3186,12 +3186,12 @@ EOF
405 @@ -3267,8 +3267,8 @@ EOF
591 @@ -3186,12 +3186,12 @@ EOF
606 @@ -3267,8 +3267,8 @@ EOF
792 @@ -3186,12 +3186,12 @@ EOF
807 @@ -3267,8 +3267,8 @@ EOF
993 @@ -3186,12 +3186,12 @@ EOF
1008 @@ -3267,8 +3267,8 @@ EOF
[all …]
/trunk/main/svtools/source/svrtf/
H A Dparrtf.cxx236 case sal_Unicode(EOF): in _GetNextToken()
469 case sal_Unicode(EOF): in ScanText()
490 if (sal_Unicode(EOF) == (nNextCh = GetNextChar())) in ScanText()
548 } while (sal_Unicode(EOF) != nNextCh && IsParserWorking()); in SkipGroup()
571 } while( sal_Unicode(EOF) != nNextCh && IsParserWorking() ); in SkipGroup()
/trunk/main/soltools/cpp/
H A D_lex.c434 while (s->inp + 1 >= s->inl && fillbuf(s) != EOF); in gettokens()
447 while (s->inp + 1 >= s->inl && fillbuf(s) != EOF); in gettokens()
558 while (s->inp + 2 >= s->inl && fillbuf(s) != EOF); in trigraph()
611 if ((s->inp + n >= s->inl) && (fillbuf(s) == EOF)) in foldline()
616 while (s->inp + (n + 1) >= s->inl && fillbuf(s) != EOF); in foldline()
644 return EOF; in fillbuf()
H A Dcpp.h30 #ifndef EOF
31 #define EOF (-1) macro
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DXMLScanner.java90 AddToken(TokenType.EOF, "", mnOffset); in ProvideToken()
179 AddToken(TokenType.EOF, "", nStartOffset); in ScanSymbol()
180 return TokenType.EOF; in ScanSymbol()
314 AddToken(TokenType.EOF, "", nStartOffset); in ScanWhitespace()
/trunk/main/writerfilter/source/rtftok/
H A DRTFScanner.skl26 static const int EOF=0;
94 /* Action number for EOF rule of a given start state. */
201 /* When an EOF's been seen but there's still some text to process
207 * When we actually see the EOF, we change the status to "new"
514 do_action: /* This label is used only to access EOF actions. */
757 { /* Don't try to fill the buffer, so this is an EOF. */
761 * treat this as a final EOF.
784 /* don't do the read, it's not guaranteed to return an EOF,
785 * just force an EOF
1023 return EOF;
[all …]
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx375 case sal_Unicode(EOF): in FilterToken()
730 case sal_Unicode(EOF): in ScanText()
805 if( sal_Unicode(EOF) == (nNextCh = GetNextChar()) && in ScanText()
847 if( ( sal_Unicode(EOF) == (nNextCh = GetNextChar()) && in ScanText()
1059 case sal_Unicode(EOF): in _GetNextRawToken()
1255 if( sal_Unicode(EOF) == nNextCh && rInput.IsEof() ) in _GetNextToken()
1280 if( sal_Unicode(EOF) == nNextCh && rInput.IsEof() ) in _GetNextToken()
1383 case sal_Unicode(EOF): in _GetNextToken()
/trunk/main/toolkit/src2xml/source/
H A Dsrclexer.py26 class EOF(Exception): class
158 raise EOF
217 except EOF:
273 except EOF:
/trunk/main/rsc/source/rscpp/
H A Dcpp3.c392 if ( c != ' ' && c != CR && c != NL && c != HT && c != EOF)
400 if( c != EOF && bInQuotes )
416 while ( c != EOF );
/trunk/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch401 sed 's/^ //' << EOF >$dummy.c
405 EOF
498 EOF
592 sed 's/^ //' << EOF >$dummy.c
596 EOF
712 - sed 's/^ //' << EOF >$dummy.c
719 -EOF
871 EOF
907 EOF
1031 -EOF
[all …]
/trunk/main/shell/source/unix/misc/
H A Duri-encode.c35 if (c == EOF) { in main()
39 if (putchar(c) == EOF) { in main()
/trunk/main/slideshow/qa/debug/
H A Dcolors.sh26 cat <<EOF | dot -Tps heredoc
36 EOF
/trunk/main/sw/source/filter/html/
H A Dparcss1.cxx53 DBG_ASSERT( nOldInPos!=nInPos || cNextCh==(sal_Unicode)EOF, where ); \
54 if( nOldInPos==nInPos && cNextCh!=(sal_Unicode)EOF ) \
94 return (sal_Unicode)EOF; in GetNextChar()
602 case (sal_Unicode)EOF: in GetNextToken()
/trunk/main/registry/tools/
H A Doptions.cxx96 int c = EOF; in checkCommandFile()
97 while ((c = fgetc(fp)) != EOF) in checkCommandFile()
/trunk/main/cui/source/options/
H A Doptpath.src101 // ******************************************************************* EOF
193 // ********************************************************************** EOF
/trunk/main/idlc/source/
H A Doptions.cxx143 int c = EOF; in checkCommandFile()
144 while ((c = fgetc(fp)) != EOF) in checkCommandFile()
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch1895 - cat <<EOF >$dummy.s
1919 -EOF
2144 EOF
2239 EOF
2300 EOF
2342 EOF
2468 -EOF
2600 +EOF
2635 EOF
2758 -EOF
[all …]
/trunk/main/icc/source/create_sRGB_profile/
H A Dcreate_sRGB_profile.cpp512 if(achar == EOF) in main()
520 } while(achar != EOF ); in main()
/trunk/main/sysui/desktop/mandriva/
H A Dmandriva-menus.spec250 cat >> $RPM_BUILD_ROOT%{_menudir}/%{name} << EOF
253 EOF

Completed in 126 milliseconds

12345678910>>...27