Searched refs:j_unlink (Results 1 – 3 of 3) sorted by relevance
36 ret = __db_jump.j_unlink != NULL ?37 __db_jump.j_unlink(path) : unlink(path);
96 __db_jump.j_unlink = (int (*) __P((const char *)))func;
35 int (*j_unlink) __P((const char *)); /* DB_FUNC_UNLINK */ member