HomeSort by: relevance | last modified time | path
    Searched refs:cdbw_output (Results 1 - 10 of 10) sorted by relevancy

  /src/include/
cdbw.h 53 int cdbw_output(struct cdbw *, int, const char *,
  /src/tests/lib/libc/
t_cdb.c 103 ATF_REQUIRE(cdbw_output(db, fd, "test database", arc4random) == 0);
  /src/usr.sbin/services_mkdb/
output_cdb.c 146 if (cdbw_output(cdbw, cdbw_fd, "services(5)", NULL)) {
  /src/usr.sbin/dev_mkdb/
dev_mkdb.c 79 if (cdbw_output(db, fd, "NetBSD6 devdb", NULL))
  /src/usr.sbin/npf/npftest/
npftest.c 155 if (cdbw_output(cdbw, fd, "npf-table-cdb", NULL) == -1) {
156 err(EXIT_FAILURE, "cdbw_output");
  /src/lib/libc/cdb/
cdbw.c 123 __weak_alias(cdbw_output,_cdbw_output)
605 cdbw_output(struct cdbw *cdbw, int fd, const char *descr, function in typeref:typename:int
  /src/usr.bin/tic/
tic.c 590 if (cdbw_output(db, fd, "NetBSD terminfo", cdbw_stable_seeder))
  /src/lib/libc/include/
namespace.h 242 #define cdbw_output _cdbw_output macro
  /src/lib/libnpf/
npf.c 1231 if (cdbw_output(cdbw, fd, "npf-table-cdb", NULL) == -1) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 9009 INTERCEPTOR(int, cdbw_output, struct __sanitizer_cdbw *cdbw, int output,
9012 COMMON_INTERCEPTOR_ENTER(ctx, cdbw_output, cdbw, output, descr, seedgen);
9020 int ret = REAL(cdbw_output)(cdbw, output, descr, seedgen);
9049 COMMON_INTERCEPT_FUNCTION(cdbw_output); \

Completed in 44 milliseconds