Home
last modified time | relevance | path

Searched refs:bytes_there (Results 1 – 2 of 2) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dut8_rtl.c583 memSizeType bytes_there; in ut8Gets() local
627 bytes_there = remainingBytesInFile(cInFile); in ut8Gets()
629 if (bytes_there != 0) { in ut8Gets()
631 if (chars_requested <= bytes_there) { in ut8Gets()
634 allocated_size = bytes_there; in ut8Gets()
H A Dfil_rtl.c1336 memSizeType bytes_there; in filGets() local
1380 bytes_there = remainingBytesInFile(cInFile); in filGets()
1382 if (bytes_there != 0) { in filGets()
1384 if (chars_requested <= bytes_there) { in filGets()
1387 allocated_size = bytes_there; in filGets()