Home
last modified time | relevance | path

Searched refs:DBM_SUFFIX (Results 1 – 8 of 8) 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/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.c163 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/contrib/ncurses/progs/
H A Dtoe.c243 static const char suffix[] = DBM_SUFFIX; in make_db_name()
H A Dtic.c581 char suffix[] = DBM_SUFFIX; in valid_db_path()