apropos-utils.c | 319 char *dbpath; local in function:get_dbpath 329 dbpath = TAILQ_LAST(&tp->entrylist, tqh)->s; 330 return dbpath; 358 char *dbpath = get_dbpath(manconf); local in function:init_db 359 if (dbpath == NULL) 362 if (!(stat(dbpath, &sb) == 0 && S_ISREG(sb.st_mode))) { 386 if ((access(dbpath, access_mode)) != 0) { 388 " permissions for `%s'", dbpath); 394 rc = sqlite3_open_v2(dbpath, &db, db_flag, NULL);
|