Searched refs:setptr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/apr/file_io/unix/ |
| H A D | seek.c | 19 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 D | lex.c | 141 setptr(ibuf, 0); in setfile() 186 setptr(ibuf, mailsize); in incfile()
|
| H A D | extern.h | 220 void setptr(FILE *, off_t);
|
| H A D | fio.c | 61 setptr(FILE *ibuf, off_t offset) in setptr() function
|
| /freebsd-13.1/contrib/one-true-awk/ |
| H A D | awk.h | 45 #define setptr(ptr, a) (*(char *)(intptr_t)(ptr)) = (a) macro
|
| H A D | run.c | 1307 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 D | lib.c | 243 setptr(patbeg, '\0'); in readrec()
|