Home
last modified time | relevance | path

Searched refs:DBM_SUFFIX (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ncurses/include/
H A Dhashed_db.h51 #ifndef DBM_SUFFIX
52 #define DBM_SUFFIX ".db" macro
/freebsd/lib/libc/db/hash/
H A Dndbm.c67 if( strlen(file) >= sizeof(path) - strlen(DBM_SUFFIX)) { in dbm_open()
72 (void)strcat(path, DBM_SUFFIX); in dbm_open()
/freebsd/include/
H A Dndbm.h51 #define DBM_SUFFIX ".db" macro
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/
H A Ddb-ndbm.h55 #define DBM_SUFFIX ".db" macro
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Ddb_iterator.c84 else if (strlen(name) < PATH_MAX - sizeof(DBM_SUFFIX)) { in check_existence()
86 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp)) "%s%s", name, DBM_SUFFIX); in check_existence()
H A Dwrite_entry.c175 static const char suffix[] = DBM_SUFFIX; in make_db_path()
H A Dread_entry.c623 static const char suffix[] = DBM_SUFFIX; in make_db_filename()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Ddbm.c170 (void)strncat(path, DBM_SUFFIX, sizeof(path) - 1 - strlen(path)); in kdb2_dbm_open()
/freebsd/contrib/ncurses/progs/
H A Dtoe.c241 static const char suffix[] = DBM_SUFFIX; in make_db_name()
H A Dtic.c583 char suffix[] = DBM_SUFFIX; in valid_db_path()