Searched refs:PSTDIN (Results 1 - 6 of 6) sorted by relevance
/external/srec/portable/src/UNIX/ |
H A D | PFileSystemUNIXImpl.c | 59 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 D | PFileSystem.h | 43 /*PORTABLE_API PFile* PSTDIN;*/ 53 #define PSTDIN stdin macro
|
/external/srec/portable/src/ |
H A D | PFileSystemImpl.c | 37 PFile* PSTDIN = NULL; variable
|
H A D | pmemory.c | 358 if (gFile != PSTDIN && gFile != PSTDOUT && gFile != PSTDERR)
|
/external/srec/tools/parseStringTest/ |
H A D | parseStringTest.c | 293 fin = PSTDIN; 360 fin = PSTDIN; 422 if (!fgets(trans, MAX_LINE_LENGTH, PSTDIN)) 436 if (fin && fin != PSTDIN)
|
/external/srec/tools/dictTest/ |
H A D | dictTest.c | 325 if(! pfgets(phrase, MAX_LINE_LENGTH, PSTDIN ))
|
Completed in 570 milliseconds