Home
last modified time | relevance | path

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

/freebsd/lib/libbsdconf/
H A Dbsdconf_internal.h27 int bsdconf_replaceall(char *_buf, size_t _buflen,
H A Dbsdconf_string.c58 bsdconf_replaceall(char *buf, size_t buflen, const char *find, in bsdconf_replaceall() function
H A Dbsdconf.c617 if (bsdconf_replaceall(value, vsize + 1, "\\\"", "\\\\\"") < 0) in bsdconf_fparse()
621 if (bsdconf_replaceall(value, vsize + 1, "\\\n", "") < 0) in bsdconf_fparse()