Home
last modified time | relevance | path

Searched refs:strcount (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/lib/libfigpar/
Dstring_m.h40 unsigned int strcount(const char *_source, const char *_find);
DMakefile10 figpar.3 strcount.3 \
Dstring_m.c48 strcount(const char *source, const char *find) in strcount() function
Dfigpar.c396 x = strcount(value, "\\\""); /* in string_m.c */ in parse_config()
/freebsd-10-stable/lib/libdpv/
Ddpv.c403 len += strcount(pprompt, "\\n") * 2; in dpv()
418 len += strcount(aprompt, "\\n") * 2; in dpv()
Ddprompt.c690 len += strcount(dprompt, "\\n") * 5; /* +5 chars per count */ in dprompt_recreate()