Home
last modified time | relevance | path

Searched refs:ovfbuf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c187 char ovfbuf[PBLKSIZ]; in store() local
219 (void) memset(&ovfbuf, 0, PBLKSIZ); in store()
225 (void) additem(ovfbuf, item); in store()
232 (void) additem(ovfbuf, item); in store()
243 if (write(pagf, ovfbuf, PBLKSIZ) < 0) { in store()
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c195 char ovfbuf[PBLKSIZ]; in store() local
231 bzero(ovfbuf, PBLKSIZ); in store()
249 (void) additem(ovfbuf, item); in store()
256 (void) additem(ovfbuf, item); in store()
266 if (write(pagf, ovfbuf, PBLKSIZ) < 0) in store()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c309 char ovfbuf[PBLKSIZ]; in dbm_store() local
351 (void) memset(ovfbuf, 0, PBLKSIZ); in dbm_store()
369 if (!additem(ovfbuf, item, item1) || in dbm_store()
388 (write(db->dbm_pagf, ovfbuf, PBLKSIZ) != PBLKSIZ)) { in dbm_store()