Lines Matching +defs:s +defs:db
48 static DBM *db;
86 short *s;
101 s = (short *)PAG->pag_u.ok.blkdat;
102 s[0] = ntohs(s[0]);
103 for (i = 1; i <= s[0]; i++)
104 s[i] = ntohs(s[i]);
108 (void) lseek64(db->dbm_pagf, where, L_SET);
113 if (write(db->dbm_pagf,
153 (void) lseek64(db->dbm_dirf, where, L_SET);
158 if (write(db->dbm_dirf,
245 "ypxfr: cannot bind to reserved port for %s\n%s\n",
269 logprintf("ypxfr: couldnot get %s address\n", master);
291 db = dbm_open(tempmap, O_RDWR + O_CREAT + O_TRUNC, 0777);
292 if (db == NULL) {
293 logprintf("dbm_open failed %s\n", tempmap);
306 logprintf("clnt call %s ypxfrd getdbm NOTOK %s %s code=%d\n",