Searched refs:setptr (Results 1 – 6 of 6) sorted by relevance
| /freebsd/usr.bin/mail/ |
| H A D | lex.c | 133 setptr(ibuf, 0); in setfile() 178 setptr(ibuf, mailsize); in incfile()
|
| H A D | extern.h | 215 void setptr(FILE *, off_t);
|
| H A D | fio.c | 53 setptr(FILE *ibuf, off_t offset) in setptr() function
|
| /freebsd/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 | 1724 setptr(patbeg, '\0'); in split() 1729 setptr(patbeg, temp); in split() 1797 setptr(s, '\0'); in split() 1803 setptr(s, temp); in split() 1832 setptr(s, '\0'); in split() 1838 setptr(s, temp); in split()
|
| H A D | lib.c | 250 setptr(patbeg, '\0'); in readrec()
|