Searched refs:DBM_SUFFIX (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/ncurses/include/
H A Dhashed_db.h51 #ifndef DBM_SUFFIX
52 #define DBM_SUFFIX ".db" macro
/freebsd-current/include/
H A Dndbm.h51 #define DBM_SUFFIX ".db" macro
/freebsd-current/lib/libc/db/hash/
H A Dndbm.c67 if( strlen(file) >= sizeof(path) - strlen(DBM_SUFFIX)) {
72 (void)strcat(path, DBM_SUFFIX);
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Ddb_iterator.c84 else if (strlen(name) < PATH_MAX - sizeof(DBM_SUFFIX)) {
86 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp)) "%s%s", name, DBM_SUFFIX);
H A Dwrite_entry.c155 static const char suffix[] = DBM_SUFFIX;
H A Dread_entry.c585 static const char suffix[] = DBM_SUFFIX;
/freebsd-current/contrib/ncurses/progs/
H A Dtoe.c233 static const char suffix[] = DBM_SUFFIX;
H A Dtic.c576 char suffix[] = DBM_SUFFIX;

Completed in 259 milliseconds