Searched refs:cdbr_open (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/sys/
H A Dcdbr.h52 struct cdbr *cdbr_open(const char *, int);
/netbsd-current/lib/libc/cdb/
H A DMakefile.inc12 MLINKS+= cdbr.3 cdbr_open.3
/netbsd-current/tests/lib/libc/
H A Dt_cdb.c116 ATF_REQUIRE((db = cdbr_open(database_name, CDBR_DEFAULT)) != NULL);
/netbsd-current/lib/libc/gen/
H A Ddevname.c59 db = cdbr_open(_PATH_DEVCDB, CDBR_DEFAULT);
/netbsd-current/common/lib/libc/cdb/
H A Dcdbr.c79 __weak_alias(cdbr_open,_cdbr_open)
122 cdbr_open(const char *path, int flags) function
/netbsd-current/lib/libterminfo/
H A Dterm.c282 db = cdbr_open(__ti_database, CDBR_DEFAULT);
288 db = cdbr_open(__ti_database, CDBR_DEFAULT);
/netbsd-current/lib/libc/net/
H A Dgetservent_r.c76 sd->cdb = cdbr_open(_PATH_SERVICES_CDB, CDBR_DEFAULT);
/netbsd-current/lib/libc/include/
H A Dnamespace.h231 #define cdbr_open _cdbr_open macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8873 INTERCEPTOR(struct __sanitizer_cdbr *, cdbr_open, const char *path, int flags) {
8875 COMMON_INTERCEPTOR_ENTER(ctx, cdbr_open, path, flags);
8878 struct __sanitizer_cdbr *cdbr = REAL(cdbr_open)(path, flags);
9039 COMMON_INTERCEPT_FUNCTION(cdbr_open); \
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9178 INTERCEPTOR(struct __sanitizer_cdbr *, cdbr_open, const char *path, int flags) {
9180 COMMON_INTERCEPTOR_ENTER(ctx, cdbr_open, path, flags);
9183 struct __sanitizer_cdbr *cdbr = REAL(cdbr_open)(path, flags);
9344 COMMON_INTERCEPT_FUNCTION(cdbr_open); \
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9386 INTERCEPTOR(struct __sanitizer_cdbr *, cdbr_open, const char *path, int flags) {
9388 COMMON_INTERCEPTOR_ENTER(ctx, cdbr_open, path, flags);
9391 struct __sanitizer_cdbr *cdbr = REAL(cdbr_open)(path, flags);
9552 COMMON_INTERCEPT_FUNCTION(cdbr_open); \

Completed in 329 milliseconds