HomeSort by: relevance | last modified time | path
    Searched refs:bm_pat (Results 1 - 3 of 3) sorted by relevancy

  /src/include/
bm.h 49 } bm_pat; typedef in typeref:struct:__anon7d6fb5a50108
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 *);
  /src/lib/libc/string/
bm.c 102 bm_pat *
109 bm_pat *pat;
160 bm_free(bm_pat *pat)
171 bm_exec(bm_pat *pat, u_char *base, size_t n)
  /src/tests/lib/libc/string/
t_bm.c 77 bm_pat *pattern;

Completed in 15 milliseconds