Searched refs:bsdconf_writeall (Results 1 – 4 of 4) sorted by relevance
| /freebsd/lib/libbsdconf/ |
| H A D | bsdconf_internal.h | 55 int bsdconf_writeall(int _fd, const void *_data, size_t _len);
|
| H A D | bsdconf_stmt.c | 56 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 D | bsdconf_put.c | 481 if (bsdconf_writeall(bfd, buf, buflen) != 0) { in bsdconf_put()
|
| H A D | bsdconf.c | 97 if (bsdconf_writeall(tfd, buf, (size_t)r) != 0) in bsdconf_spool()
|