Searched refs:newb (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/ufs/ext2fs/ |
H A D | ext2fs_balloc.c | 62 u_int32_t nb, newb, *bap; in ext2fs_buf_alloc() local 93 cred, &newb); in ext2fs_buf_alloc() 97 ip->i_e2fs_last_blk = newb; in ext2fs_buf_alloc() 101 bp->b_blkno = fsbtodb(fs, newb); in ext2fs_buf_alloc() 129 nb = newb; in ext2fs_buf_alloc() 131 ip->i_e2fs_last_blk = newb; in ext2fs_buf_alloc() 143 *allocib = htole32(newb); in ext2fs_buf_alloc() 170 nb = newb; in ext2fs_buf_alloc() 172 ip->i_e2fs_last_blk = newb; in ext2fs_buf_alloc() 207 nb = newb; in ext2fs_buf_alloc() [all …]
|
/openbsd/usr.sbin/makefs/ffs/ |
H A D | ffs_balloc.c | 77 daddr_t newb, pref; in ffs_balloc_ufs1() local 177 nsize, &newb); in ffs_balloc_ufs1() 187 ip->i_ffs1_db[lbn] = newb; in ffs_balloc_ufs1() 217 nb = newb; in ffs_balloc_ufs1() 259 nb = newb; in ffs_balloc_ufs1() 289 nb = newb; in ffs_balloc_ufs1() 326 daddr_t newb, pref, nb; in ffs_balloc_ufs2() local 426 nsize, &newb); in ffs_balloc_ufs2() 466 nb = newb; in ffs_balloc_ufs2() 508 nb = newb; in ffs_balloc_ufs2() [all …]
|
/openbsd/sys/ufs/ffs/ |
H A D | ffs_balloc.c | 232 nb = newb; in ffs1_balloc() 271 &newb); in ffs1_balloc() 276 nb = newb; in ffs1_balloc() 309 &newb); in ffs1_balloc() 314 nb = newb; in ffs1_balloc() 579 &newb); in ffs2_balloc() 583 nb = newb; in ffs2_balloc() 630 &newb); in ffs2_balloc() 636 nb = newb; in ffs2_balloc() 674 &newb); in ffs2_balloc() [all …]
|
/openbsd/lib/libc/stdio/ |
H A D | getdelim.c | 51 char *newb; in getdelim() local 106 newb = recallocarray(*buf, *buflen, newlen, 1); in getdelim() 107 if (newb == NULL) in getdelim() 109 *buf = newb; in getdelim()
|
/openbsd/usr.bin/mandoc/ |
H A D | eqn.c | 545 struct eqn_box *b, *newb; in eqn_box_makebinary() local 554 newb = eqn_box_alloc(ep, parent); in eqn_box_makebinary() 555 newb->type = EQN_SUBEXPR; in eqn_box_makebinary() 556 newb->expectargs = 2; in eqn_box_makebinary() 557 newb->args = 1; in eqn_box_makebinary() 558 newb->first = newb->last = b; in eqn_box_makebinary() 559 newb->first->next = NULL; in eqn_box_makebinary() 560 b->parent = newb; in eqn_box_makebinary() 561 return newb; in eqn_box_makebinary()
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | sanity.sh | 7668 newb) 7677 dotest newb-123a "${testcvs} -q co first-dir" '' 7680 dotest newb-123b "${testcvs} add a" \ 7683 dotest newb-123c "${testcvs} -q ci -m added" \ 7692 dotest newb-123d "${testcvs} -q tag -b branch" "T a" 7710 dotest newb-123g "${testcvs} rm a" \ 7713 dotest newb-123h "${testcvs} -q ci -m removed" \ 7731 dotest newb-123j0 "${testcvs} status a" \ 7741 dotest newb-123j "${testcvs} -q update" \ 7745 fail newb-123k [all …]
|
H A D | ChangeLog-96 | 998 * sanity.sh (newb): New test newb-123j0 tests for another "cvs 2266 * sanity.sh (newb): Add test case for above patch.
|
H A D | ChangeLog-97 | 1269 * sanity.sh (newb-123j0): Use two regexps instead of assuming that 2184 * sanity.sh (newb-123j0): Also accept "Needs Checkout", for a
|
/openbsd/gnu/usr.bin/cvs/doc/ |
H A D | cvs.texinfo | 5783 @c See also newb-123j0 in sanity.sh (although that case
|