Searched defs:bitem (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c264 datum item, bitem; local
269 bitem.dptr = NULL;
270 bitem.dsize = 0;
281 if (f || cmpdatum(bitem, item) < 0) {
282 bitem = item;
287 return (bitem);
298 datum item, bitem; local
302 bitem = makdatum(pagbuf, 0);
307 if (cmpdatum(bitem, item) < 0)
308 bitem
[all...]
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c279 datum item, bitem; local
292 if (f || cmpdatum(bitem, item) < 0) {
293 bitem = item;
298 return (bitem);
309 datum item, bitem; local
313 bitem = makdatum(pagbuf, 0);
318 if (cmpdatum(bitem, item) < 0)
319 bitem = item;
321 if (bitem.dptr != NULL)
322 return (bitem);
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c349 datum item, bitem; local
354 bitem = makdatum(db->dbm_pagbuf, 0);
359 if(cmpdatum(bitem, item) < 0) {
361 bitem = item;
364 if(bitem.dptr != NULL) {
367 return(bitem);
445 datum item,bitem; local
556 bitem = item;
562 /* if(cmpdatum(bitem, item) < 0)*/
564 n = bitem
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c426 datum item, bitem; local
431 bitem = makdatum(db->dbm_pagbuf, 0);
436 if (cmpdatum(bitem, item) < 0) {
438 bitem = item;
441 if (bitem.dptr != NULL) {
444 return (bitem);
543 datum item, bitem; local
665 bitem = item;
670 /* if (cmpdatum(bitem, item) < 0) */
672 n = bitem
[all...]

Completed in 57 milliseconds