Searched defs:olditem (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash_auto.h85 DBT olditem; member in struct:_ham_replace_args
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_ruleval.c494 __nis_mapping_item_t *olditem, *tmpitem = 0; local
531 olditem = item;
534 freeMappingItem(olditem, ni);
552 olditem = item;
554 freeMappingItem(olditem, ni);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c3241 long olditem; local
3256 olditem = *(long *)bptr;
3263 olditem = (long)*(short *)bptr;
3269 olditem = (long)*bptr;
3291 print(olditem, 8, -8, 0);
3452 long tcount = 0, item, olditem = 0; local
3491 olditem <<= BITSPERCHAR;
3492 olditem += temp & 0xff;
3549 olditem <<= tcount * BITSPERCHAR;
3553 olditem
[all...]

Completed in 81 milliseconds