Searched refs:cdbr_open (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | cdbr.h | 52 struct cdbr *cdbr_open(const char *, int);
|
/netbsd-src/lib/libc/cdb/ |
H A D | Makefile.inc | 12 MLINKS+= cdbr.3 cdbr_open.3
|
/netbsd-src/common/lib/libc/cdb/ |
H A D | cdbr.c | 79 __weak_alias(cdbr_open,_cdbr_open) 122 cdbr_open(const char *path, int flags) in cdbr_open() function
|
/netbsd-src/lib/libterminfo/ |
H A D | term.c | 282 db = cdbr_open(__ti_database, CDBR_DEFAULT); in _ti_dbgetterm() 288 db = cdbr_open(__ti_database, CDBR_DEFAULT); in _ti_dbgetterm()
|
/netbsd-src/tests/lib/libc/ |
H A D | t_cdb.c | 116 ATF_REQUIRE((db = cdbr_open(database_name, CDBR_DEFAULT)) != NULL); in check_database()
|
/netbsd-src/lib/libc/gen/ |
H A D | devname.c | 59 db = cdbr_open(_PATH_DEVCDB, CDBR_DEFAULT); in devname_dbopen()
|
/netbsd-src/lib/libc/net/ |
H A D | getservent_r.c | 76 sd->cdb = cdbr_open(_PATH_SERVICES_CDB, CDBR_DEFAULT); in __weak_alias()
|
/netbsd-src/lib/libc/include/ |
H A D | namespace.h | 235 #define cdbr_open _cdbr_open 231 #define cdbr_open _cdbr_open global() macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 8873 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-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 9386 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); \
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 9178 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); \
|