Searched refs:bitem (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libnsl/yp/ |
H A D | dbm.c | 260 datum item, bitem; local 265 bitem.dptr = NULL; 266 bitem.dsize = 0; 277 if (f || cmpdatum(bitem, item) < 0) { 278 bitem = item; 283 return (bitem); 294 datum item, bitem; local 298 bitem = makdatum(pagbuf, 0); 303 if (cmpdatum(bitem, item) < 0) 304 bitem [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | ndbm.c | 423 datum item, bitem; local 428 bitem = makdatum(db->dbm_pagbuf, 0); 433 if (cmpdatum(bitem, item) < 0) { 435 bitem = item; 438 if (bitem.dptr != NULL) { 441 return (bitem); 540 datum item, bitem; local 662 bitem = item; 667 /* if (cmpdatum(bitem, item) < 0) */ 669 n = bitem [all...] |
Completed in 22 milliseconds