Home
last modified time | relevance | path

Searched refs:bm_pat (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/include/
Dbm.h49 } bm_pat; typedef
54 bm_pat *bm_comp(unsigned char const *, size_t, unsigned char const *);
55 unsigned char *bm_exec(bm_pat *, unsigned char *, size_t);
56 void bm_free(bm_pat *);
/netbsd/src/lib/libc/string/
Dbm.c102 bm_pat *
109 bm_pat *pat; in bm_comp()
160 bm_free(bm_pat *pat) in bm_free()
171 bm_exec(bm_pat *pat, u_char *base, size_t n) in bm_exec()
/netbsd/src/tests/lib/libc/string/
Dt_bm.c77 bm_pat *pattern; in ATF_TC_BODY()