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

/freebsd-current/contrib/mandoc/
H A Ddbm_map.h27 int32_t *dbm_getint(int32_t);
H A Ddbm_map.c81 magic = dbm_getint(0);
94 magic = dbm_getint(1);
101 max_offset = be32toh(*dbm_getint(3)) + sizeof(int32_t);
108 if ((magic = dbm_get(*dbm_getint(3))) == NULL) {
164 dbm_getint(int32_t offset) function
H A Ddbm.c94 if ((npages = be32toh(*dbm_getint(4))) < 0) {
99 pages = (struct page *)dbm_getint(5);
101 if ((mp = dbm_get(*dbm_getint(2))) == NULL) {

Completed in 92 milliseconds