Searched refs:n_init (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/ |
H A D | node.h | 20 void n_init(node *, btree *, int, int);
|
H A D | btree.c | 387 n_init(&mapnd, bt, ndMapNode, 0); in bt_space() 493 n_init(&root, bt, ndLeafNode, 1); in bt_insert() 526 n_init(&root, bt, ndIndxNode, root.nd.ndNHeight + 1); in bt_insert()
|
H A D | node.c | 36 void n_init(node *np, btree *bt, int type, int height) in n_init() function
|
H A D | hfs.c | 740 n_init(&ext->hdrnd, ext, ndHdrNode, 0); in hfs_format() 827 n_init(&cat->hdrnd, cat, ndHdrNode, 0); in hfs_format()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | fnmatch_loop.c | 232 const CHAR *n_init = n; in FCT() local 427 n = n_init; in FCT()
|