/aoo42x/main/setup_native/scripts/ |
H A D | update.sh | 65 cat >> $TMPCMD << \EOF 71 EOF 73 cat >> $TMPCMD << EOF heredoc 75 EOF 124 cat >> $ADMINFILE << EOF heredoc 131 EOF
|
H A D | install_solaris.sh | 171 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 D | javaloader.sh | 98 cat > $errorfile << EOF heredoc 102 EOF
|
/aoo42x/main/ |
H A D | config.guess | 157 cat <<-EOF > "$dummy.c" heredoc 178 EOF 536 sed 's/^ //' << EOF > "$dummy.c" heredoc 556 EOF 644 EOF 747 EOF 805 EOF 998 EOF 1132 EOF 1207 EOF [all …]
|
H A D | config.sub | 125 IFS="-" read field1 field2 field3 field4 <<EOF 127 EOF 942 IFS="-" read cpu vendor <<EOF 944 EOF 1312 IFS="-" read kernel os <<EOF 1314 EOF
|
/aoo42x/main/udkapi/com/sun/star/io/ |
H A D | XTextInputStream.idl | 51 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 D | XInputStream.idl | 60 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
|
/aoo42x/ext_libraries/coinmp/ |
H A D | coinmp-1.7.6.patch | 176 @@ -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 …]
|
/aoo42x/main/svtools/source/svrtf/ |
H A D | parrtf.cxx | 236 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()
|
/aoo42x/main/soltools/cpp/ |
H A D | _lex.c | 434 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 D | cpp.h | 30 #ifndef EOF 31 #define EOF (-1) macro
|
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/ |
H A D | XMLScanner.java | 90 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()
|
/aoo42x/main/writerfilter/source/rtftok/ |
H A D | RTFScanner.skl | 26 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 …]
|
/aoo42x/main/svtools/source/svhtml/ |
H A D | parhtml.cxx | 375 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()
|
/aoo42x/main/toolkit/src2xml/source/ |
H A D | srclexer.py | 26 class EOF(Exception): class 158 raise EOF 217 except EOF: 273 except EOF:
|
/aoo42x/main/rsc/source/rscpp/ |
H A D | cpp3.c | 396 if ( c != ' ' && c != CR && c != NL && c != HT && c != EOF) 404 if( c != EOF && bInQuotes ) 420 while ( c != EOF );
|
/aoo42x/main/libxmlsec/ |
H A D | xmlsec1-update-config-sub-and-guess.patch | 401 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 …]
|
/aoo42x/main/shell/source/unix/misc/ |
H A D | uri-encode.c | 35 if (c == EOF) { in main() 39 if (putchar(c) == EOF) { in main()
|
/aoo42x/main/slideshow/qa/debug/ |
H A D | colors.sh | 26 cat <<EOF | dot -Tps heredoc 36 EOF
|
/aoo42x/main/sw/source/filter/html/ |
H A D | parcss1.cxx | 53 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()
|
/aoo42x/main/registry/tools/ |
H A D | options.cxx | 96 int c = EOF; in checkCommandFile() 97 while ((c = fgetc(fp)) != EOF) in checkCommandFile()
|
/aoo42x/main/cui/source/options/ |
H A D | optpath.src | 101 // ******************************************************************* EOF 193 // ********************************************************************** EOF
|
/aoo42x/main/idlc/source/ |
H A D | options.cxx | 143 int c = EOF; in checkCommandFile() 144 while ((c = fgetc(fp)) != EOF) in checkCommandFile()
|
/aoo42x/main/libtextcat/ |
H A D | libtextcat-2.2.patch | 1895 - cat <<EOF >$dummy.s 1919 -EOF 2144 EOF 2239 EOF 2300 EOF 2342 EOF 2468 -EOF 2600 +EOF 2635 EOF 2758 -EOF [all …]
|
/aoo42x/main/icc/source/create_sRGB_profile/ |
H A D | create_sRGB_profile.cpp | 512 if(achar == EOF) in main() 520 } while(achar != EOF ); in main()
|