Searched refs:oldid (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/bin/dnssec/
H A Ddnssectool.c416 isc_uint16_t id, oldid; local
437 oldid = dst_key_id(key->key);
440 if (oldid == rid || roldid == id || id == oldid) {
442 if (id != oldid) {
446 id, oldid);
/macosx-10.10.1/Heimdal-398.1.2/kcm/
H A Dprotocol.c939 kcm_ccache oldid, newid; local
961 ret = kcm_ccache_resolve_client(context, client, opcode, oldname, &oldid);
976 kcm_release_ccache(context, oldid);
980 HEIMDAL_MUTEX_lock(&oldid->mutex);
989 MOVE(newid, oldid, flags);
990 MOVE(newid, oldid, client);
991 MOVE(newid, oldid, server);
992 MOVE(newid, oldid, creds);
993 MOVE(newid, oldid, tkt_life);
994 MOVE(newid, oldid, renew_lif
[all...]
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dmerge.c691 int oldid = oldtgt->t_id; local
693 if (oldid == selftid) {
698 if ((template.t_id = get_mapping(mcd->md_ta, oldid)) == 0)
699 aborterr("failed to get mapping for tid %d\n", oldid);
706 oldid);
/macosx-10.10.1/procmail-14/procmail/src/
H A Dautoconf1485 oldid=`cd $newd; ls -id . .. ../.. 2>&1`
1488 test "X`cd $oldd; ls -id . .. ../.. 2>&1`" = "X$oldid" && oldid=found
1490 test found != "$oldid" && bins="$bins $newd" && lpath="$lpath:$newd"
/macosx-10.10.1/ruby-106/ruby/
H A Dvm_method.c1269 ID oldid = rb_check_id(&oldname); local
1270 if (!oldid) {
1273 rb_alias(mod, rb_to_id(newname), oldid);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/autosign/
H A Dtests.sh771 oldid=`sed 's/^K.+007+0*\([0-9]\)/\1/' < active.key`
803 grep 'RRSIG.*'" $oldid "'\. ' dig.out.ns1.test$n > /dev/null || ret=1
928 grep '; key id = '"$oldid"'$' dig.out.ns1.test$n > /dev/null && ret=1

Completed in 167 milliseconds