Searched refs:saveptr (Results 1 – 6 of 6) sorted by relevance
406 char *saveptr = NULL; local438 if (saveptr != NULL)440 *saveptr = save;441 saveptr = NULL;454 saveptr = p + 1;460 saveptr = p;
142 const u_char *saveptr = ptr; in dn_skipname() local146 return (ptr - saveptr); in dn_skipname()
194 char *saveptr = stakfreeze(0); in arith() local236 if(saveptr != stakptr(0)) in arith()237 stakset(saveptr,offset); in arith()
774 char saveptr[HIST_MARKSZ]; in hist_write() local833 memcpy((void*)saveptr,(void*)bufptr,HIST_MARKSZ); in hist_write()843 memcpy((void*)bufptr,(void*)saveptr,HIST_MARKSZ); in hist_write()
878 char *saveptr, *my_opts; in ignore() local892 if ((saveptr = my_opts = strdup(opts)) == NULL) in ignore()900 free(saveptr); in ignore()
5574 RData *saveptr = rr->resrec.rdata; // Save the rr->resrec.rdata pointer in mDNSCoreReceiveResponse() local5576 rr->resrec.rdata = saveptr; // Restore rr->resrec.rdata after the structure assignment in mDNSCoreReceiveResponse()