OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSTDIN
(Results
1 - 6
of
6
) sorted by null
/external/srec/portable/src/UNIX/
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/
PFileSystem.h
43
/*PORTABLE_API PFile*
PSTDIN
;*/
53
#define
PSTDIN
stdin
/external/srec/portable/src/
PFileSystemImpl.c
37
PFile*
PSTDIN
= NULL;
pmemory.c
358
if (gFile !=
PSTDIN
&& gFile != PSTDOUT && gFile != PSTDERR)
/external/srec/tools/parseStringTest/
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/
dictTest.c
325
if(! pfgets(phrase, MAX_LINE_LENGTH,
PSTDIN
))
Completed in 48 milliseconds