OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
bitmap_new
regress/usr.bin/ssh/unittests/bitmap/tests.c
38
b = bitmap_new();
usr.bin/ssh/bitmap.h
28
struct bitmap *bitmap_new(void);
usr.bin/ssh/krl.c
648
if ((bitmap = bitmap_new()) == NULL) {
usr.bin/ssh/krl.c
914
if ((bitmap = bitmap_new()) == NULL) {