Home
last modified time | relevance | path

Searched refs:count_chars (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/lvm2/dist/lib/misc/
HDlvm-string.h39 unsigned count_chars(const char *str, size_t len, const int c);
HDlvm-string.c63 unsigned count_chars(const char *str, size_t len, const int c) in count_chars() function
/dragonfly/contrib/lvm2/dist/include/
HDlvm-string.h39 unsigned count_chars(const char *str, size_t len, const int c);
/dragonfly/bin/mined/
HDmined.h290 int count_chars(LINE *line);
HDmined2.c747 shift = (XBREAK - count_chars(start_line)) / SHIFT_SIZE; in delete()
HDmined1.c695 count_chars(LINE *line) in count_chars() function
/dragonfly/contrib/lvm2/dist/lib/config/
HDconfig.c1288 return count_chars(str, len, c); in _count_tokens()
/dragonfly/contrib/lvm2/dist/
HDWHATS_NEW610 Rename count_chars_len to count_chars.
838 Add count_chars and count_chars_len functions.