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

/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c61 static int make_db_root(const char *);
91 * Note: there's no reason to return the result of make_db_root(), since
110 if (make_db_root(dir) < 0) {
157 make_db_root(const char *path) function
202 if (make_db_root(destination) < 0) {
207 if (make_db_root(destination) < 0)

Completed in 111 milliseconds