/external/srec/seti/setiUtils/include/ |
port_fileio.h | 42 #define PORT_FGETS pfgets
|
/system/core/sh/ |
input.h | 50 char *pfgets(char *, int);
|
input.c | 144 pfgets(char *line, int len) function
|
parser.c | 1171 if (pfgets(line, sizeof line) != NULL) { [all...] |
/external/srec/srec/include/ |
duk_io.h | 44 #define filtered_fgets pfgets
|
/external/srec/tools/dictTest/ |
dictTest.c | 79 pfgets(line, MAX_LINE_LENGTH, fin); 302 while (pfgets(phrase, MAX_LINE_LENGTH, fin)!=NULL) 325 if(! pfgets(phrase, MAX_LINE_LENGTH, PSTDIN ))
|
/external/srec/tools/parseStringTest/ |
parseStringTest.c | 370 if (pfgets(trans, MAX_LINE_LENGTH, fin) == NULL) 458 position = pfgets(line, MAX_LINE_LENGTH, fin); 549 position = pfgets(line, MAX_LINE_LENGTH, fin);
|
/external/srec/portable/include/ |
PFile.h | 511 PORTABLE_API LCHAR* pfgets(LCHAR* string, int n, PFile* stream);
|
/external/srec/srec/Semproc/src/ |
SemanticGraphImpl.c | 329 for (i = num_scripts = 0; pfgets(line, MAX_SCRIPT_LEN, scripts_file); num_scripts++) 344 while (pfgets(line, MAX_SCRIPT_LEN, scripts_file)) 397 for (num_arcs = 0; pfgets(line, MAX_STRING_LEN, p_text_file); ++num_arcs) 421 while (pfgets(line, MAX_STRING_LEN, p_text_file)) [all...] |
/external/srec/portable/src/ |
PFileWrap.c | 408 LCHAR* pfgets ( LCHAR *string, int n, PFile *self ) function
|
PFile.c | 450 LCHAR* pfgets(LCHAR* string, int n, PFile* self) function
|
/external/srec/srec/crec/ |
srec_context.c | 252 while (pfgets(line, MAX_LINE_LENGTH, fp)) 382 for (num_words = 0, num_chars = 0; pfgets(buf, MAX_LINE_LENGTH, fp); num_words++) 397 while (pfgets(buf, MAX_LINE_LENGTH, fp)) 930 for (max_num_FSMarcs = 0; pfgets(line, sizeof(line) / sizeof(char), fp); max_num_FSMarcs++) [all...] |
/external/srec/srec/Nametag/src/ |
NametagsImpl.c | 126 result = pfgets ( line, 256, file );
|
/external/srec/shared/src/ |
SessionTypeImpl.c | 884 line = pfgets(line, LINE_SIZE, file); [all...] |
/external/srec/srec/test/SRecTest/src/ |
SRecTest.c | [all...] |
/external/srec/srec/test/SRecTestAudio/src/ |
SRecTestAudio.c | [all...] |