Home
last modified time | relevance | path

Searched refs:savefp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dwalkstack.c162 read_safe(int fd, struct frame *fp, struct frame **savefp, uintptr_t *savepc) in read_safe() argument
183 *savefp = (struct frame *)newfp; in read_safe()
200 struct frame *savefp; in walkcontext() local
250 if (read_safe(fd, fp, &savefp, &savepc) != 0) { in walkcontext()
255 if (savefp == NULL) in walkcontext()
265 CHECK_FOR_SIGFRAME((uintptr_t)savefp, (uintptr_t)oldctx)) { in walkcontext()
272 sig = *((int *)(savefp + 1)); in walkcontext()
291 savefp = (struct frame *) in walkcontext()
317 fp = savefp; /* up one in the call stack */ in walkcontext()
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dfopen.c339 SM_FILE_T *savefp; local
345 savefp = fp->f_flushfp;
347 return savefp;