Lines Matching defs:postptr
78 static POSTING *POST, *postptr;
138 postptr = POST;
193 if (postptr + 10 > POST + postsize / sizeof (POSTING)) {
194 i = postptr - POST;
200 postptr = i + POST;
214 postptr = POST;
239 *postptr++ = posting;
497 if ((i = postptr - POST) > 0) {
571 uint32_t *postptr;
593 postptr = (uint32_t *)(invcntl->logblk +
597 *postptr = BSWAP_32(*postptr);