Searched refs:PSTDIN (Results 1 - 6 of 6) sorted by relevance

/external/srec/portable/src/UNIX/
H A DPFileSystemUNIXImpl.c59 CHKLOG(rc, PANSIFileSystemSingleton->createPFile(PANSIFileSystemSingleton, L("/dev/stdin"), isLittleEndian, &PSTDIN));
60 impl = (PANSIFileImpl*) PSTDIN;
105 if (PSTDIN!=NULL)
107 CHKLOG(rc, PFileFlush(PSTDIN));
108 impl = (PANSIFileImpl*) PSTDIN;
110 CHKLOG(rc, PFileDestroy(PSTDIN));
111 PSTDIN = NULL;
/external/srec/portable/include/
H A DPFileSystem.h43 /*PORTABLE_API PFile* PSTDIN;*/
53 #define PSTDIN stdin macro
/external/srec/portable/src/
H A DPFileSystemImpl.c37 PFile* PSTDIN = NULL; variable
H A Dpmemory.c358 if (gFile != PSTDIN && gFile != PSTDOUT && gFile != PSTDERR)
/external/srec/tools/parseStringTest/
H A DparseStringTest.c293 fin = PSTDIN;
360 fin = PSTDIN;
422 if (!fgets(trans, MAX_LINE_LENGTH, PSTDIN))
436 if (fin && fin != PSTDIN)
/external/srec/tools/dictTest/
H A DdictTest.c325 if(! pfgets(phrase, MAX_LINE_LENGTH, PSTDIN ))

Completed in 570 milliseconds