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.h216 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.c1725 setptr(patbeg, '\0'); in split()
1730 setptr(patbeg, temp); in split()
1798 setptr(s, '\0'); in split()
1804 setptr(s, temp); in split()
1833 setptr(s, '\0'); in split()
1839 setptr(s, temp); in split()
H A Dlib.c250 setptr(patbeg, '\0'); in readrec()