Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c406 char *saveptr = NULL; local
438 if (saveptr != NULL)
440 *saveptr = save;
441 saveptr = NULL;
454 saveptr = p + 1;
460 saveptr = p;
/titanic_44/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c142 const u_char *saveptr = ptr; in dn_skipname() local
146 return (ptr - saveptr); in dn_skipname()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Darith.c194 char *saveptr = stakfreeze(0); in arith() local
236 if(saveptr != stakptr(0)) in arith()
237 stakset(saveptr,offset); in arith()
/titanic_44/usr/src/lib/libshell/common/edit/
H A Dhistory.c774 char saveptr[HIST_MARKSZ]; in hist_write() local
833 memcpy((void*)saveptr,(void*)bufptr,HIST_MARKSZ); in hist_write()
843 memcpy((void*)bufptr,(void*)saveptr,HIST_MARKSZ); in hist_write()
/titanic_44/usr/src/cmd/fs.d/
H A Dmount.c878 char *saveptr, *my_opts; in ignore() local
892 if ((saveptr = my_opts = strdup(opts)) == NULL) in ignore()
900 free(saveptr); in ignore()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c5574 RData *saveptr = rr->resrec.rdata; // Save the rr->resrec.rdata pointer in mDNSCoreReceiveResponse() local
5576 rr->resrec.rdata = saveptr; // Restore rr->resrec.rdata after the structure assignment in mDNSCoreReceiveResponse()