Searched refs:bitmap_new (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dbitmap.h27 struct bitmap *bitmap_new(void);
H A Dbitmap.c37 bitmap_new(void) function
H A Dkrl.c624 if ((bitmap = bitmap_new()) == NULL) {
856 if ((bitmap = bitmap_new()) == NULL) {
H A Dssh_namespace.h62 #define bitmap_new Fssh_bitmap_new macro
/freebsd-10.3-release/crypto/openssh/regress/unittests/bitmap/
H A Dtests.c37 TEST_START("bitmap_new");
38 b = bitmap_new();

Completed in 158 milliseconds