Searched refs:setptr (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.bin/mail/ |
H A D | lex.c | 133 setptr(ibuf, (off_t)0); in setfile() 180 setptr(ibuf, mailsize); in incfile()
|
H A D | extern.h | 224 void setptr(FILE *, off_t);
|
H A D | fio.c | 66 setptr(FILE *ibuf, off_t offset) in setptr() function
|
/openbsd/usr.bin/awk/ |
H A D | awk.h | 46 #define setptr(ptr, a) (*(char *)(intptr_t)(ptr)) = (a) macro
|
H A D | run.c | 1727 setptr(patbeg, '\0'); in split() 1732 setptr(patbeg, temp); in split() 1800 setptr(s, '\0'); in split() 1806 setptr(s, temp); in split() 1835 setptr(s, '\0'); in split() 1841 setptr(s, temp); in split()
|
H A D | lib.c | 247 setptr(patbeg, '\0'); in readrec()
|