Searched refs:stdin (Results 1 – 21 of 21) sorted by relevance
/aoo42x/main/idlc/test/parser/ |
H A D | makefile.mk | 35 -O $(MISC)/$(TARGET) -stdin 37 -O $(MISC)/$(TARGET) -stdin 39 -O $(MISC)/$(TARGET) -stdin 41 -O $(MISC)/$(TARGET) -stdin 43 -O $(MISC)/$(TARGET) -stdin 45 -O $(MISC)/$(TARGET) -stdin 47 -O $(MISC)/$(TARGET) -stdin 49 -O $(MISC)/$(TARGET) -stdin 51 -O $(MISC)/$(TARGET) -stdin
|
/aoo42x/main/odk/ |
H A D | cfgWin.js | 49 var stdin = WScript.StdIn; variable 95 var sChoice = stdin.ReadLine(); 114 var sHome = stdin.ReadLine(); 164 choice = stdin.ReadLine(); 220 var sHome = stdin.ReadLine(); 296 var sHome = stdin.ReadLine(); 349 var sHome = stdin.ReadLine(); 399 var sHome = stdin.ReadLine(); 455 var sHome = stdin.ReadLine(); 563 var sHome = stdin.ReadLine(); [all …]
|
/aoo42x/main/rsc/source/rscpp/ |
H A D | cpp1.c | 214 pCppIn = stdin; in InitCpp1() 243 pCppIn = stdin; 341 fgetname(stdin, work); /* Vax-11C, Decus C know name */ 365 if( pCppIn != stdin )
|
H A D | cpp3.c | 551 if (freopen(++ap, "r", stdin) == NULL) {
|
H A D | cpp6.c | 828 if( file->fp != stdin ) in get()
|
/aoo42x/main/xmlsecurity/tools/demo/ |
H A D | util2.cxx | 384 fscanf( stdin, "%c", &cShowDetails); in QueryPrintSignatureDetails() 409 fscanf( stdin, "%d", &sel ) ; in QuerySelectNumber() 420 fscanf( stdin, "%c", &answer); in QueryVerifySignature()
|
/aoo42x/main/sfx2/util/ |
H A D | mkdemo.pl | 21 binmode stdin;
|
/aoo42x/main/codemaker/test/cppumaker/ |
H A D | types.idl | 350 service stdin: com::sun::star::uno::XInterface { stdin([in] long stdin); }; 566 singleton stdin: com::sun::star::uno::XInterface;
|
/aoo42x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | wrapper_gpl.cxx | 78 if( ! fgets( aPwBuf, sizeof(aPwBuf)-1, stdin ) ) in main()
|
/aoo42x/main/tools/bootstrp/addexes2/ |
H A D | mkfilt.cxx | 48 pIn = stdin; in TextFilter()
|
/aoo42x/ext_libraries/gtest/ |
H A D | gtest-python3.patch | 28 answer = sys.stdin.readline().strip()
|
/aoo42x/main/setup_native/source/ulfconv/ |
H A D | ulfconv.cxx | 243 FILE *istream = stdin; in main()
|
/aoo42x/main/solenv/bin/ |
H A D | buildalyzer | 84 [CxxTarget(line) for line in sys.stdin.readlines()]
|
/aoo42x/main/idlc/source/ |
H A D | idlccompile.cxx | 182 FILE* pSource = source == 0 ? stdin : fopen(source->getStr(), "rb"); in copyFile()
|
/aoo42x/main/desktop/source/deployment/misc/ |
H A D | dp_misc.cxx | 561 if (fgets(buf, 1024, stdin) != NULL) in readConsole()
|
/aoo42x/main/extensions/workben/ |
H A D | pythontest.cxx | 170 fgets( pcLine , 79 , stdin ); in cmdLine()
|
/aoo42x/main/rhino/ |
H A D | rhino1_7R3.patch | 113 - if (url == null) { url = "<stdin>"; }
|
/aoo42x/main/libxmlsec/ |
H A D | xmlsec1-update-config-sub-and-guess.patch | 74 - ) # Use stdin as input. 1560 - ) # Use stdin as input.
|
/aoo42x/main/writerfilter/source/rtftok/ |
H A D | RTFScanner.skl | 471 yyin = stdin;
|
/aoo42x/main/external/mingwheaders/ |
H A D | mingw_headers.patch | 1788 wchar_t ch = getwc(stdin);
|
/aoo42x/main/libtextcat/ |
H A D | libtextcat-2.2.patch | 1703 - ) # Use stdin as input. 3295 - ) # Use stdin as input.
|
Completed in 127 milliseconds