Home
last modified time | relevance | path

Searched refs:setptr (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/apr/file_io/unix/
HDseek.c19 static apr_status_t setptr(apr_file_t *thefile, apr_off_t pos ) in setptr() function
66 rc = setptr(thefile, *offset); in apr_file_seek()
70 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset); in apr_file_seek()
76 rc = setptr(thefile, finfo.size + *offset); in apr_file_seek()
/trueos/usr.bin/mail/
HDlex.c139 setptr(ibuf, 0); in setfile()
184 setptr(ibuf, mailsize); in incfile()
HDextern.h218 void setptr(FILE *, off_t);
HDfio.c59 setptr(FILE *ibuf, off_t offset) in setptr() function