Lines Matching defs:whence
305 psf_fseek (SF_PRIVATE *psf, sf_count_t offset, int whence)
309 return psf->vio.seek (offset, whence, psf->vio_user_data) ;
313 { if (whence != SEEK_SET || offset != psf->pipeoffset)
318 switch (whence)
331 psf_log_printf (psf, "psf_fseek : whence is %d *****.\n", whence) ;
335 absolute_position = lseek (psf->file.filedes, offset, whence) ;
935 psf_fseek (SF_PRIVATE *psf, sf_count_t offset, int whence)
943 return psf->vio.seek (offset, whence, psf->vio_user_data) ;
945 switch (whence)