Searched refs:bit_alloc (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/compat/
H A Dbitstring.h44 * bit_alloc spelling error fixed
66 #define bit_alloc(nbits) \ macro
/netbsd-6-1-5-RELEASE/include/
H A Dbitstring.h42 * bit_alloc spelling error fixed
71 #define bit_alloc(nbits) \ macro
/netbsd-6-1-5-RELEASE/dist/nvi/include/
H A Dbitstring.h61 #define bit_alloc(nbits) \ macro
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dbitstring.h55 #define bit_alloc(nbits) \ macro
H A Dbcache.c92 bcache_miss = bit_alloc((bcache_nblks + 1) / 2);
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Darguments.c35 if ((args->flags = bit_alloc(SCHAR_MAX)) == NULL)
36 fatal("bit_alloc failed");
61 if ((args->flags = bit_alloc(SCHAR_MAX)) == NULL)
62 fatal("bit_alloc failed");
H A Dscreen.c90 if ((s->tabs = bit_alloc(screen_size_x(s))) == NULL)
91 fatal("bit_alloc failed");
/netbsd-6-1-5-RELEASE/tests/include/
H A Dt_bitstring.c81 bs = bit_alloc(test_length);
83 (void) fprintf(file, "\ntest bit_alloc, clearbits, bit_ffc, bit_ffs\n");
/netbsd-6-1-5-RELEASE/share/man/man3/
H A DMakefile36 MLINKS+=bitstring.3 bit_alloc.3 \
/netbsd-6-1-5-RELEASE/usr.bin/sockstat/
H A Dsockstat.c236 portmap = bit_alloc(65536);

Completed in 136 milliseconds