term.c | 54 static char __ti_database[PATH_MAX]; variable in typeref:typename:char[] 277 r = snprintf(__ti_database, sizeof(__ti_database), "%s.cdb", path); 278 if (r < 0 || (size_t)r > sizeof(__ti_database)) { 282 db = cdbr_open(__ti_database, CDBR_DEFAULT); 286 len = strlcpy(__ti_database, path, sizeof(__ti_database)); 287 if (len < sizeof(__ti_database)) 288 db = cdbr_open(__ti_database, CDBR_DEFAULT); 314 _ti_database = __ti_database; [all...] |