Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash_bigkey.c357 BUFHEAD *save_p; in __big_return() local
375 save_p = bufp; in __big_return()
376 save_addr = save_p->addr; in __big_return()
390 save_p = bufp; in __big_return()
427 if (save_p->addr != save_addr) { in __big_return()
432 memmove(hashp->tmp_buf, (save_p->page) + off, len); in __big_return()
/freebsd/usr.bin/w/
H A Dw.c132 const char *memf, *nlistf, *p, *save_p; in main() local
254 save_p = p = *ep->utmp.ut_host ? ep->utmp.ut_host : "-"; in main()
305 if (save_p != p) in main()
306 ep->save_from = strdup(save_p); in main()