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

/freebsd-12-stable/contrib/apr/file_io/unix/
H A Dseek.c19 static apr_status_t setptr(apr_file_t *thefile, apr_off_t pos ) function
66 rc = setptr(thefile, *offset);
70 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset);
76 rc = setptr(thefile, finfo.size + *offset);
/freebsd-12-stable/usr.bin/mail/
H A Dextern.h220 void setptr(FILE *, off_t);
H A Dlex.c141 setptr(ibuf, 0);
186 setptr(ibuf, mailsize);
H A Dfio.c61 setptr(FILE *ibuf, off_t offset) function

Completed in 59 milliseconds