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

/freebsd-11.0-release/lib/libfigpar/
H A Dstring_m.h40 unsigned int strcount(const char *_source, const char *_find);
H A DMakefile11 figpar.3 strcount.3 \
H A Dstring_m.c48 strcount(const char *source, const char *find) function
83 * the result, use the function strcount() declared above to determine the
H A Dfigpar.c396 x = strcount(value, "\\\""); /* in string_m.c */
/freebsd-11.0-release/lib/libdpv/
H A Ddpv.c403 len += strcount(pprompt, "\\n") * 2;
418 len += strcount(aprompt, "\\n") * 2;
H A Ddprompt.c690 len += strcount(dprompt, "\\n") * 5; /* +5 chars per count */

Completed in 103 milliseconds