Home
last modified time | relevance | path

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

/NextBSD/lib/libc/db/hash/
HDhash_bigkey.c361 BUFHEAD *save_p; in __big_return() local
379 save_p = bufp; in __big_return()
380 save_addr = save_p->addr; in __big_return()
394 save_p = bufp; in __big_return()
431 if (save_p->addr != save_addr) { in __big_return()
436 memmove(hashp->tmp_buf, (save_p->page) + off, len); in __big_return()
/NextBSD/usr.bin/w/
HDw.c139 const char *memf, *nlistf, *p, *save_p; in main() local
361 save_p = p = *ep->utmp.ut_host ? ep->utmp.ut_host : "-"; in main()
436 if (save_p && save_p != p) in main()
437 xo_attr("address", "%s", save_p); in main()
/NextBSD/contrib/gcc/
HDfold-const.c2975 twoval_comparison_p (tree arg, tree *cval1, tree *cval2, int *save_p) in twoval_comparison_p() argument
2997 *save_p = 1; in twoval_comparison_p()
3003 return twoval_comparison_p (TREE_OPERAND (arg, 0), cval1, cval2, save_p); in twoval_comparison_p()
3006 return (twoval_comparison_p (TREE_OPERAND (arg, 0), cval1, cval2, save_p) in twoval_comparison_p()
3008 cval1, cval2, save_p)); in twoval_comparison_p()
3016 cval1, cval2, save_p) in twoval_comparison_p()
3018 cval1, cval2, save_p) in twoval_comparison_p()
3020 cval1, cval2, save_p)); in twoval_comparison_p()
8313 int save_p = 0; in fold_comparison() local
8315 if (twoval_comparison_p (arg0, &cval1, &cval2, &save_p) in fold_comparison()
[all …]