Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/db/db/
H A Ddbfile.c79 __dbtemp(const char *prefix, struct stat *sb) in __dbtemp() function
/netbsd-src/include/
H A Ddb.h242 int __dbtemp(const char *, struct stat *);
/netbsd-src/lib/libc/db/btree/
H A Dbt_open.c209 if ((t->bt_fd = __dbtemp("bt.", &sb)) == -1) in __bt_open()
/netbsd-src/lib/libc/db/hash/
H A Dhash_page.c599 if ((hashp->fp == -1) && (hashp->fp = __dbtemp("_hash", NULL)) == -1) in __put_page()