Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/file_io/unix/
H A Dseek.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()
/freebsd-13.1/usr.bin/mail/
H A Dlex.c141 setptr(ibuf, 0); in setfile()
186 setptr(ibuf, mailsize); in incfile()
H A Dextern.h220 void setptr(FILE *, off_t);
H A Dfio.c61 setptr(FILE *ibuf, off_t offset) in setptr() function
/freebsd-13.1/contrib/one-true-awk/
H A Dawk.h45 #define setptr(ptr, a) (*(char *)(intptr_t)(ptr)) = (a) macro
H A Drun.c1307 setptr(patbeg, '\0'); in split()
1312 setptr(patbeg, temp); in split()
1346 setptr(s, '\0'); in split()
1352 setptr(s, temp); in split()
1375 setptr(s, '\0'); in split()
1381 setptr(s, temp); in split()
H A Dlib.c243 setptr(patbeg, '\0'); in readrec()