Home
last modified time | relevance | path

Searched refs:bsdconf_writeall (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libbsdconf/
H A Dbsdconf_internal.h55 int bsdconf_writeall(int _fd, const void *_data, size_t _len);
H A Dbsdconf_stmt.c56 bsdconf_writeall(int fd, const void *data, size_t len) in bsdconf_writeall() function
125 if (bsdconf_writeall(fd, data, len) != 0) in bsdconf_emit()
H A Dbsdconf_put.c481 if (bsdconf_writeall(bfd, buf, buflen) != 0) { in bsdconf_put()
H A Dbsdconf.c97 if (bsdconf_writeall(tfd, buf, (size_t)r) != 0) in bsdconf_spool()