Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dlex.c133 setptr(ibuf, 0); in setfile()
178 setptr(ibuf, mailsize); in incfile()
H A Dextern.h215 void setptr(FILE *, off_t);
H A Dfio.c53 setptr(FILE *ibuf, off_t offset) in setptr() function
/freebsd/contrib/one-true-awk/
H A Dawk.h45 #define setptr(ptr, a) (*(char *)(intptr_t)(ptr)) = (a) macro
H A Drun.c1724 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 Dlib.c250 setptr(patbeg, '\0'); in readrec()