Home
last modified time | relevance | path

Searched refs:additem (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c51 int additem(char *, datum);
203 i = additem(pagbuf, key); in store()
206 if (additem(pagbuf, dat) < 0) { in store()
225 (void) additem(ovfbuf, item); in store()
232 (void) additem(ovfbuf, item); in store()
538 additem(char *buf, datum item) in additem() function
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c58 int additem(char buf[PBLKSIZ], datum item);
216 i = additem(pagbuf, key); in store()
219 if (additem(pagbuf, dat) < 0) { in store()
249 (void) additem(ovfbuf, item); in store()
256 (void) additem(ovfbuf, item); in store()
551 additem(char buf[PBLKSIZ], datum item) in additem() function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c75 static int additem(char *, datum, datum);
330 if (!additem(db->dbm_pagbuf, key, dat)) in dbm_store()
369 if (!additem(ovfbuf, item, item1) || in dbm_store()
997 additem(char *buf, datum item, datum item1) in additem() function
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in1048 SCOPED_SYMBOL|SunOS_5.6|libnsl.so.1|additem