OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bits_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/cgdconfig/
utils.h
43
typedef struct bits
bits_t
;
typedef in typeref:struct:bits
66
bits_t
*bits_new(const void *, size_t);
67
bits_t
*bits_dup(const
bits_t
*);
68
void bits_assign(
bits_t
**,
bits_t
*);
69
void bits_free(
bits_t
*);
70
const void *bits_getbuf(
bits_t
*);
71
size_t bits_len(
bits_t
*);
72
int bits_match(const
bits_t
*, const bits_t *)
[
all
...]
Completed in 11 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025