Home
last modified time | relevance | path

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

/dports/misc/libemos/libemos-4.5.9-Source/pbio/
H A Dnewpbio.c193 int my_iret; in PBSEEK() local
201 if(my_iret != 0) in PBSEEK()
238 int my_iret; in PBREAD() local
255 *iret = my_iret; in PBREAD()
275 int my_iret; in PBREAD2() local
287 *iret = my_iret; in PBREAD2()
305 int my_iret; in PBWRITE() local
311 my_iret = -1; in PBWRITE()
313 *iret = my_iret; in PBWRITE()
333 int my_iret; in PBCLOSE() local
[all …]
/dports/science/cgribex/cgribex-1.9.4/src/
H A Dpbio.c285 off_t my_iret = 0; in pbSeek64() local
299 my_iret = fileGetPos(unit); in pbSeek64()
301 (long long) my_iret); in pbSeek64()
303 my_iret = 0; in pbSeek64()
305 my_iret = fileSetPos(unit, offset, whence); in pbSeek64()
308 (long long) my_iret); in pbSeek64()
310 if ( my_iret != 0 ) in pbSeek64()
321 *iret = my_iret; in pbSeek64()
328 my_iret = fileGetPos(unit); in pbSeek64()
332 (long long) my_iret); in pbSeek64()
[all …]