Home
last modified time | relevance | path

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

/openbsd/usr.bin/mail/
H A Dlex.c133 setptr(ibuf, (off_t)0); in setfile()
180 setptr(ibuf, mailsize); in incfile()
H A Dextern.h224 void setptr(FILE *, off_t);
H A Dfio.c66 setptr(FILE *ibuf, off_t offset) in setptr() function
/openbsd/usr.bin/awk/
H A Dawk.h46 #define setptr(ptr, a) (*(char *)(intptr_t)(ptr)) = (a) macro
H A Drun.c1727 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 Dlib.c247 setptr(patbeg, '\0'); in readrec()