This file is indexed.

/usr/share/gauche-0.9/0.9.4/lib/dbm/ndbm.scm is in gauche-gdbm 0.9.4-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
;; generated automatically.  DO NOT EDIT
#!no-fold-case
(define-module dbm.ndbm (extend dbm) (use srfi-1) (use util.match) (export <ndbm> ndbm-open ndbm-close ndbm-closed? ndbm-store ndbm-fetch ndbm-exists? ndbm-delete ndbm-firstkey ndbm-nextkey ndbm-error ndbm-clearerror DBM_INSERT DBM_REPLACE))
(select-module dbm.ndbm)
(dynamic-load "dbm--ndbm")